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
How to deploy/publish webservices?How many ways?Plz explain me
Can one dll file contains the compiled code of more than one .net language?
Explain the difference between asp and asp.net?
Difference between web user control and web custom control?
Explain difference betn dataset and recordset?
What is session in asp.net?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is the use of the tag in the web.config file?
What is the appSettings Section in the web.config file?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What does mean by a neutral culture?
What is route in web api?
What are the advantages of using Master Pages?
What is the concept of view state in asp.net?
How can we create a website?