linkdotnet / tips-and-tricksLinks
A collection of tips and tricks with smaller code snippets and explanation.
☆131Updated last year
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:
- A Distributed RateLimit for Controller-Actions and Minimal API.☆135Updated this week
- Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.☆160Updated last year
- Sample on how to structure minimal APIs that got introduced in .NET 6☆78Updated 2 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…☆243Updated this week
- Encrypt & Decrypt your databases columns using EntityFramework Core.☆91Updated 2 weeks ago
- A simple library that helps to implement a plugin-based architecture☆67Updated 4 months ago
- A project for creating a command-line application that can run on .NET on Windows, Linux and macOS with support for commands, dependency …☆154Updated 2 months ago
- Fast, zero-alloc alternative to MediatR for .NET – minimal, blazing fast, and DI-friendly.☆133Updated this week
- Shows how to use the new transactional outbox☆88Updated 9 months ago
- The repository contains handy algorithms, spanning from travelling salesman to async-semaphoreSlim☆41Updated 3 years ago
- Filtering, Ordering (Sorting) and Pagination library for .Net Core, ASP.NET Core, C#☆112Updated last year
- A lightweight and flexible library designed to provide advanced search and advanced filter functionality along with pagination for .NET C…☆36Updated last year
- A simple library to implement the Result pattern for returning from services☆123Updated last month
- CQRS implementation in ASP.NET Core using MediatR in .NET 5☆126Updated 4 years ago
- IGroceryStore - Loosely coupled monolith app☆62Updated 2 years ago
- EFCore support for AutoMapper.Collections☆157Updated 3 months ago
- Showing bad and good examples for EF Core that impacts stability and performance of the applications☆56Updated last year
- Contains all of my examples from various blog posts☆118Updated last week
- A tour of different data access approaches in .NET 8+.☆112Updated last week
- Not predictable ids library for ASP.NET Core APIs.☆112Updated 2 years ago
- A collection of most used Queries, Methods, and Concepts of Elasticsearch and NEST (.NET Client) with examples and refrences, plus tutori…☆56Updated 2 years ago
- Demonstrating how to scale the Outbox Pattern to 2B+ messages per day (~30,000 messages per second).☆57Updated 7 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 …☆86Updated 2 years ago
- A collection of helpers libraries for Minimal API projects.☆130Updated this week
- A simple request authorization package that allows you to build and run request specific authorization requirements before your request h…☆110Updated this week
- A class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files☆148Updated 4 months ago
- A .NET library created to assist the applications in applying LoadShedding techniques and making it easy to configure it☆93Updated 8 months ago
- Pagination for EntityFramework Core☆44Updated last year
- Some useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.☆127Updated 7 months ago
- Modular Monolith sample for Dometrain☆58Updated 4 months ago