Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios
Last synced: about 2 months ago
JSON representation
This repository has examples of broken patterns in ASP.NET Core applications
- Host: GitHub
- URL: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios
- Owner: davidfowl
- Created: 2018-10-10T05:59:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T16:50:09.000Z (7 months ago)
- Last Synced: 2024-10-16T02:02:25.155Z (2 months ago)
- Language: C#
- Homepage:
- Size: 249 KB
- Stars: 7,934
- Watchers: 468
- Forks: 753
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - davidfowl/AspNetCoreDiagnosticScenarios - This repository has examples of broken patterns in ASP.NET Core applications (C\#)
README
# ASP.NET Core Diagnostic Scenarios
The goal of this repository is to show problematic application patterns for ASP.NET Core applications and a walk-through on how to solve those issues.
It shall serve as a collection of knowledge from real-life application issues our customers have encountered.## Common Pitfalls Writing scalable services in ASP.NET Core
Next, you can find some guides for writing scalable services in ASP.NET Core. Some of the guidance is general purpose but will be explained through the lens of writing web services.
- [General ASP.NET Core](AspNetCoreGuidance.md)
- [Asynchronous Programming](AsyncGuidance.md)*NOTE:* The examples shown here are based on experiences with customer applications and issues found on Github and Stack Overflow.