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
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the new login controls in asp.net 2.0?
Define caching.
What is asp.net mvc5? : Asp.Net MVC
What is inproc and outproc?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How can we create a website?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How can u deifne the benefits and limitation of using Viewstate for state management?
How would you get asp.net running in apache web servers? Explain it's limitations.
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is a gridview in asp.net?
Why do we need url encoding?
What is a query string in a url?
How can you display all validation messages in one control?