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 ?

Answer Posted / payal

1.assemblies is unit of deployment like exe dll
assemblies information is stored in Manifest where all
details of assemblies are include.
This manifiest is stored in PE file that is protable
executable fime we can view assemblies using ILDASM.

2.types
private
shared
private assembly is used for single application which is
stored in application directory.

shared assembly is which is used by many users.and that is
stored in (GAC) that is Global Assembly Cache where
adminstrator can make rights on them and he is only one
person where he can add or remove it.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

mention what is the difference between ado.net and classic ado?

1164


What are the main components of .net framework?

1093


What is entitytype? : Entity framework

1033


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

1051


Can you explain model, controller and view in mvc?

1047


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

1051


What is .net core framework?

1053


What are the possible razor view extensions?

1055


What is object service? : Entity framework

1232


Can you explain renderbody and renderpage in mvc?

1076


In which assembly is the mvc framework defined?

1090


What is ViewStart Page in ASP.Net MVC?

1101


What is an asynchronous controller in asp.net mvc?

1109


How we can call a javascript function on the change of a dropdown list in mvc?

1112


How do you handle variable number of segments in a route definition?

1023