Skip to content

Repository to showcase common dotnet patterns and packages

License

Notifications You must be signed in to change notification settings

TGrannen/dotnet-samples

Repository files navigation

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

ReverseProxy

State Machines

Templates

Testing

Web