Answer Posted / neelima
The assembly which is used only by a single application is
called as private assembly. Suppose you created a DLL which
encapsulates your business logic. This DLL will be used by
your client application only and not by any other
application. In order to run the application properly your
DLL must reside in the same folder in which the client
application is installed. Thus the assembly is private to
your application.
Suppose that you are creating a general purpose DLL which
provides functionality which will be used by variety of
applications. Now, instead of each client application
having its own copy of DLL you can place the DLL in 'global
assembly cache'. Such assemblies are called as shared
assemblies.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
What is mvc in asp.net tutorial? : Asp.Net MVC
What are the file extensions for razor views?
What is the difference between asp.net and mvc?
What is clr? Difference between clr & cts?
How to implement Authentication and Authorization?
Which property is used to identify the Page is Post Back in ASP.NET?
What are the page life cycle events?
Disable Mouse right click on web page in asp.net?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is state management in .net?
What is web configuration file and how to use in web application
Can the dictionary object be created in client?s scope ?
What is bound controls
What New Features comes with ASP.NET Web API 2.0?
Explain diff. Between friend and protected friend?