Answer Posted / d.naveen
Assemblies are small unit of deployment.
There are somany types of assemblies
they are:
1.public
2.private
3.shared.
4.satellite
there will exceutable(.exe) assembly and Library code(.dll).
Assembly contain version infornmation,metadata,actual code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define static constructor?
Define managed code and managed data in .net?
Is asp.net and .net are same or different?
Can we have a web application running without web.config file?
What is different authentication mechanisms used in ASP.NET?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Do you know about caching with the datasource controls?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What are server activated objects?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is a session in programming?
Where is the session stored?
What is redirecting behavior?
Which is the parent class of the ASP.NET server control?