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


Please Help Members By Posting Answers For Below Questions

What is session state management?

567


What is the mvc pattern (model view controller pattern)?

584


How do I use partial view?

533


How we can call a javascript function on the change of a dropdown list in mvc?

576


What are the advantages of mvc over asp.net?

565






Explain the .net framework.

539


Explain the tools used for unit testing in ASP.Net MVC

602


how do you query in entity model when the result has a join from from different database other than the entity model?

558


What is route config?

558


What is meant by viewdata?

556


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2060


Is dapper faster than entity framework?

532


What are the options can be configured in AJAX helpers?

585


What is the use .glimpse in mvc?

599


Can you please explain the request flow in ASP.NET MVC framework?

621