linkdotnet / tips-and-tricksLinks
A collection of tips and tricks with smaller code snippets and explanation.
☆131Updated last month
Alternatives and similar repositories for tips-and-tricks
Users that are interested in tips-and-tricks are comparing it to the libraries listed below
Sorting:
- Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.☆159Updated 2 years ago
- A Distributed RateLimit for Controller-Actions and Minimal API.☆145Updated this week
- A project for creating a command-line application that can run on .NET on Windows, Linux and macOS with support for commands, dependency …☆162Updated 9 months ago
- Sample on how to structure minimal APIs that got introduced in .NET 6☆78Updated 3 years ago
- A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplicatio…☆252Updated 2 weeks ago
- A class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files☆150Updated 11 months ago
- The repository contains handy algorithms, spanning from travelling salesman to async-semaphoreSlim☆41Updated 3 years ago
- Extensions for testing HTTP endpoints and deserializing the results. Currently works with XUnit.☆108Updated 8 months ago
- Demonstrating how to scale the Outbox Pattern to 2B+ messages per day (~30,000 messages per second).☆76Updated last year
- Resources related to my Pluralsight course on this topic.☆169Updated last year
- 🥇 .NET Object Mappers Benchmark☆103Updated last year
- .NET modern tools for fast and efficient development☆99Updated last year
- A repository for learning different technologies, frameworks, features......☆149Updated 3 months ago
- The goal of this project it's to show how to use MinimalApi.Endpoint package. It demontrate how to configure API endpoints as individual …☆88Updated 2 years ago
- A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempoten…☆316Updated last year
- A library to easily integrate Authentication in ASP.NET Core projects.☆247Updated 2 weeks ago
- A simple library to implement the Result pattern for returning from services☆123Updated 3 months ago
- EFCore support for AutoMapper.Collections☆165Updated last month
- Framework for an API Gateway endorsed by the .NET Foundation as revolutionary!☆382Updated last month
- A sample showing how to setup ASP.NET Core Identity API endpoints for authentication☆165Updated 2 years ago
- ASP.NET Core Integration for FluentValidation☆155Updated 6 months ago
- Showing bad and good examples for EF Core that impacts stability and performance of the applications☆55Updated 3 weeks ago
- Various code sample for Entity Framework Core 8 and EF Core 9☆68Updated this week
- Keep your application code free of dependencies like persistence and presentation.☆77Updated 2 years ago
- Shows how to use the new transactional outbox☆91Updated last year
- Samples of the latest EF Core features☆71Updated 9 months ago
- Encrypt & Decrypt your databases columns using EntityFramework Core.☆92Updated 7 months ago
- ☆94Updated 2 years ago
- Filtering, Ordering (Sorting) and Pagination library for .Net Core, ASP.NET Core, C#☆114Updated 5 months ago
- A tour of different data access approaches in .NET 8+.☆115Updated 5 months ago