Skip to content

Latest commit

 

History

History
122 lines (69 loc) · 2.55 KB

README.md

File metadata and controls

122 lines (69 loc) · 2.55 KB

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

Streaming

Templates

Testing

Web