What are the types of assemblies and where can u store them
and how a private assembly is used only by a single
application, and is stored in that application's install
directory (or a subdirectory therein)?
Answer Posted / anandkbs
.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 authentication in asp.net?
What are the parts of an http response?
Explain Features in ASP.NET
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is protected configuration?
Why we use asp.net for website development?
What is the use of response redirect in asp.net?
What is a global postback url?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What are the different method of navigation in asp.net?
Explain server side state management system.
How to use multiple scriptmanager controls in a web page?
What is mvc in angular?
Is razor a programming language?
Define a web service in .net?