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

How can you execute stored procedure from windows application?

1 Answers   Microsoft,


What are the validation controls available in ASP.NET?

0 Answers  


when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page

1 Answers  


How do we access view state value of this page in the next page?

0 Answers   MindCracker,


Explain the use of duration attribute of @outputcache page directive.

0 Answers  






Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?

2 Answers  


Which template must you provide, in order to display data in a Repeater control?

3 Answers   Siebel Systems, Wipro,


Is asp.net outdated?

0 Answers  


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


Which institute provide good Project training on .Net technologies in hyd?

5 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


Categories