How many types of assemblies are there in the visual
studio.net?
Answer Posted / 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 View All Answers
how can we achieve language interoperability through CLS? How MSIL works?
What is parallel computing?
What are the important principles of soa (service oriented architecture)?
What does this do? Gacutil /l | find /i "corillian"
What happens to the winfx technologies?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Can you explain server controls in atlas?
what is inheritancy where u required ?
What are different types that a variable can be defined and their scopes ?
Which software is used for .net programming?
What is the importance of updatepanel control?
What's the difference between an application and a program?
How do I stop a thread?
What are the types of memory management? : Dot net architecture
What is an interrupt? : Dot net architecture