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
What is the difference between viewbag and viewdata in asp.net mvc?
Which filter executes first in an asp.net mvc application?
What filters are executed in the end?
What are Action Methods in ASP.NET MVC?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
How to Create an Intranet Site Using ASP.NET MVC?
Why to use Html.Partial in ASP.Net MVC?
Why should we go for entity framework?
Is .net framework going away?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain what platforms does the .net framework run on?
how can you enhance the performance of entity framework?
what is deferred loading(lazy loading)?
What are the two ways to add constraints to a route?
What is display mode in mvc?