Answer Posted / manoj kumar
Exe file is a self executable file, which contains the main function, But dll(dynamic link library) is a library file which cant execute independently, it is a class file which do not have any main function
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What's new in the .net 2.0 class library?
What is Object Caching in Visual Studio 2010?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
What is the access level of the visibility type internal?
Explain about validation?
What is the difference between an application and a program?
What is .net transaction?
Explain the purpose of cache? How is it used? : Dot net architecture
Explain the difference between primary & secondary storage device? : .NET Architecture
What other than biginteger has been introduced in system.numerics namespace?
how to change the application name?
Explain Singleton design pattern in .net
What is an asssembly qualified name? Is it a filename? How is it different?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
difference between Response.write,server.transfer and also which one is used when ?