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
How many types of triggers are there in update panel?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is web router?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is state management techniques in asp.net?
What are the advantages and disadvantages of Using Cookies?
What is the life cycle of an asp.net page?
Is asp.net mvc still used? : Asp.Net MVC
how to debug web services on consumer side?
What is http protocol and how it works?
What does asp stand for in asp.net?
What is class and object in asp.net?
What’s the difference between response .redirect and server.transfer?
What is query string in asp.net?
Explain an object, class and method.