About Assembly in .NET, types of assemblies, their
difference, How to register into GAC. How to generate the
strong names & its use ?
Answer Posted / sivasubramanian hariharan
Assembly is a basic building blocks of .net framework.
There are 3 types of assembly.
1. Private Assembly
2. Shared Assembly
3. Satelite Assembly.
GAC is used to provide the different versioning.Strong name
used to use it without any complication or fault.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How the ‘page lifecycle’ of ASP.Net MVC does works?
Explain two instances where routing is not implemented or required?
What is viewbag?
What are the possible razor view extensions?
What is code first? : Entity framework
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Is entity framework slow?
What is the mvc pattern (model view controller pattern)?
Is it possible to share a view across multiple controllers?
What is a model in android?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is viewdata?
Why to use Html.Partial in ASP.Net MVC?
What is the difference between ViewData, ViewBag and TempData?