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

Waht is Dot net Arcitecture

0 Answers   Donear,


while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction

2 Answers   Aviva,


12. Types of polymorphisem[Run and Design Exp.]

0 Answers   PCS,


how many types of controls are there in windows and web application?

1 Answers   Six Sigma,


Can you explain atlasuiglitz library?

0 Answers  






Does .NET runtime offer Deterministic Destruction or not?

0 Answers   HCL,


What is Com Callable wrapper?when it will created?

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 purpose of cache? How is it used? : Dot net architecture

0 Answers  


Whats new features in Visual Studio 2012?

0 Answers   B-Ways TecnoSoft,


What is static Constructor?

4 Answers   iGate,


How does an appdomain get created?

0 Answers  


Categories