C# Uwp

Open-source C# projects categorized as Uwp

Top 23 C# Uwp Projects

  • DevToys

    A Swiss Army knife for developers.

  • Project mention: Set Up MacOS for Development Productivity | dev.to | 2023-08-27
  • Uno Platform

    Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

  • Project mention: Uno: Create Beautiful Cross Platform .NET Apps Faster | news.ycombinator.com | 2024-05-01
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Notepads

    A modern, lightweight text editor with a minimalist design.

  • ReactiveUI

    An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Project mention: Understanding DynamicData in .NET: Reactive Data Management Made Easy | dev.to | 2024-04-30

    ReactiveUI Official Website: For information on ReactiveUI, which closely integrates with DynamicData, visit the official website. This site offers extensive documentation and tutorials for both ReactiveUI and DynamicData. ReactiveUI.

  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

  • Project mention: Help with matching Serilog with Regex | /r/dotnet | 2023-12-10

    What is it you're trying to accomplish? Either this is a regular expression problem (not really dotnet related) or you should try using structured logging, with a provider and sink that support it so you don't have to use regular expressions.

  • UWP Community Toolkit

    The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.

  • Project mention: Hello everyone, I made a Windows 10/11 Multitool app with Winforms. I'm just gonna share some screenshots. | /r/csharp | 2023-05-19

    GitHub/WCT/Controls/DataGrid (source code for the control)

  • MQTTnet

    MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.

  • Project mention: Communicating between 2 servers without webservice? | /r/dotnet | 2023-10-15

    MQTT https://github.com/dotnet/MQTTnet

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • LiveCharts2

    Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.

  • Project mention: AvaloniaUI: Create Multi-Platform Apps with .NET | news.ycombinator.com | 2024-02-03

    But I think some of this stuff is already handled in Avalonia ecosystem like https://github.com/Mapsui/Mapsui, https://github.com/beto-rodriguez/LiveCharts2 and few others...

  • MVVMCross

    The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI

  • Unigram

    Telegram for Windows

  • Project mention: Telegram Remote Code Exploit | news.ycombinator.com | 2024-04-09

    And that's why I'm using Unigram on Windows: it runs in a sandbox.

    https://github.com/UnigramDev/Unigram

  • FluentFTP

    An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#.

  • Project mention: What are some good 3rd party FTP libraries? | /r/csharp | 2023-06-05
  • Caliburn.Micro

    A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.

  • dotnet

    .NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation. (by CommunityToolkit)

  • ComputeSharp

    A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀

  • Project mention: Ilgpu: Write GPU programs with C# and F# | news.ycombinator.com | 2024-05-17
  • Microcharts

    Create cross-platform (Xamarin, Windows, ...) simple charts.

  • ambie

    An app that uses white noise, nature sounds, and focus features to boost your productivity.

  • Project mention: How to configure true dependency injection in System.CommandLine | dev.to | 2023-06-20

    Fortunately, System.CommandLine (in its current version, 2.0.0-beta4.22272.1) is highly extensible. In this blog post, I'll show you how to integrate true dependency injection using the official Microsoft.Extensions.DependencyInjection NuGet package.

  • Helix Toolkit

    Helix Toolkit is a collection of 3D components for .NET.

  • AdaptiveCards

    A new way for developers to exchange card content in a common and consistent way.

  • Project mention: Whose idea was it to set the maximum line count to 1 before showing "see more" | /r/MicrosoftTeams | 2023-12-11

    Similar report here: https://github.com/microsoft/AdaptiveCards/issues/8641

  • ContextMenuForWindows11

    Add Custom Context Menu For Windows11

  • Xamarin.Essentials

    Discontinued Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials. (by xamarin)

  • APK-Installer

    An Android Application Installer for Windows

  • UWPHook

    🔗 Add your Windows Store or UWP games to Steam

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# Uwp related posts

  • Exemples of medium WPF open-source projects?

    4 projects | /r/csharp | 14 Nov 2023
  • Unigram: Telegram for Windows

    1 project | news.ycombinator.com | 28 Aug 2023
  • Going from React to Vanilla JavaScript

    1 project | news.ycombinator.com | 8 Jul 2023
  • Xamarin Forms to Uno Platform migration: databinding techniques

    1 project | /r/dotnet | 5 Jul 2023
  • Revanced has added support for Boost, Infinity, rif is fun, Relay and Sync.

    2 projects | /r/androidapps | 1 Jul 2023
  • Cross-platform desktop applications

    2 projects | /r/dotnet | 27 Jun 2023
  • How to configure true dependency injection in System.CommandLine

    3 projects | dev.to | 20 Jun 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Uwp projects in C#? This list will help you:

Project Stars
1 DevToys 23,666
2 Uno Platform 8,440
3 Notepads 8,424
4 ReactiveUI 7,913
5 NLog 6,178
6 UWP Community Toolkit 5,790
7 MQTTnet 4,221
8 LiveCharts2 3,963
9 MVVMCross 3,825
10 Unigram 3,570
11 FluentFTP 2,964
12 Caliburn.Micro 2,777
13 dotnet 2,754
14 WinUI-Gallery 2,570
15 ComputeSharp 2,564
16 Microcharts 1,977
17 ambie 1,808
18 Helix Toolkit 1,778
19 AdaptiveCards 1,687
20 ContextMenuForWindows11 1,637
21 Xamarin.Essentials 1,526
22 APK-Installer 1,435
23 UWPHook 1,419

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com