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 a global postback url?
Explain asp.net mvc request life cycle? : asp.net mvc
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Which class is used to send an email message from an ASP.NET Web page?
What is the difference between client-side and server-side validations in ASP.NET?
Explain the difference between value type and reference type?
What is master page in dtp?
What are the different validators in asp.net?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are the events that happen when a client requests an asp.net page from iis server?
What are Authentication and Authorization?
Which is faster viewbag or viewdata?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Is it true that a Web service must be written in .NET or not?