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


Please Help Members By Posting Answers For Below Questions

How the ‘page lifecycle’ of ASP.Net MVC does works?

793


Does razor engine supports for tdd?

931


explain how you can load related entities in ef (entity framework)?

758


What operating systems will the .net framework 3.0 be available for?

790


What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?

757


How we can add the CSS in ASP.Net MVC?

785


List out few different return types of a controller action method?

798


What is page life cycle?

698


What is RouteConfig.cs in ASP.Net MVC 4?

784


What is ado.net data provider? : Entity framework

784


what is entity framework?

812


What is Dependency Injection in ASP.Net MVC

779


What are ajax helpers in mvc?

714


Is it possible to cancel filter execution?

747


Can we add constraints to the route? If yes, explain how we can do it?

976