GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 27 of 60    Print  
What is assembly in .NET and What do you mean by protected class always present in the same assembly?

  
Total Answers and Comments: 5 Last Update: September 06, 2007     Asked by: goldjoy 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 29, 2006 23:17:16   #1  
Suma        

RE: What is assembly in .NET and What do you mean by p...
An assembly is a single deployable unit that contains all info about the implementation of classes structures and interfaces.
 
Is this answer useful? Yes | No
December 18, 2006 12:02:58   #2  
suneetha        

RE: What is assembly in .NET and What do you mean by p...

Assemblies are the building blocks of .NET applications. An assembly can consist of a single executable file or a number of executable and resource files that contain information necessary for deploying and maintaining the versions of an application. You can think of an assembly as a logical EXE or DLL. One or more assemblies are combined to form an application.

Every assembly is self-describing through metadata. .NET can automatically locate referenced assemblies.


 
Is this answer useful? Yes | No
January 03, 2007 01:22:18   #3  
sunitha@gmail.com        

RE: What is assembly in .NET and What do you mean by p...
protected class in same assembly always gives a public access to members of containg assembly and acts as private class to other assemblies.
 
Is this answer useful? Yes | No
January 17, 2007 04:30:45   #4  
aviral        

RE: What is assembly in .NET and What do you mean by p...

i want to know how to edit the data in the grid

how to make the managed code in c++


 
Is this answer useful? Yes | No
September 06, 2007 06:27:33   #5  
Priestly George Varghese        

RE: What is assembly in .NET and What do you mean by p...
Assemblies are building blocks of framework. There are mainly two types of assemblies
a) Private Assembly
b) Shared Assembly

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape