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
Can I add asp.net mvc testcases in visual studio express?
What is work of clr?
what is scalar property?
I want ask from plz smaple example code for Biztalkk server
What is entity sql? : Entity framework
What is managed extensibility framework?
Can any particular component of .net framework 3.0 be removed?
How to enable Attribute Routing?
What is the .net framework and how does it work?
What are the components required to create a route in ASP.Net MVC?
how can you enhance the performance of entity framework?
How to return the JSON from action method in ASP.Net MVC?
Explain what languages does the .net framework support?
What is the use of the default route?
What does a viewmodel do?