Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 advantages and disadvantages of session?

1170


Name some asp objects?

1053


Fetch one page value to another page without using state-managment ?

950


What is different in .net 1.1 and .net 2.0?

1070


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

1105


What is viewstate parameter?

999


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

1121


what is publisher?

2155


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1120


Is asp.net still used?

1074


What is Web Server Control Templates.?

1111


What are web server controls in asp.net?

1168


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

1028


Can you clarified A Web service can only be written in .NET or not?

1084


Define what is razor? : asp.net mvc

1054