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 tempdata in asp.net mvc?
Possible ways to prevent xss attacks on mvc application?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is the .net framework and how does it work?
What is RouteConfig.cs in ASP.Net MVC 4?
Which are the important namespaces used in mvc?
Which is the root namespace for fundamental types in .net framework?
What is the difference between tempdata and viewbag?
What is the use of the default route?
What is difference between html.beginform and ajax.beginform?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
mention what is csdl, ssdl and msl sections in an edmx file?
What is .net architecture?
what is use of entity container?
how do you truncate a table using entity data model?