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
What are the advantages and disadvantages of session?
Name some asp objects?
Fetch one page value to another page without using state-managment ?
What is different in .net 1.1 and .net 2.0?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is viewstate parameter?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
what is publisher?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Is asp.net still used?
What is Web Server Control Templates.?
What are web server controls in asp.net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Can you clarified A Web service can only be written in .NET or not?
Define what is razor? : asp.net mvc