.NET 4.0 New Feature : Determine the bitness of the current process and operating system
In .NET versions prior to .NET 4.0, in order to check wheter you were running in a 64 bit process or on a 64 bit operating system, you would have to use PInvoke calls or WMI. With the release of .NET 4.0, Microsoft has added two properties to the Environment class which will help you […]