what is mean by versioning?
Please answer me.
Advance thanks.
Answers were Sorted based on User's Feedback
Answer / karthikeyan
some time programmer got confused ie which one one is new
code.That time assembly give the verson(four digit number)is
called versoning.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is a model in android?
How does servicing work for the .net framework 3.0?
What is the role of the jit compiler in .net framework?
What is session state management?
What meant of assembly & global assembly cache (gac) & Meta data
What is the .net framework?
can we call the garbage collector to run explicicitly?
What is associationset? : Entity framework
Difference between <connectionstring> and <appsettings>
How route table is created in ASP.NET MVC?
What is the property available to check if the page posted or not