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


Please Help Members By Posting Answers For Below Questions

In order to get assembly info which namespace we should import?

528


How can we create a website?

537


Where viewstate value is stored in asp.net?

593


Explain the differences between managed and unmanaged code?

502


What are the new web part controls in asp.net 2.0 ?

529






Why do we need Sessions?

579


Explain the function of new view engine in asp.net? : asp.net mvc

526


Where is the view state data stored?

577


What are the security types in asp.net?

583


What is the difference between the response.write() and response.output.write() methods?

520


Which two new properties are added in asp.net 4.0 page class?

526


Is there any limit for query string? Means what is the maximum size?

493


Is asp.net different from asp? If yes, explain how?

497


What is css in asp.net?

555


What is the flow of processing of the request? : asp.net mvc

510