AspNetCoreDiagnosticScenarios
Application guidance
A collection of examples and guides to help developers avoid common pitfalls when building scalable ASP.NET Core applications
This repository has examples of broken patterns in ASP.NET Core applications
8k stars
468 watching
753 forks
Language: C#
last commit: 6 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
dotnet/aspnetcore | A cross-platform .NET framework for building cloud-based web applications on Windows, Mac, or Linux. | 35,485 |
dodyg/practical-aspnetcore | A collection of practical ASP.NET Core samples showcasing various features and technologies. | 9,500 |
cecilphillip/aspnet-servicediscovery-patterns | Samples of implementing Service Discovery patterns with ASP.NET Core using tools like Consul and RabbitMQ. | 293 |
dotnet/aspnetcore.docs | Documentation for ASP.NET Core web application development | 12,634 |
sgjsakura/aspnetcore | Provides a set of utility libraries and tools for building ASP.NET Core applications, including authentication, tag helpers, and session management. | 162 |
p-org/p | A programming language and analysis toolset for designing and verifying complex distributed systems. | 3,040 |
amitpnk/onion-architecture-asp.net-core | A .NET Core API solution template implementing Onion Architecture with essential features. | 863 |
domaindrivendev/swashbuckle.aspnetcore | A set of tools for documenting and generating API documentation directly from ASP.NET Core applications. | 5,255 |
aspnetrun/run-aspnetcore-microservices | Real-world e-commerce microservices project showcasing implementation of .NET 8 and C# 12 for building scalable, loosely-coupled services with event-driven communication and distributed databases. | 2,753 |
dotnet/aspnet-api-versioning | Provides libraries and tools to add versioning semantics to ASP.NET API services | 3,061 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,292 |
josephwoodward/globalexceptionhandlerdotnet | Provides centralized exception handling in ASP.NET Core applications | 269 |
xabaril/aspnetcore.diagnostics.healthchecks | Provides a collection of ASP.NET Core health check packages for various services and platforms. | 4,102 |
signalr/signalr | Enables real-time communication between web servers and connected clients | 9,208 |
dotnetzoom/aspnetcore-webapi-course | A comprehensive project demonstrating professional REST API design with ASP.NET Core WebAPI and various features such as authentication, logging, exception handling, and dependency injection. | 858 |