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

Explain diff. Between friend and protected friend?

588


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

737


What is cookies cache and session?

627


What's the ASP.Net Application life cycle?

640


Apart from IDE what are the enhancements in asp.net 2.0?

1701






6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

1818


What is the main differences between asp and asp.net?

605


Whats the difference between abstract factory pattern and factory pattern?

682


What are the different properties of server control that exists?

654


What is break mode?

613


What asp.net control can embed xaml into asp.net pages?

628


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

624


Which of the following .NET framework supports Web API?

733


What is paging in context of Memory?

751


What is page request in asp.net?

623