What are the types of assemblies and where can u store them
and how ?
Answer Posted / anil kumar
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
How the ‘page lifecycle’ of ASP.Net MVC does works?
Does razor engine supports for tdd?
explain how you can load related entities in ef (entity framework)?
What operating systems will the .net framework 3.0 be available for?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
How we can add the CSS in ASP.Net MVC?
List out few different return types of a controller action method?
What is page life cycle?
What is RouteConfig.cs in ASP.Net MVC 4?
What is ado.net data provider? : Entity framework
what is entity framework?
What is Dependency Injection in ASP.Net MVC
What are ajax helpers in mvc?
Is it possible to cancel filter execution?
Can we add constraints to the route? If yes, explain how we can do it?