How many types of assemblies are there in the visual
studio.net?



How many types of assemblies are there in the visual studio.net?..

Answer / t.v.s. rama raju

.Net Assembly can be classified in four Categories:

(A) With Respect to Program Access.
i) Private Assembly- It can be used only in one
application.
ii) Public/Shared Assembly- It can be used by all
applications in the server.

(B) With Respect to Number of Resources.
i) Static Assembly- It uses fixed resources.
ii) Dynamic Assembly- It supports dynamic creation
of resouces or files at
runtime programatically.

(C) With Respect to Deployment.
i) Satellite Assembly- Easily Deployable. (Visual
Studio 2005).
ii) Resource-Only Assembly- In Visual Studio 2003.

(D) With Respect to Number of Assemblies.
i) Single File Assembly- /Bin/x.dll

ii) Multi File Assembly- /Bin/x.dll
y.dll
z.dll
---
---
---

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Dot Net AllOther Interview Questions

Explain about common language infrastructure?

0 Answers  


Difference between abstract class and interface

100 Answers   Accenture, Altruist, Baba Group, CitiGroup, Fiserv, HCL, IBM, iGate, Infosys, Jean Martin, Karthik Industries, Microsoft, OnDLine, TCS,


What is the purpose of Treeview control?

0 Answers   CGI,


What is the use of delegates

2 Answers  


What are the different pipelining hazards? : Dot net architecture

0 Answers  






what is the difference between value types and reference types?

4 Answers   Six Sigma,


Explain how does .net mobile work? : Microsoft dot net mobile

0 Answers  


What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile

0 Answers  


11. diff b/w Dll and Exe

6 Answers   PCS,


Define cache coherency and how is it eliminated? : Dot net architecture

0 Answers  


i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id

3 Answers   APC,


What is the difference between metadata and menifest ?

0 Answers  


Categories