What are the types of assemblies and where can u store them
and how ?
Answer Posted / srinivas m
Assembly is Basic Unit Application Deployment in .Net. This
is either DLL or EXE.We have 3 types of Assemblies in .Net
1.Private Assembly:This is Local to Perticular Application
and not sharable among all the applications.This will be
stored on application Root directory.
2.Shared Assembly:This is Sharable among all the
applications in our System.This will Stored in Global
Assembly Cache.
3.Sattelite Assembly:This is not having appliaction having
only Language Specification.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is ViewStart Page in ASP.Net MVC?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
what do you mean by navigation property?
How to use Jquery Plugins in ASP.Net MVC validation?
What are actions in asp.net mvc?
What is entity framework used for?
What are the new enhancements done in default project template of asp.net mvc 4?
Is dapper better than entity framework?
Explain the use of Inversion of control (IOC)?
What is .net core framework?
What is the mvc pattern (model view controller pattern)?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What type of filter does outputcacheattribute class represents?
What is model first? : Entity framework
What is the benefit of entity framework?