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
Can we add code files of different languages in app_code folder?
What is the meaning of TestApi?
Can you explain one critical mapping?
What is recordset asp?
Explain the path instructions in xaml?
Explain the asp.net session state modes.
What do you mean by marshalbyref?
What parameters can you pass in the url of the api?
What is server side session?
Is asp.net and .net same?
Describe session handling in a webfarm?
How may clustered index we can create in table?
When we use cookie less session? Explain its working?
What are the validation controls available in ASP.NET?
What are triggers of an updatepanel?