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 is assembly?

Answer Posted / vimal chauhan

An Assembly is a unit of deployment like (.exe or .dll).

Assembly are of two type.
1-Private Assembly
2-Shared Assembly

Private Assembly is place on client application and it can be used only for the specific application because it con not be stored in GAC.private assemble does not use strong name.

Shared Assembly is place in GAC(Global Assemble Cache).
Shared Assembly used in many application on the same machine.


GAC is a place where all shared assemble stored.GAC use strong name to identify the uniqueness of shared assembly.

Strong Name is a collection of

1-Assembly name
2-Assembly version
3-Assembly Culture
4-Public key crytography

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you apply a theme to your asp.net application?

1025


How many validators do ASP.NET have?

1146


What is request and response in asp.net?

1005


What is session in asp.net?

1006


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

1041


How Session use Cookies in State Management?

1115


WSDL means?

1191


What is the difference between Session and response.Redirect?

1170


What is the difference between a candidate key and primary key?

1067


Explain how do you validate the controls in an asp .net page?

977


Describe the application event handlers in ASP.NET?

1088


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

2372


How do u declare static variable and how it is declared and what is its lifetime?

1077


What are the event handlers that we can have in global.asax file?

1014


What is autopost?

1036