what is the assembly?

Answers were Sorted based on User's Feedback



what is the assembly?..

Answer / sree

Assembly is a small unit for development
Assemblies are provides Reusability,Versioning,and Security.
Assemblies will maintain collection of userdefined types
and resources information.

Is This Answer Correct ?    1 Yes 0 No

what is the assembly?..

Answer / d.naveen

Assemblies are small unit of deployment.
There are somany types of assemblies
they are:
1.public
2.private
3.shared.
4.satellite
there will exceutable(.exe) assembly and Library code(.dll).
Assembly contain version infornmation,metadata,actual code.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is strong name and which tool is used for this?

4 Answers   Accenture,


What's a bubbled event?

3 Answers   Siebel,


what do machine key element in configuration file specify?

1 Answers   TCS,


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


what is profiles in asp.net

1 Answers  






Why SessionID changes in every request in asp.net?

0 Answers   HCL,


what is Versioning in asp.net and how it maintain in any web application

1 Answers   TCS,


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


What is user control in asp.net?

0 Answers  


where should write the connection string Show that it will apply whole pages in the website

5 Answers   Symco,


How does the service stream content?

0 Answers  


What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?

3 Answers   Accenture,


Categories