What is difference between shared and public
Answer / kirti
An assembly that can be referenced by more than one application. An assembly must be explicitly built to be shared by giving it a cryptographically strong name.
Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by domain model?
what is linq to entities?
How to ensure the credentials for WebService using Windows authentication
what is the use of final method
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is the use of finalize and dispose eventhough garbage collector is working?
what is use of entity container?
What is the use of razor view engine?
Does Tempdata hold the data for other request in ASP.Net MVC?
Difference between .NET & J2EE
What are advantages of Dependency Injection (DI) in ASP.Net MVC?