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 type of filter does outputcacheattribute class represents?
What is stateless model?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is meant by viewdata?
what is explicit loading?
what is scalar property?
What is viewstart page in mvc?
Can you explain renderbody and renderpage in asp.net mvc?
What are differences between entity framework and l2s? : Entity framework
How does .net framework works?
Explain ASP.NET MVC Identity and Security?
what is complex type?
What is poco proxy? : Entity framework
will there be any issues adding a table without primary keys to a data model?
Explain the advantages of dependency injection (di) in asp.net mvc?