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
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Is dapper faster than entity framework?
what is entity graph in entity framework?
What is the difference between model view and controller?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
will there be any issues adding a table without primary keys to a data model?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is layout in mvc?
What does a viewmodel do?
Is .net framework going away?
List the new features added in .net framework 4.0.
How to update one of my table in database at 4pm every day how it is possible?
Which are the important namespaces used in ASP.Net MVC?