ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Define an assembly?
 Question Submitted By :: Psetty
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Define an assembly?
Answer
# 1
The building blocks of the .NET framework are generally 
defined as assemblies.
 
Is This Answer Correct ?    0 Yes 1 No
Psetty
 
  Re: Define an assembly?
Answer
# 2
Its main deployment unit in .net framework. It provides the 
total info to the run time while running the application.
 
Is This Answer Correct ?    2 Yes 0 No
Shankar
 
 
 
  Re: Define an assembly?
Answer
# 3
Either Excutable File (EXE) or Class Library File(DLL) 
which which having Mainfeast data,IL Code. Using This 
Assembly Concept Microsoft Acchieve PlatForm Independency .
 
Is This Answer Correct ?    1 Yes 0 No
Karthik K
 
  Re: Define an assembly?
Answer
# 4
Assemblies are the building blocks of .NET Framework 
applications; they form the fundamental unit of deployment, 
version control, reuse, activation scoping, and security 
permissions. An assembly is a collection of types and 
resources that are built to work together and form a 
logical unit of functionality. An assembly provides the 
common language runtime withthe information it needs to be 
aware of type implementations. To the runtime, a type does 
not exist outside the context of an assembly. Assemblies 
are a fundamental part of programming withthe .NET 
Framework. An assembly performs the following functions: o 
It contains code that the common language runtime executes. 
Microsoft intermediate language (MSIL) code in a portable 
executable (PE) file will not be executed if it does not 
have an associated assembly manifest. Note that each 
assembly can have only one entry point (that 
is,DllMain,WinMain, orMain). o It forms asecurity boundary. 
An assembly is the unit at which permissions are requested 
and granted. o It forms atype boundary. Every type?s 
identity includes the name of the assembly in which it 
resides. A type called MyType loaded in the scope of one 
assembly is not the same as a type called MyType loaded in 
the scope of another assembly. o It forms areference scope 
boundary. The assembly?s manifest contains assembly 
metadata that is used for resolving types and satisfying 
resource requests. It specifies the types and resources 
that are exposed outside the assembly. The manifest also 
enumerates other assemblies on which it depends. o It forms 
aversion boundary. The assembly is the smallest versionable 
unit in the common language runtime; all types and 
resources in the same assembly are versioned as a unit. The 
assembly?s manifest describes the version dependencies you 
specify for any dependent assemblies. o It forms a 
deployment unit. When an application starts, only the 
assemblies that the application initially calls must be 
present. Other assemblies, such as localization resources 
or assemblies containing utility classes, can be retrieved 
on demand. This allows applications to be kept simple and 
thin when first downloaded. o It is the unit at which side-
by-side execution is supported. Assemblies can be static or 
dynamic. Static assemblies can include .NET Framework types 
(interfaces and classes), as well as resources for the 
assembly (bitmaps, JPEG files, resource files, and so on). 
Static assemblies are stored on disk in PE files. You can 
also use the .NET Framework to create dynamic assemblies, 
which are run directly from memory and are not saved to 
disk before execution. You can save dynamic assemblies to 
disk after they have executed. There are several ways to 
create assemblies. You can use development tools, such as 
Visual Studio .NET, that you have used in the past to 
create .dll or .exe files. You can use tools provided in 
the .NET Framework SDK to create assemblies withmodules 
created in other development environments. You can also use 
common language runtime APIs, such as Reflection.Emit, to 
create dynamic assemblies
 
Is This Answer Correct ?    3 Yes 0 No
Guest
 
  Re: Define an assembly?
Answer
# 5
> Assembly is primary buliding block in .net 
> Assembly  is smallest deployment unit in any application 
> Assembly is grouping of phishcal unit which contain 
information about matadata and mainfest.
 
Is This Answer Correct ?    1 Yes 0 No
Jiten
 
  Re: Define an assembly?
Answer
# 6
assembly is the collection of dll and exe files.
this assembly wil create in CLR
this clr wil give run time environment for .net applications
 
Is This Answer Correct ?    0 Yes 0 No
Subramaniam
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How to remove themes from certain controls?  2
How do you a replicate a set of controls across a number of ASP Pages  2
What is the difference between excute query and excute nonquery.?  3
Which two properties are there on every validation control?  2
if you disable view state of a textbox will it maintain data during postbacks.if yes reason FactorH6
What data type does the Range Validator control support?  3
please can any describe 'Master Page' in ASP.Net 2.0  3
I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?  1
Describe the difference between a Thread and a Process?  4
What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?  4
What is JIT, what are types of JITS and their purpose ? Infosys3
How does the XmlSerializer work? What ACL permissions does a process using it require?  1
Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler? Visual-Soft3
What is Master Page in Asp.net?  5
can we place the same DLL in debug folder two times? (without using strong name ) TCS7
How many classes can a single .NET DLL contain?  2
How can you get public key information? Microsoft1
diffrance between stored procedure & function in sql server?  2
when to use webservice and when to use remotong diff between them  3
with which controls you worked in Asp.net 2.0? HP2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com