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
How can we call webservices in Banking Applications? and where we are using it?
What is asp according to you?
How can we pass info between 2 asp.net pages?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is clr? Difference between clr & cts?
What is server infrastructure?
Explain difference between dataset and datareader?
I’m having some trouble with cas. How can I diagnose my problem?
Explain the advantages of caching?
How do we access view state value of this page in the next page?
Is viewstate enabled by default?
What is the difference between a candidate key and primary key?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is microsoft windows sharepoint services?
What is the use of response redirect in asp.net?