What are the types of assemblies and where can u store them
and how ?

Answer Posted / kanan

Local assemblies will be only in ur application folder and
only that application can use those assemblies.Global
assemblies will be registered in C:\windows\Assembly as
GAC(Global Assembly Cache) using a tool called GACUtil. Once
it is registered, any application can refer for that
assembly to that path. More than one application can usethat
assembly simultaneously.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between viewbag and viewdata in asp.net mvc?

620


How do I install .net framework?

528


what is use of entitydatasource control?

605


Why is entity framework used?

575


What is html.renderpartial?

569






Mention the core components of .net framework?

579


Explain what languages does the .net framework support?

523


How route table has been created in asp.net mvc?

554


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

629


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

734


Name a few different return types of a controller action method?

539


Explain the types of Scaffoldings.

631


What is route config?

558


Do you know about the new features in ASP.Net MVC 4 ?

596


how can you tell ef to have a different table or column name than that defined for the class?

577