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
Where is tempdata stored?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is code first? : Entity framework
Which is the default http method for an action method?
What is the advantage of using asp.net routing?
What is namespace of asp.net mvc?
What is the difference between ViewData, ViewBag and TempData?
Explain what is asp.net mvc?
Is razor a server side?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is the use of action filters in an mvc application?
What is the domain object?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is viewbag?