What is shared and private assembly?
Answer / 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 |
Write some code using interfaces, virtual methods, and an abstract class`
What is a response cookie?
What is data control in asp.net?
What is the difference between user control and custom control?
What is the use of @Register directives?
What does the "EnableViewState" property do?
what is the purpose of update panel control in ajax?
What is directive in asp net?
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?
How many types of triggers are there in update panel?
What?s the difference between Response.Write() andResponse.Output.Write()?
Difference between ISQL and OSQL??
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)