Whats an assembly?

Answers were Sorted based on User's Feedback



Whats an assembly?..

Answer / ramgopal reddy

Assemblies are the building blocks of the .NET framework.

Is This Answer Correct ?    10 Yes 3 No

Whats an assembly?..

Answer / narasimha

Asssembly is single unit of the deployment,which provides
Versioncontrol,security,reusable etc...

Is This Answer Correct ?    5 Yes 1 No

Whats an assembly?..

Answer / vamsi krishna alluru

Assemblies are the building blocks of the .NET framework ..
which provides reusebility,security and fast accesible
etc..once created Assembly any where can use the assebly
by calling the assembly name..

Is This Answer Correct ?    3 Yes 1 No

Whats an assembly?..

Answer / sanjay das

Assemblies are bulding block of .NET frame work. They are
fundamental unit of version control,actvition scoping,and
version reuse.

Is This Answer Correct ?    4 Yes 3 No

Whats an assembly?..

Answer / prakash

assembly is an collection of namespace

Is This Answer Correct ?    3 Yes 3 No

Whats an assembly?..

Answer / kirti

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 with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What base class do all Web Forms inherit from?

8 Answers  


How do we sort the data from a dataset?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?

1 Answers   Patni, Perot Systems, Sedna Technology,


What is data control in asp.net?

0 Answers  


Is overloading possible in web services?

2 Answers   Microsoft,






which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?

2 Answers   Emphasis,


what is the assembly?

2 Answers  


What is .Net3.0 and .Net3.5? Describe something about that Features..

1 Answers  


Differentiate between Server Transfer and Response Redirect?

2 Answers   DELL, Siebel, TCS,


Why is validation always done on the server? When does that occur?

2 Answers  


What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


Explain the main differences between asp and asp.net?

0 Answers  


Categories