Skip to content

Is WAS an application framework in the .NET 5+ implementation? #3687

Discussion options

You must be logged in to vote
  1. It is closer to a class library. If you want to be extremely precise, the Windows App SDK is a set of Windows Runtime components written in C++. It is then made available in .NET using different means. If you are targeting the .NET Framework, this knows about WinRT components natively. IIRC, early versions of .NET/.NET Core also had this knowledge. But newer versions of .NET use a package like C#/WinRT in order to access it, the Windows App SDK provides the projection as part of the Nuget package so you don't have to make it yourself.

  2. This is difficult, but WinUI 3 is a separate project that is bundled with the Windows App SDK.

  3. No. Being a part of the .NET CoreCLR would mean that it…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@learntocode66
Comment options

@DarranRowe
Comment options

@learntocode66
Comment options

Answer selected by learntocode66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants