dotnet VS ProjectReunion

Compare dotnet vs ProjectReunion and see what are their differences.

dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation. (by microsoft)

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. (by microsoft)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dotnet ProjectReunion
17 52
14,089 3,642
0.8% 1.4%
6.0 9.2
about 2 months ago 4 days ago
HTML 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.

dotnet

Posts with mentions or reviews of dotnet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • Where do you get the info for interesting things and news that dotnet has to offer, except for official docs?
    1 project | /r/dotnet | 28 May 2023
    Microsoft .NET Blog: https://devblogs.microsoft.com/dotnet/
  • Why isn't C# more widely adopted?
    2 projects | /r/csharp | 16 May 2023
    Just find some good sites, that keep up with the news/changelogs ( one that I like for c# / dotnet stuff is is: https://devblogs.microsoft.com/dotnet/) as well as the whole c# roadmap on github and where they propose features, and design meetings (https://github.com/dotnet/csharplang/tree/main/meetings). It provides a lot of insight on what they plan on doing with the language). That's usually where I go to keep up with c# stuff.
  • Getting up-to-date on .NET
    2 projects | /r/dotnet | 24 Jan 2023
    Microsoft's .NET blog is pretty good for seeing what they're up to.
  • What is the best way to learn the latest C# features?
    2 projects | /r/csharp | 19 Jan 2023
    The .NET Blog has great articles about new and upcoming changes.
  • Ask HN: Examples of Top C# Code?
    29 projects | news.ycombinator.com | 25 Oct 2022
  • is dotnet 5 just rebranded (dotnet core)
    1 project | /r/dotnet | 24 Sep 2022
    how exactly does dotnet 5 acheive this? it makes sense for dotnet 6 since we have different TFM's like net6.0-android, net6.0-ios, net6.0-macos etc. however, if you look for dotnet 5 you only have net5.0 and net5.0-windows TFMs as per given link, https://learn.microsoft.com/en-us/dotnet/standard/frameworks also somebody asked the question how to run .net 5 app on android and the answer given was to preferably still use xamarin/mono, https://github.com/microsoft/dotnet/issues/1253 Also what exactly did change in this regard, does it use same core clr, does it use the same base class library as one used in dotnet core?
  • Performance Improvements in .NET 7
    6 projects | news.ycombinator.com | 31 Aug 2022
    Bookmark https://devblogs.microsoft.com/dotnet/ and read occasionally. https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csh... is good for a quick overview of language features depending on what version you're at.

    Most .NET devs only need to be peripherally aware of these changes, as most businesses using .NET will move slower than Core's new pacing. It's even less important for lower seniority devs as you typically need project changes to utilize new features, which is a call a senior would make, which involves approval/testing/deployment, so a slow process which gives you time to read up on the new features as they're needed.

    You're better at your "craft" the more tools you know about and how to apply them, but if your day job prevents you from following the new stuff, I wouldn't worry too much about it.

    >I feel .NET Core after a good start is falling into the typical Microsoft trap of constantly cranking out new stuff to do the same thing and leaving it to developers to keep up.

    Yeah, the pacing has increasing dramatically from .NET Framework days, but that's probably a good thing. I would just stick to learning about what you do in your day job. .NET has a huge ecosystem compared to other languages, so it's going to be very hard to keep up with everything MAUI is doing if you're doing regular ASP.NET core APIs.

  • Announcing .NET Framework 4.8.1
    1 project | /r/programming | 10 Aug 2022
    Release Notes
  • Flyout and Tab Icon States in .NET MAUI
    8 projects | dev.to | 21 Jun 2022
    .NET home repo - links to hundreds of .NET projects, from Microsoft and the community.
  • Does anyone still do this? Can I stop?
    1 project | /r/sysadmin | 21 Apr 2022

ProjectReunion

Posts with mentions or reviews of ProjectReunion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-11.
  • WinUI3 + WebView2
    1 project | /r/dotnet | 30 Oct 2023
    The issue is described here: WebView2 does not support passing in a CoreWebView2Environment · Issue #1170 · microsoft/WindowsAppSDK (github.com)
  • Ask HN: What is the best way to build a desktop app in Windows in 2023?
    5 projects | news.ycombinator.com | 11 Sep 2023
    .. and how many of the Microsoft applications actually use WinUI3? As far as I can tell they're doing their own thing (Office) or are Electron (Teams) or, at least in Windows 10, haven't actually been updated from WinForms.

    The overhead of WinUI3 is pretty huge. The visual designer, a winning feature of Visual Studio for decades, is AWOL. Why? It's XAML, the same as the previous XAML designer! It's just .. broken?

    The backward compatibility story is a disaster: you can get stuck in the UWP sandbox https://github.com/microsoft/WindowsAppSDK/issues/1780

    What's the big Microsoft WinUI3 flagship app, then? Something people are actually using? Rather than just a few system dialogues. (How many Win11 settings pop up a Win32 dialogue box, still?)

  • How can i change the pointer of my cursor in winui3?
    1 project | /r/dotnet | 29 Jun 2023
  • Leaked Microsoft poll shows fewer employees have confidence in leadership
    4 projects | news.ycombinator.com | 24 Jun 2023
  • For the past year and a half I've been working on Wintoys, an app that let's you experience Windows in your way and keep it fresh everyday while having everything you need in one place
    2 projects | /r/Windows10 | 6 May 2023
    Development for WinAppSdk and WinUI 3 is also very slow and Microsoft seems to not want to push it and invest more developers into it for some reason. They try to improve the framework, is just it's a small team. For example it was a headacke to apply the Mica backgrop and required unmanaged code, they made it simpler and reduced it to a line of code but it took months. I have 2 out of 7 issues fixed on WinAppSdk repository and 0 out of 8 issues fixed in the WinUI 3 repository (some of the older than a year). This are just my issues, there are many other opened by other developers. So yeah, it wasn't fun at all. PoweshellSDK had an issue with the Import-Module command and it wasn't fixed for more than a year and probably won't be ever fixed, but I'm glad I found a workaround, even more clean and more safe, otherwise I couldn't have added the posibility to uninstall and change Store apps.
  • Has MAUI improved last couple of months?
    4 projects | /r/dotnetMAUI | 19 Mar 2023
    As far as I know, there are still some issues with OIDC integration. See this, for example.
  • WPF Begins its Long Goodbye
    9 projects | /r/dotnet | 5 Mar 2023
  • File Explorer will soon be a Windows App SDK app
    2 projects | /r/Windows11 | 15 Feb 2023
    this I'm interested in. WinAppSDK is open source.
  • Why Modern Software Is Slow
    6 projects | news.ycombinator.com | 29 Sep 2022
    I think the issue is actually the sandboxing and other stuff. WinRT StorageProvider API is known to be extremely slow and NTFS / Windows IO subsystem is itself already quite slow compared to UNIX. The issue IIRC is that StorageProvider is designed for sandboxing and the way they implemented that involves doing RPCs to other processes. So there's probably some heavy context switching involved, but it's architectural, and so the voice recorder was never fixed.

    https://github.com/microsoft/WindowsAppSDK/issues/8

  • WPF or WinForms
    4 projects | /r/csharp | 2 Jul 2022
    Disclaimer: I work for Microsoft. I even work on WindowsAppSDK just not the WinUI parts. People far more graphically inclined and talented than I handle that 😀

What are some alternatives?

When comparing dotnet and ProjectReunion you can also consider the following projects:

WinDev - A repo for developers on Windows to file issues that impede their productivity, efficiency, and efficacy

UWPDumper - DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.

Squirrel - An installation and update framework for Windows desktop apps

mactype - Better font rendering for Windows.

dotnet-podcasts - .NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!

TcNo-Acc-Switcher - A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others! [Moved to: https://github.com/TCNOco/TcNo-Acc-Switcher]

imgui_markdown - Markdown for Dear ImGui

Cronos-Rootkit - Cronos is Windows 10/11 x64 ring 0 rootkit. Cronos is able to hide processes, protect and elevate them with token manipulation.

Shuup - E-Commerce Platform

Windows UI Library - Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications

dotNext - Next generation API for .NET

WindowsAppSDK-Samples - Feature samples for the Windows App SDK