.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2283 Page Views: 

What are the various types of assemblies in .Net?



Posted By: Avi Date: 29 August 2009 07:14:17 AM
 Answer:

There are three types of assemblies in .Net:
1. Private Assembly
2. Shared Assembly
3. Satellite Assembly


Posted By: eTechPlanet


Date: 29 August 2009 07:14:17 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 6ZDE0K
Related Questions
.Net Framework : What is Windows Presentation Foundation (WPF)?

What is Windows Presentation Foundation (WPF)?

Windows Presentation Foundation (WPF) is a graphical subsystem for rendering user interfaces in Wind....
Category: .Net Framework Date: 12/4/2009 11:50:11 PM
.Net Framework : What's new in .Net Framework 3.0?

What's new in .Net Framework 3.0?

There are no major architectural changes in .Net Framework 3.0. The version of Common Language Runti....
Category: .Net Framework Date: 12/4/2009 11:32:57 PM
.Net Framework : Explain CLR (Common Language Runtime) and its functionalities?

Explain CLR (Common Language Runtime) and its functionalities?

Common Language Runtime (CLR) is the engine available in .Net Framework to compile and run the progr....
Category: .Net Framework Date: 11/30/2009 3:42:09 PM
.Net Framework : How Just in Time Compiler Works?

How Just in Time Compiler Works?

.Net Framework uses two step compilation process. We write code in C#, VB.Net, or in other supportin....
Category: .Net Framework Date: 11/30/2009 2:53:38 PM
.Net Framework : Describe the difference between a Thread and a Process?

Describe the difference between a Thread and a Process?

A process is a unit of execution which has its own data regarding the source, has its own memory spa....
Category: .Net Framework Date: 10/30/2009 7:29:42 AM