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
What is viewstart page in mvc?
Which are the important namespaces used in ASP.Net MVC?
What are ajax helpers in mvc?
What is the difference between entity framework and mvc?
Explain test driven development (tdd) ?
Describe the gac in the .net framework.
What is NonActionAttribute ?
What is layout in mvc?
Can you explain renderbody and renderpage in asp.net mvc?
What is object service? : Entity framework
mention what is code first approach and model first approach in entity framework?
Is .net framework backwards compatible?
why DotNetFramework is included in building a software
What is ViewData and TempData in ASP.Net MVC?
Explain linq to entities? : Entity framework