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
what is the difference between running an application with and without debugger?
How does .net remoting work?
Explain the Lapsed Listener problem in .net
what is tracing? Where it used?
What is different about namespace declaration when comparing that to package declaration in java?
What is difference between .net and visual studio?
where should I put this information then?
What is an asssembly qualified name? Is it a filename? How is it different?
Does .NET runtime offer Deterministic Destruction or not?
6. Wcf- what is SOA
How cache coherency is eliminated? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
How resource files are used in .net?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
Use of Enable view state ? if turn off what happen ?