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
What are the different types of validation controls provided in ASP.NET?
What is css and what is it used for?
What is content page in asp net?
Why do you use the app_code folder in asp.net?
What is cookieless session id explain in brief?
when a request is made in Life cycle of ASP.NET page .
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Which Is Faster MVC or ASP.net ?
What is asp net application object?
What is .net remoting?
Define resource files.
What are session state modes in asp.net?
What can we do with asp.net?
What are the differences between clr & cts?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#