What is the difference between an EXE and a DLL?
Answer Posted / 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 |
Post New Answer View All Answers
Can master pages be nested?
How many web config files can be created for an application?
How can I configure asp.net applications that are running on a remote machine?
Describe the application event handlers in ASP.NET?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
How dataadapter.fill works?
What is paging in context of Memory?
What is the use of data set in asp.net?
Explain how viewstate is being formed?
what is meant by sitemapnode ?
How can you make sure that web api returns json data only?
How to manage different kinds of sessions in ASP.NET?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What does postback mean?
Explain what the contents of cookie?