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
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What are the benefits of .net framework?
Which are the important namespaces used in mvc?
Is razor a server side?
What is meant by domain model?
Describe the .net framework architecture.
Explain JSON Binding?
What are the 3 main components of an asp.net mvc application?
What is the use of action filters in an mvc application?
explain what is ado.net entity framework?
What symbol would you use to denote, the start of a code block in razor views?
What is the advantage of using asp.net routing?
Why we need a separate mobile project template, while we can render our web application in mobile ?
mention in what all scenarios entity framework can be applicable?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?