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

Does C# support static class?Is Static class be inherited by any class?

2 Answers  


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


Describe a diffgram ? Write any one use of that?

3 Answers   Siebel,


What is a 1x1 pixel?

0 Answers  


What is csrf attack in asp.net?

0 Answers  






Can you set the session out time manually?

0 Answers  


What is the function of the ViewState property?

0 Answers   MindCracker,


Explain the difference between response.redirect vs server.transfer

0 Answers  


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

0 Answers   Quest,


Trigger syntax in sql2000

1 Answers   Wipro,


Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  


Categories