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 controllercontext?
how do you truncate a table using entity data model?
What is the benefit of entity framework?
What is entity sql? : Entity framework
What is ado.net data provider? : Entity framework
Does razor engine supports for tdd?
What is the significance of nonactionattribute?
What is entity graph? : Entity framework
What is attribute routing in mvc?
What is objectset? : Entity framework
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is the difference between entity framework and mvc?
Mention some action filters which are used regularly in ASP.Net MVC?
What is the "helperpage.isajax" property?
What is the domain object?