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 are the file extensions for razor views?

674


How does cookies work in asp net?

508


Explain the different parts that constitute ASP.NET application?

563


Will session work if cookies is disabled?

523


What are the components of ado.net?

529






What is route in web api?

525


Which asp.net objects encapsulate the state of the client and the browser?

569


How can you implement the postback property of an asp.net control?

527


What is data reader in asp.net?

493


How do I publish my asp.net application to my isp's web server?

582


How does the cookies work in asp.net?

552


Which data type does the rangevalidator control support?

549


Do you know about caching with the datasource controls?

480


What is a session in asp.net?

532


What are the features of asp net?

510