what is mean by versioning?
Please answer me.
Advance thanks.
Answer Posted / chandhru a
All versioning of assemblies that use the common language
runtime is done at the assembly level. The specific version
of an assembly and the versions of dependent assemblies are
recorded in the assembly's manifest. The default version
policy for the runtime is that applications run only with
the versions they were built and tested with, unless
overridden by explicit version policy in configuration files
(the application configuration file, the publisher policy
file, and the computer's administrator configuration file).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between viewbag and viewdata in mvc?
Explain the methods used to render the views in ASP.Net MVC?
mention what is the difference between ado.net and classic ado?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Explain what is asp.net mvc?
What is entity sql? : Entity framework
How route table is created in ASP.NET MVC?
How to change the action name in ASP.Net MVC?
How does the 'page lifecycle' of asp.net mvc works?
What is model first? : Entity framework
what is linq to entities?
What is renderbody?
What is definingquery in entity framework? : Entity framework
What is the use .glimpse in mvc?
Possible ways to prevent xss attacks on mvc application?