What are the types of assemblies and where can u store them
and how ?
Answer Posted / mehul kumar wani
Assembly having 3 Types:
1) Private: only for single application.
it will be stored in local Root Directory.
2)Shared: Shared b/w more then one Application.
Stored in GAC(Global Assembly Cache).
3)Sattelite:This is uesd for Localization of Language.
(Localization means Translating)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is entity framework advantage?
What is the difference between tempdata and viewbag?
Define the core components of an ASP.NET MVC application?
Explain the role of assembly in the .net framework.
What are the main features of asp.net mvc 4 used by asp.net web api?
What is page life cycle?
What are the 2 popular asp.net mvc view engines?
What is the "helperpage.isajax" property?
In which assembly is the mvc framework defined?
What is viewbag?
How to Redirect Tracing to a File
What is entitytypes? : Entity framework
What is ado.net data provider? : Entity framework
What is the meaning of unobtrusive javascript?
How to enable Attribute Routing?