What is shared and private assembly ?
Answer Posted / mohan kumar e.
Shared assemblies are accessed by more than one application
and they are stored in GAC. private assemblies are accessed
by only one application and they are stored in application
directory and one of its subdirectory.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to enable Attribute Routing?
Is .net framework backwards compatible?
Does razor engine supports for tdd?
What is entity sql? : Entity framework
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
what is use of entity container?
Explain ASP.NET MVC Identity and Security?
What type of filter does outputcacheattribute class represents?
What is renderbody?
What is the use of view model in asp.net mvc?
Explain bundle.config in mvc4?
What is model first? : Entity framework
What is the difference between ViewData, ViewBag and TempData?
What is tempdata?
What is an asynchronous controller in asp.net mvc?