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
What is asp net_sessionid?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Is asp.net core faster?
What is clickid?
How can u deifne the benefits and limitation of using Viewstate for state management?
How can you pass multiple complex types in Web API?
Explain asp.net web forms.
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?
Explain the difference between panel and groupbox classes using .net?
What is the main difference between Asp.net and Vb.net?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What does ascx stand for?
What are standard controls?
What is the difference between custom web user control and a custom web server control?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?