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
Explain diff. Between friend and protected friend?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is cookies cache and session?
What's the ASP.Net Application life cycle?
Apart from IDE what are the enhancements in asp.net 2.0?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What is the main differences between asp and asp.net?
Whats the difference between abstract factory pattern and factory pattern?
What are the different properties of server control that exists?
What is break mode?
What asp.net control can embed xaml into asp.net pages?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Which of the following .NET framework supports Web API?
What is paging in context of Memory?
What is page request in asp.net?