windowssdk

  1. News

    Making Win32 APIs More Accessible to More Languages

    Introduction Win32 APIs provide powerful functionality that let you get the most out of Windows in your applications. While these APIs are readily accessible to C and C++ developers, other languages like C# and Rust require wrappers or bindings in order to access these APIs. In C#, this is...
  2. News

    C#/WinRT Version 0.8 and the .NET5 RC2 Release

    We have several important updates to share with the latest release of C#/WinRT. This release is feature complete for consumption scenarios, which means that all features for using our generated Windows SDK projections to call WinRT APIs are now in their final form. We expect C#/WinRT to have...
Back
Top