What is .netmodule and how is different from .dll and .exe
Answer Posted / 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 |
Post New Answer View All Answers
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
How do I publish my asp.net application to my isp's web server?
Explain an object, class and method.
Explain the difference between array and linkedlist?
What is connection pooling and how to enable and disable connection pooling?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Differentiate between globalization and localization.
What is rich control in asp.net?
How do you identify that the page is postback?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is a swagger in web api?
How many ways are there to maintain a state in .net? What is view state?
How would you implement inheritance using c#?
How to send a DataReader as a parameter to a remote client ?