About 64,100 results
Open links in new tab
  1. Version.CompareTo Method (System) | Microsoft Learn

    Compares the current Version object to a specified object or Version and returns an indication of their relative values.

  2. Compare version numbers without using split function

    Sep 27, 2011 · How do I compare version numbers? What do you want the result to be? a version with 5 parts? If you were using the typical 4 part version you could use the System.Version class, which includes methods to compare versions and parse the version string. What are the types of …

  3. C# how can you compare versions? - Stack Overflow

    This class works very similarly to the standard Version object in .net but adheres to the Semantic Versioning spec (https://semver.org). It will parse your string into an IComparable and IEquatable object so you can compare multiple versions or sort them within a collection, etc.

  4. A Comprehensive Guide to System.Version Comparison in C#

    Aug 7, 2024 · When working with versioning in C# applications, understanding how to compare System.Version objects is crucial. This guide will walk you through the process of comparing version numbers in C# using the System.Version class.

  5. C# Version Compare: Tips and Tricks for Efficient Comparison

    Aug 8, 2024 · By leveraging the Version class and implementing custom comparison logic when needed, you can handle versioning complexities with confidence. Stay up-to-date with the latest version comparison techniques to streamline your coding process and ensure seamless version control in your C# projects.

  6. CLR C# and dot net version comparison chart - CodePattern.net

    Mar 22, 2013 · I have created a simple table from different resources for .net, CLR and C# revision history. You may find it useful. Mostly interview asks the difference among different versions of these.

  7. How To Compare Version Numbers Using C# - My Programming …

    Mar 1, 2022 · Given two version numbers, version1 and version2, compare them. Version numbers consist of one or more revisions joined by a dot ‘.’. Each revision consists of digits and may contain leading zeros. Every revision contains at least one character.

  8. Comparing Version Number In C# - C# Corner

    So, we can also pass major, minor, build and revision number to Version constructor and can compare 2 different versions easily.

  9. C# versions cheat sheets - DEV Community

    May 13, 2023 · We can't blame them, there is a lot to remember. Below you find some printable cheat sheets if, like me, you want to have a handy reference: I went down to C# 6 since its release was still before 10 years ago and, IIRC, was the C# version available when .NET Core first showed up. Remember all the .NET Standard confusion?

  10. Language versioning - C# reference | Microsoft Learn

    Oct 8, 2024 · Check the Visual Studio platform compatibility page for details on which .NET versions are supported by versions of Visual Studio. Check the Mono page for C# for Mono compatibility with C# versions. The compiler determines a default based on these rules:

Refresh