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 is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Whats new features in Visual Studio 2012?
what are ACID properties ?
how many types of controls are there in windows and web application?
Explain the difference between primary & secondary storage device? : Dot net architecture
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.
what is web service?
what is authentication and authorization?how do they differ?
How resource files are used in .net?
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
Explain difference between machine config vs. Web config? : .NET Architecture
10. Overloding and overriding.