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
How you can implement custom validation in asp.net MVC?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Explain the methods used to render the views in mvc?
What is web api‘s in asp.net mvc 4 ?
What is the use of action filters in an mvc application?
What is code first? : Entity framework
What is the difference between viewbag and viewdata in mvc?
what is split entity?
What is disconnected scenario? : Entity framework
What is the use of viewmodel in mvc?
Explain what is routing?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is entity framework? : Entity framework