fernandostockler's Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
microsoft/WindowsAppSDK
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
CommunityToolkit/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.
waf/CSharpRepl
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
CommunityToolkit/Maui
The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
amantinband/throw
A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+
telerik/UI-For-UWP
Telerik UI for Universal Windows Platform (UWP) is no longer supported.
EdCharbeneau/BlazorComponentUtilities
CssBuilder is a Builder pattern for CSS classes to be used with Razor Components.
jasontaylordev/flexible-aspnetcore-authorization
microsoft/dotnetconf-studentzone
.NET Student Zone .NET Conference
ardalis/Ardalis.SharedKernel
Some useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.
kevin-powell/Responsive---start-to-finish
Build from my tutorial on YouTube https://youtu.be/aEUkm1as3KE
fernandostockler/CustomWindow-WPF
It is a window that allows customization of the non-client area, has a kiosk mode and has a mechanism for displaying modal content
fernandostockler/Result
Result class represents the result of an operation. If the operation succeeds, Result will contain the result of the operation, otherwise it will contain an exception that may or may not be thrown later.
fernandostockler/GuardClauses
A collection of extension methods for validating method arguments in order to spot bugs as quickly as possible.
fernandostockler/UniversalWindowsStart
Utilities for Universal Windows Apps
fernandostockler/ValidatorBuilder
Build a validator object that can be used in a viewmodel to control input via events, such as TextBox.TextChangedEvent, and display compliance with validation rules on every keystroke.
fernandostockler/Wpf.Net6.Kit
A library with controls, styles and classes that let you start a WPF project with .Net6 easily and quickly.