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

which would be the best to use inproc,outproc or sql server

2 Answers   Ness Technologies,


What is Opf3

0 Answers   Infosys,


what is the difference between value types and reference types?

4 Answers   Six Sigma,


What is cache coherency and how is it eliminated? : .NET Architecture

0 Answers  


It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?

1 Answers   247Customer, Concentrix, Wipro,






Explain difference between inprocess vs out process session state? : .NET Architecture

0 Answers  


Explain domestic architecture artifacts? : Dot net architecture

0 Answers  


how to use custom field validation

0 Answers   PCS, Prithvi,


can Array contains different datatypes ?

5 Answers  


what is just in time compilation?

1 Answers   Six Sigma,


Is .net easier than java?

0 Answers  


how to change the title of my window?

0 Answers   Six Sigma,


Categories