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 use of view model in asp.net mvc?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
How does the 'page lifecycle' of asp.net mvc works?
What is the .net framework 3.0 (formerly winfx)?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is basic authentication in web api?
How we can call a javascript function on the change of a dropdown list in mvc?
What is Peek method in Tempdata in ASP.Net MVC?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
what is entityclient?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is mapping in entity framework? : Entity framework