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 |
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Can we add constraints to the route? If yes, explain how we can do it?
What are the two ways to add constraints to a route?
What are actions in mvc?
Tell me about the internal working of Garbage collector?
explain what is ado.net entity framework?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
How we can add the CSS in ASP.Net MVC?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
what are background threads? give ex?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?