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
Does windows 10 need .net framework?
explain what does .edmx file contains?
What is tempdata?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What is entity framework in asp net?
What are the advantages of asp.net mvc?
What are actions in asp.net mvc?
Is .net core replacing .net framework?
What is the use .glimpse in mvc?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What are the new features 3.5 framework against with the tool?
How route table has been created in ASP.NET ASP.Net MVC?
Which is the default http method for an action method?
explain how you can load related entities in ef (entity framework)?
what is way of loading data in ef (entity framework)?