Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the different types of assemblies available and their purpose?



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

Post New Answer

More C Sharp Interview Questions

windows c# using datagridview in edit form sql server

1 Answers  


What is a generic class?

1 Answers  


What is the advantage of generics in c#?

1 Answers  


Why do we use delegates in c#?

1 Answers  


What is hashtable c#?

1 Answers  


What is Web.config?

1 Answers   Amazon,


What is Garbage Collection in .Net?

1 Answers  


Are constructors inherited c#?

1 Answers  


What is the difference between static and private constructor in c#?

1 Answers  


How to implement singleton design pattern in c#?

1 Answers  


How will U encapsulate button trigger event into text_box event of Pressing Enter key?

3 Answers   TCS,


What is Implicit conversion in C#?

1 Answers  


Categories