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


Please Help Members By Posting Answers For Below Questions

What is Pre-Render event in ASP.NET?

600


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

650


What are the security types in asp.net?

583


Who generates session id?

496


How do you do Client-side validation in .Net?

581






1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18546


What is asp.net globalization?

502


What is the difference between server-side scripting and client-side scripting?

554


What is custom attribute? How to create?

545


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

3417


What is the difference between trace and debug in asp.net?

625


How do you hide the columns?

593


What are the benefits of Razor View?

540


Explain the difference between globalization and localization techniques

541


what is AutoEventWireUp and what is the use of This property explain in details?

1136