About Assembly in .NET, types of assemblies, their
difference, How to register into GAC. How to generate the
strong names & its use ?
Answer Posted / vikas sharma
Assembly are the basic building blocks of .net
Three type of assembly are there.
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 ? | 36 Yes | 13 No |
Post New Answer View All Answers
What is the mvc pattern (model view controller pattern)?
What are bundling & minification features in asp.net mvc 4?
how to disable the lazy loading framework?
Explain the types of Scaffoldings.
How to Create an Intranet Site Using ASP.NET MVC?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is an asynchronous controller in asp.net mvc?
What are Non Action methods in ASP.Net MVC?
What type of filter does outputcacheattribute class represents?
What are the advantages of razor view engine?
What are Action Methods in ASP.NET MVC?
What are sections?
How to enable Attribute Routing?
what is code first approach?
In which assembly is the mvc framework defined?