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 oauth in web api?
Where are the routing rules defined in an asp.net mvc application?
Can I set the unlimited length for "maxjsonlength" property in config?
What is the mvc pattern (model view controller pattern)?
What is the difference between partial and renderpartial?
What is the use of action filters in an mvc application?
How to use Jquery Plugins in ASP.Net MVC validation?
What is difference between html.beginform and ajax.beginform?
what is entity data model?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is entity framework? : Entity framework
What are the components of the .net framework.
What filters are executed in the end?
How can I return string result from action in asp.net mvc?
What is representational state transfer (rest) mean?