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 cache in asp net?

0 Answers  


can we place the same DLL in debug folder two times? (without using strong name )

9 Answers   TCS,


Can you explain how ASP.NET application life cycle and page life cycle events fire?

0 Answers   MindCracker,


What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?

1 Answers   Syntax Softtech,


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

2 Answers   NIIT,






Differences between session state and Application state?

6 Answers  


What is role-based security?

1 Answers  


What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


Why is global asax is used?

0 Answers  


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

0 Answers  


Explain in what order a destructors is called.

0 Answers  


Which object encapsulates state or data of a user?

0 Answers  


Categories