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 |
What exactly is being serialized when you perform serialization? scope in C# ?
Explain domestic architecture artifacts? : Dot net architecture
while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction
What does the term "green architecture" mean? : .NET Architecture
HttpHendler and HttpModules
Explain the race around condition? How can it be overcome? : Dot net architecture
What is the difference between metadata and menifest ?
What is abstact class? in which scinario we can use abstact class?
What is the main Difference Between .Net 2003 and .Net 2005.and also Asp1.1,Asp2.0 and Asp3.0
Use of Enable view state ? if turn off what happen ?
deference between display and visibility property of CSS
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile