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
How do I install .net framework?
Briefly describe the roles of clr in .net framework?
What you mean by routing in mvc?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
Which are the important namespaces used in mvc?
What is separation of concerns in asp.net mvc?
What is entitytypes? : Entity framework
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain Sections is ASP.Net MVC?
explain how you can load related entities in ef (entity framework)?
What is net framework 3.0 ?
which are the key concepts of entity data model?
What is display mode in mvc?
How to update one of my table in database at 4pm every day how it is possible?
What is the use .glimpse in mvc?