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 can you apply a theme to your asp.net application?
How many validators do ASP.NET have?
What is request and response in asp.net?
What is session in asp.net?
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
How Session use Cookies in State Management?
WSDL means?
What is the difference between Session and response.Redirect?
What is the difference between a candidate key and primary key?
Explain how do you validate the controls in an asp .net page?
Describe the application event handlers in ASP.NET?
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?
How do u declare static variable and how it is declared and what is its lifetime?
What are the event handlers that we can have in global.asax file?
What is autopost?