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 |
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
What can you do with asp.net?
when will garbage collector run?
How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?
What is the use of session state and application state and difference between them?
What is the difference between web.config and machine.config in ASP.NET?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is asp.net with mvc? : Asp.Net MVC
What are the different types of Session state management options available with ASP.NET?
Which browsers support the xmlhttprequest object?
What is x xss protection?
what are the web form events available in asp.net?
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)