What is .netmodule and how is different from .dll and .exe

Answers were Sorted based on User's Feedback



What is .netmodule and how is different from .dll and .exe..

Answer / minakshikpr

In a asp.net solution we can have different projects in
different language when we compile it forms a single
assembly. Different language projects that are used are
called .netmodule. The assembly that is formed could be
a .dll or .exe

Is This Answer Correct ?    20 Yes 4 No

What is .netmodule and how is different from .dll and .exe..

Answer / 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

More ASP.NET Interview Questions

What is state management in asp.net with example?

0 Answers  


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

0 Answers  


What is __ requestverificationtoken?

0 Answers  


What role “#&&” plays in a querysting?

0 Answers  


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

0 Answers   HCL,






Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


How dataadapter.fill works?

0 Answers  


what is profiles in asp.net

1 Answers  


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


How use Xml data in ASP.net?

0 Answers   MCN Solutions,


In C#.net application is run on linux michine

4 Answers  


Which color scheme in a Repeater control can you provide alternatively?

1 Answers   Siebel,


Categories