Changes to which portion of version number indicates an incompatible change



Changes to which portion of version number indicates an incompatible change..

Answer / kirti

Major or minor. Changes to the major or minor portion of the version number indicate an incompatible change. Under this convention then, version 2.0.0.0 would be considered incompatible with version 1.0.0.0. Examples of an incompatible change would be a change to the types of some method parameters or the removal of a type or method altogether. Build. The Build number is typically used to distinguish between daily builds or smaller compatible releases. Revision. Changes to the revision number are typically reserved for an incremental build needed to fix a particular bug. You'll sometimes hear this referred to as the "emergency bug fix" number in that the revision is what is often changed when a fix to a specific bug is shipped to a customer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How do I use partial view?

0 Answers  


i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?

0 Answers  


How to Create an Intranet Site Using ASP.NET MVC?

0 Answers  


Explain how to use multiple submit buttons in ASP.Net MVC?

0 Answers  


How we can multiple submit buttons in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,






What is partialview in asp.net mvc?

0 Answers  


How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??

1 Answers  


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

0 Answers  


When do you absolutely have to declare a class as abstract

1 Answers   Siebel Systems,


What are the advantages of razor view engine?

0 Answers  


What is the use of JIT

1 Answers  


What is Jit compilers?.how many are available in clr

1 Answers  


Categories