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
Explain peek method in tempdata in asp.net mvc?
Name a few different return types of a controller action method?
How to make sure Client Validation is enabled in ASP.Net MVC
What is connected scenario? : Entity framework
What are ajax helpers in asp.net mvc?
What is the domain object?
Is .net framework backwards compatible?
Explain the difference between viewbag and viewdata in mvc?
List out few different return types of a controller action method?
what is entity graph in entity framework?
what is code first approach?
What is the difference between windows vista and .net framework 3.0 ?
Can I use razor code in javascript in asp.net mvc?
What is presentation framework?
What are the components required to create a route in ASP.Net MVC?