What are the different types of assemblies available and their purpose?
Answer / Ravish Kumar
In .NET, there are several types of assemblies: single-file assemblies (contain all necessary files in a single .dll or .exe file), multi-file assemblies (consist of multiple files, including the main executable and supporting .dll files), client-accessible assemblies (can be accessed by other applications outside the assembly's application domain), private assemblies (can only be accessed by the application that references them), and satellite assemblies (contain localized resources for different cultures). Assemblies are used to package and distribute code, resources, and metadata in a modular and version-controlled manner.
| Is This Answer Correct ? | 0 Yes | 0 No |
windows c# using datagridview in edit form sql server
What is a generic class?
What is the advantage of generics in c#?
Why do we use delegates in c#?
What is hashtable c#?
What is Web.config?
What is Garbage Collection in .Net?
Are constructors inherited c#?
What is the difference between static and private constructor in c#?
How to implement singleton design pattern in c#?
How will U encapsulate button trigger event into text_box event of Pressing Enter key?
What is Implicit conversion in C#?
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)