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
Difference between throw exception and rethrowing ?
What is the difference between metadata and menifest ?
what is polymorphism and advantage ?
how to change the application name?
What is the difference between machine config vs. Web config : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
5. Wcf- Session Managment
Define a virtual memory? : Dot net architecture
What are the major differences between services and web services?
Explain about continuable exceptions?
Explain what does the term "green architecture" mean? : Dot net architecture
How do we do authentications using atlas?
How can I write my own .NET host?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Explain the purpose of cache? How is it used? : .NET Architecture