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
Explain different pipelining hazards? : Dot net architecture
How do I write to the application configuration file at runtime?
So what exactly is the configuration file for then?
how to change the title of my window?
Can you Explain
What is the use of CLR in .NET?
Explain write back and write through caches? : Dot net architecture
Explain the Lapsed Listener problem in .net
Explain the purpose of cache? How is it used? : Dot net architecture
How is the using() pattern useful? What is idisposable?
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 five stages in a dlx pipeline? : .NET Architecture
Can I create my own context attributes?
Define cache coherency and how is it eliminated? : Dot net architecture
readonly syntax ?