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

What is asp net_sessionid?

1145


Explain a program using code nuggets to create a simple application? : asp.net mvc

1116


Is asp.net core faster?

1071


What is clickid?

1095


How can u deifne the benefits and limitation of using Viewstate for state management?

1186


How can you pass multiple complex types in Web API?

1125


Explain asp.net web forms.

1142


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

1091


Explain the difference between panel and groupbox classes using .net?

1014


What is the main difference between Asp.net and Vb.net?

1095


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

2472


What does ascx stand for?

989


What are standard controls?

1012


What is the difference between custom web user control and a custom web server control?

1025


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1171