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 |
Explain dependency resolution?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Explain representational state transfer (rest) in detail?
How does the .net framework 3.0 relate to windows vista?
What you mean by routing in mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the CTS
What is the CLR
What is the use of razor view engine?
how can you enhance the performance of entity framework?
What is .net framework used for?