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

How to delete the duplicate records in a table using sql server

4 Answers  


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

0 Answers   PCS,


what are clr,cls,cts?what is .net framework?

6 Answers   Six Sigma,


Different types of authentication modes in .net framework ?

0 Answers  


How can I create a application?

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,


Explain the race around condition? : .NET Architecture

0 Answers  


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

0 Answers  


How cache coherency is eliminated? : Dot net architecture

0 Answers  


What is Com Callable wrapper?when it will created?

0 Answers  


In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.

1 Answers   Agiline,


Define domestic architecture artifacts? : Dot net architecture

0 Answers  


Categories