Currently, several versions of Windows OS are available in the market from Windows XP to latest Windows 8. For one my application, I was looking for a way to determine the OS version of the installed Windows at my workstation using C#. I have googled for the answer but no answer give me a clear idea and full functional way to determine the OS version. So, I find out a way to determine the OS version of Windows in my application using C# and in this tutorial I would like to describe the ways to do that.
Every released windows operating system has a version number. The version number has two main part formatted as "x.x", first digit is referred as Major Version Number and second digit is referred as Minor Version number.
Concept:
Every released windows operating system has a version number. The version number has two main part formatted as "x.x", first digit is referred as Major Version Number and second digit is referred as Minor Version number.