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 |
What is the use of trace utility ?
How do I use partial view?
What is filters in web api?
what is view state
Explain the new features added in version 4 of mvc (mvc4)?
What is action methods in web api?
which are the key concepts of entity data model?
will there be any issues adding a table without primary keys to a data model?
mention in what all scenarios entity framework can be applicable?
How the color of selected menu item will be changed in asp.net menu item?
How we can register the Area in ASP.Net MVC?
What you mean by routing in mvc?