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

State differences between MVC and WebAPI

0 Answers  


What is session and application variable in asp net?

0 Answers  


Is session stored in browser?

0 Answers  


What is the maximum amount of memory any single process on windows can address?

0 Answers  


Explain server control extensibility with reference to asp.net 2.0 ?

0 Answers  






Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


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

0 Answers  


Is asp.net and .net the same?

0 Answers  


Name the tools or API for developing or testing web api?

0 Answers  


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

0 Answers   DELL,


Explain model, view and controller represent in an mvc application? : asp.net mvc

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


Categories