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 are the different methods of session maintenance in asp.net?
What are the new features implemented in ASP.NET?
What is the function of new view engine in asp.net? : asp.net mvc
What are url fragments?
Name some asp objects?
What is query string in asp.net?
How do you identify that the page is postback?
Explain the basic functionality of garbage collector?
What is the sequence in which ASP.NET events are processed?
Explain the advantages of caching?
What is data grid view in asp.net?
Explain the difference between authentication and authorization.
Why is xap important?
To display data in a Repeater control which template you provide?
What is a session in programming?