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


Please Help Members By Posting Answers For Below Questions

what is entityclient?

686


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

549


Explain the types of Scaffoldings.

631


how can you enhance the performance of entity framework?

599


Explain two instances where routing is not implemented or required?

590






What is edm (entity data model)? : Entity framework

551


What are Action Methods in ASP.NET MVC?

574


What is viewstart page in mvc?

580


What is entity framework? : Entity framework

564


Explain linq to entities? : Entity framework

550


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2060


Why we need a separate mobile project template, while we can render our web application in mobile ?

592


What is entity framework in asp net?

535


Explain what languages does the .net framework support?

523


How we can handle the exception at controller level in ASP.Net MVC?

571