fretje's Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
MudBlazor/MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 6 and newer.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
fullstackhero/dotnet-webapi-boilerplate
Clean Architecture Template for .NET 7.0 WebApi built with Multitenancy Support.
blazorhero/CleanArchitecture
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
ardalis/ApiEndpoints
A project for supporting API Endpoints in ASP.NET Core web applications.
davidfowl/TodoApi
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
zzzprojects/EntityFramework-Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
ardalis/Specification
Base class with tests for adding specifications to a DDD model
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
amantinband/throw
A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+
aspnet/AspLabs
Repo for ASP.NET experiments that are not ready for a production release
openiddict/openiddict-samples
.NET samples for OpenIddict
andrewlock/NetEscapades.AspNetCore.SecurityHeaders
Small package to allow adding security headers to ASP.NET Core websites
mehdime/DbContextScope
A simple and flexible way to manage your Entity Framework DbContext instances
adoconnection/RazorEngineCore
.NET6 Razor Template Engine
fullstackhero/blazor-wasm-boilerplate
Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.
FritzAndFriends/BlazorWebFormsComponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
titarenko/OAuth2
OAuth2 client implementation for .NET
pengweiqhca/Xunit.DependencyInjection
Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
jbogard/MediatR.Extensions.Microsoft.DependencyInjection
MediatR extensions for Microsoft.Extensions.DependencyInjection
martinjw/dbschemareader
Read database metadata (from SqlServer/Oracle/MySql/SQLite/PostgreSql/DB2 etc) into one simple model
mspnp/multitenant-saas-guidance
a guidance project for implementing multi-tenant SaaS web applications on Azure
CZEMacLeod/MSBuild.SDK.SystemWeb
This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.
davidfowl/SmartLoadBalancer
Sticky sessions without sticky sessions
mrsquish/SqlBrowserClient
A replacement for SqlDataSourceEnumerator in .Net5
markvanwijnen/ServiceWorkerUpdateListener
The ServiceWorkerUpdateListener interface extends the Service Worker API by providing a convenient way to receive update events when ServiceWorkerRegistration acquires new service workers.