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 large is the .net framework 3.0? Does this change make the release larger?
Explain Bundle.Config in ASP.Net MVC4?
Explain the methods used to render the views in ASP.Net MVC?
What is object service? : Entity framework
which are the key concepts of entity data model?
Define the core components of an ASP.NET MVC application?
Which filter executes first in an asp.net mvc application?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is Area in ASP.Net MVC?
What is representational state transfer (rest) mean?
what do you mean by navigation property?
Is dapper faster than entity framework?
What are the 3 main components of an asp.net mvc application?
Name a few different return types of a controller action method?
what is complex type?