Properly detect Windows version in C# .NET – even Windows 10
OK, so you are using System.Environment.OSVersion.Version… The .NET Framework provides a class to find out the version of Windows. Take a look at the following example: The output of the above code looks something like this: 6.2.9200 This number can be used to identify the operating system. The following table summarizes the most recent operating […]