What is the difference between an EXE and a DLL?
Answers were Sorted based on User's Feedback
Answer / madhuri
EXE file is a excutable file which runs in a seperate
process which is managed by OS,where as a DLL file is a
dynamic link library which can be used in exe files and
other dll files.
In .net frame work both are assemblies.
| Is This Answer Correct ? | 118 Yes | 7 No |
Answer / sivaprasad
DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable
Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable
Note:DLL is Superset of Exe
| Is This Answer Correct ? | 95 Yes | 6 No |
Answer / selvavelan.s
EXE file has Entry point, but in dll no Entry point.
| Is This Answer Correct ? | 67 Yes | 9 No |
Answer / govardhan
EXE is a Self Executable File where as dll is not self
executable file,To run dll file we need a exe file
| Is This Answer Correct ? | 62 Yes | 7 No |
Answer / apekshit sharma
The full form of EXE is Executable file and DLL is Dynamic
Link Library.
| Is This Answer Correct ? | 59 Yes | 16 No |
Answer / shahid
DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable
6)Out Process Server
Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable
6) In Process Server
| Is This Answer Correct ? | 35 Yes | 5 No |
Answer / ravindra singh moyal
The full form of EXE is Executable file and DLL is Dynamic
Link Library.
| Is This Answer Correct ? | 29 Yes | 6 No |
Answer / ramakanth
Exe....is self executable
dll....is not self executable.it uses another dll or exe to
execute
| Is This Answer Correct ? | 25 Yes | 3 No |
Answer / debmalya kundu
DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable
Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable
| Is This Answer Correct ? | 13 Yes | 0 No |
Explain Session state management options in ASP.NET.
You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.
What is cas?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What are the namespaces used in asp.net mvc? : asp.net mvc
How can I create master page in asp net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What base class do all Web Forms inherit from?
what is the requirement that .Net web services can access the java application?
what is diffrance between response.write & response.output.write
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is the difference between application state and session state in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)