What is .netmodule and how is different from .dll and .exe
Answer Posted / vijay
Netmodule is a unit of compilation. A compiler may give
the option to compile a collection of source files into an
assembly, or a netmodule. Netmodule contains type metadata
and compiled code. It does not contain an assembly
manifest.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Where can I get the details on migration of existing projects using various technologies to asp.net?
What are the Types of objects in ASP
What is the difference between ASP Session State and ASP.Net Session State?
Explain the difference between Repeater and Data list control in ASP.NET?
Can you explain one critical mapping?
How many ways are there to maintain a state in .net? What is view state?
What does mvc represent in asp.net? : asp.net mvc
Which dll handles the request of .aspx page?
what are the security certificates used in webservices?
What are the new features added from ASP to ASP.NET?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are sessions and cookies?
Briefly describe the role of global.asax?
What is mvc in asp.net interview question? : Asp.Net MVC