UWP Community Toolkit
ReactiveUI
UWP Community Toolkit | ReactiveUI | |
---|---|---|
21 | 20 | |
5,888 | 8,083 | |
0.3% | 0.3% | |
3.4 | 9.1 | |
3 days ago | 7 days ago | |
C# | C# | |
GNU General Public License v3.0 or later | MIT License |
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.
UWP Community Toolkit
-
WinUI.TableView VS UWP Community Toolkit - a user suggested alternative
2 projects | 4 Sep 2024
-
Hello everyone, I made a Windows 10/11 Multitool app with Winforms. I'm just gonna share some screenshots.
GitHub/WCT/Controls/DataGrid (source code for the control)
-
How did you guys get your first C# job?
Started programming by writing some apps for Windows Phone later UWP during university. A few years ago I started collaborating a lot on GitHub to some Microsoft projects, like the Windows Community Toolkit. There I created a lot of new APIs and libraries, like all the new animation APIs and pipeline brush APIs, etc. I then also proposed adding some general .NET APIs to it, and that's how the MVVM Toolkit was born, along with other libraries which are now moved to the .NET Community Toolkit. Fast forward until about late 2020, and they pinged me saying the new Microsoft Store (which hadn't been announced yet back then) was using several of those new APIs I had written, so we started collaborating more so that I could add more functionality they needed. After that shipped, at some point there was a new opening to which I applied, and here I am in the Microsoft Store team and also leading the .NET Community Toolkit 🙂
- Is it possible to use Windows Community Toolkit with .net7 wpf application?
-
Why is there a lack of cool repos?
https://github.com/CommunityToolkit/WindowsCommunityToolkit (now multiplateform)
- Come si contribuisce ad un progetto open source?
-
Does anyone here have a long background with Java before switching/using C#? What caused you to switch and what do you miss about Java that C# doesn't have?
For instance, recently Chaochao opened a PR for the Windows Community Toolkit to open source the whole custom animation helpers he developed for the Store, which are used to implement the morphing animations you see when scrolling in a product page. You can see a GIF and the whole code here and in the linked PR.
-
Where is the source for Microsoft.Toolkit.MVVM?
Specifically I am looking for AsyncRelayCommand.cs. All documentation points to CommunityToolkit repo but I can not find it there. Link to source repo from the Nuget package also points to CommunityToolkit. I am not looking for samples.
-
Modern WCF: Running CoreWCF in a Linux App Service
The report itself is just markdown that is rendered with the Community Toolkit's MarkdownTextBlock.
-
Improve C# code performance with Span<T>
That's interesting. It will need some documentation and to finish the renaming at some point, e.g. Span2D is in https://github.com/CommunityToolkit/WindowsCommunityToolkit but as you say doesn't require Windows.
ReactiveUI
-
R3 alternatives - Rx.NET, UniRx, and ReactiveUI
4 projects | 20 Sep 2024
-
Understanding DynamicData in .NET: Reactive Data Management Made Easy
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.
-
Humble Chronicles: Managing State with Signals
ReactiveUI is based on Rx and very popular in the .Net world: https://www.reactiveui.net/.
-
Source generators run unreliably on VSCode and Rider? (MvvmToolkit)
I use PropertyChanged.Fody all the time and it works fantastically and consistently for implementing INotifyPropertyChange. It is even smart enough to understand dependencies within your get/set functions (should you choose to have custom ones) and notify that property if any of it's dependent properties change. While we are on the subject, if you are using MVVM with observables, you should really check out ReactiveUI. It is wonderful.
- What is a good alternative (or substitute) for MVVMLight?
-
System.Reactive v6.0.0-preview.1 available on NuGet
Personally I learned to use rx and observables by starting to use ReactiveUI combined with DynamicData for my WPF app MVVM architecture. It was maybe not to best choice out there, but I learned to work with it and some things it allows to do is awesome.
-
I want to learn WPF and was told I should use a MVVM based framework any up to date suggestions?
My favorite framework is Reactive UI but it's a bit more advanced than most MVVM frameworks since it uses Reactive Programming. You can still try its most basic features, though.
-
Which GUI framework should I learn: WinForms, WPF, Avalonia or something else?
There is a lot of overlap between WPF and Avalonia so I would start with either one of those. Most certainly Avalonia if you plan to do cross platform dev. I would also highly recommend that you learn and conform to MVVM and dependency injection for your architecture in order to write clean, maintainable, and testable code. My recommendation is ReactiveUI. It leans heavily on more modern patterns like Reactive extensions and IObservable and it can do so much more than just MVVM. As such, it is also very similar to Angular so the concepts will transfer easily if you ever need to do web development. On a side note, Pluralsight has a nice quick course on SOLID design principles. If your code is a mess, it would be a good idea to take a course on this though learning MVVM will be a big step in the right direction.
- Why is there a lack of cool repos?
-
WPF or WinForms
Also, about data binding and reactivity if you really enjoy WinForms, nevar forget!! https://www.reactiveui.net
What are some alternatives?
MahApps.Metro - A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Prism - Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
AvalonEdit - The WPF-based text editor component used in SharpDevelop
contact - Retryable HTTP client in Go.
ScintillaNET - A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MVVMCross - The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
MVVM Light Toolkit - The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Gtk# - Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
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.
Xamarin.Forms - Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
WPF Application Framework (WAF) - Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.