/dotnet-samples

Repository to showcase common dotnet patterns and packages

Primary LanguageC#MIT LicenseMIT

Dotnet Samples

This repository's purpose is to showcase common design patterns, best practices, and popular NuGet packages that I've found to be helpful during .Net development. I use this repository for quick reference for how to use particular packages or how I solved a particular solution in the past at a high level. This way I don't have to spend time scouring the web to find the right example for what I'm trying to do.

Samples

API Access

Background Jobs

Benchmarks

Caching

Configration

Data Access

Docker

Emailing

Feature Flags

Full Text Search

Infrastructure

Load Testing

Logging

Messaging

Object Mapping

Outbox Pattern

Observability

Rate Limiting

RealTime

State Machines

Templates

Testing

Web