cppwinrt VS winforms

Compare cppwinrt vs winforms and see what are their differences.

winforms

Windows Forms is a .NET UI framework for building Windows desktop applications. (by dotnet)
JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
cppwinrt winforms
14 27
1,771 4,666
0.4% 0.7%
6.7 9.9
21 days ago 3 days ago
C++ C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cppwinrt

Posts with mentions or reviews of cppwinrt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-11.

winforms

Posts with mentions or reviews of winforms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-10.
  • Are .NET 4.x and JDK 8.x the "zombie" runtimes of enterprise software?
    2 projects | news.ycombinator.com | 10 Apr 2025
    Re: .NET WinForms -- they open sourced it a few years back.

    https://github.com/dotnet/winforms

    They even went so far as to bring back the forms designer to Visual Studio.

    https://devblogs.microsoft.com/dotnet/windows-forms-designer...

    Obviously it's still a pretty sizable migration to go from .NET Framework to .NET, but at least the UI framework is available again.

  • Writing GUI apps for Windows is painful
    23 projects | news.ycombinator.com | 30 Jun 2024
    Apps developed for the modern (open-source) version of .NET may be compiled to a native code (NativeAOT). Some time ago, I tried AOT on a simple WinForms project and it worked. Unfortunately, functions using COM APIs are not yet supported (as they rely on reflection). There is an ongoing effort to fix this problem: https://github.com/dotnet/winforms/issues/4649
  • Ask HN: Any way to write a simple desktop app anymore?
    1 project | news.ycombinator.com | 22 Jan 2024
    Windows Forms[0] is still alive and will never die, and very low overhead to start with, and works on new and shiny .NET 8.

    If Linux or macOS, you can use AvaloniaUI[1] instead which is sufficiently advanced but assumes some prior knowledge.

    [0] https://github.com/dotnet/winforms/blob/main/docs/getting-st...

    [1] https://docs.avaloniaui.net/docs/get-started/

  • A GitHub issue suggests the removal of the WebBrowser control in WinForms. If you think this is a bad idea, be sure to voice your disapproval on the issue!
    1 project | /r/csharp | 30 Nov 2023
  • Duda carrera: C#/.NET vs. Node/Express
    13 projects | /r/devsarg | 18 May 2023
    Winforms: Licencia MIT.
  • We Got the Generics We Have (2022)
    1 project | news.ycombinator.com | 21 Mar 2023
    3. Therefore reified generics are not possible to implement in a backwards compatible way.

    Ok, sure, but if you instead a new generic collection types and leave the old ones alone, you don’t have to worry about breaking existing compiled code.

    This comment about C# suggests a lack of familiarity with the approach C# took:

    > C# made the opposite choice — to update their VM, and invalidate their existing libraries and all the user code that dependend on it.

    All of the pre-generic C# libraries continue to exist to this day (ArrayList, HashTable, and the non-generic IEnumerable). Applications that used them never stopped working. New code uses the generic collections (List and Dictionary).

    Anyways, I think the costs that Java is currently paying for non-reified generics (reflection, performance, and type safety mentioned in the article) is not worth the backwards comparability with the 20 year old J2SE 1.4. The price C# pays for making a backwards incompatible generics (mostly some minor annoyance when designing a collection class implementing IEnumerable) is worth it at this point.

    P.S. ok, I do admit that C# forking the collection library is still causing ongoing maintenance work 18 years later: https://github.com/dotnet/winforms/pull/8673

  • When A .NET Developer Learns Blazor
    5 projects | /r/csharp | 15 Mar 2023
    No, it is fully supported and in active development. https://github.com/dotnet/winforms
  • WPF Roadmap 2023
    3 projects | /r/dotnet | 21 Feb 2023
    No, it's still under active development/maintenance. https://github.com/dotnet/winforms/graphs/contributors
  • Where are these images stored?
    1 project | /r/dotnet | 13 Nov 2022
    The image is kept in-memory— https://github.com/dotnet/winforms/blob/main/src/System.Windows.Forms/src/System/Windows/Forms/PictureBox.cs
  • Does anyone know how to make a UITypeEditor for Winforms that works in .NET 6?
    1 project | /r/csharp | 24 Oct 2022
    Appears that this has been broken for a while. Seems it has something to do with the new designers being run out of process.

What are some alternatives?

When comparing cppwinrt and winforms you can also consider the following projects:

ProjectReunion - The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

CsWinRT - C# language projection for the Windows Runtime

Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

AStarDemo - A basic A* example ported to C++/WinRT

Xamarin.Forms - Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that C++ is
the 7th most popular programming language
based on number of references?