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
I want to create a project like google maps how can we do that with atlas?
Explain about validation?
Define a managed code? : Dot net architecture
What is .net mobile forms? : Microsoft dot net mobile
inprocess vs out process session state : Dot net architecture
What is the problem with .net generics?
how to change row background color in gridview
deference between display and visibility property of CSS
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
What is an interrupt? : .NET Architecture
what is polymorphism and advantage ?
Which software is used for .net programming?
What is a virtual memory? : Dot net architecture
Waht is Dot net Arcitecture
Define cache coherency? : Dot net architecture