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 repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates☆66Updated 5 years ago
- A Distributed RateLimit for Controller-Actions and Minimal API.☆135Updated 3 weeks ago
- A project for creating a command-line application that can run on .NET on Windows, Linux and macOS with support for commands, dependency …☆157Updated 3 months ago
- A simple library to implement the Result pattern for returning from services☆123Updated 2 months ago
- Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.☆160Updated last year
- A repository for learning different technologies, frameworks, features......☆150Updated this week
- A tour of different data access approaches in .NET 8+.☆112Updated 3 weeks ago
- Resources related to my Pluralsight course on this topic.☆163Updated 11 months ago
- Sample on how to structure minimal APIs that got introduced in .NET 6☆78Updated 3 years ago
- ASP.NET Core Integration for FluentValidation☆146Updated 3 weeks ago
- Showing bad and good examples for EF Core that impacts stability and performance of the applications☆56Updated last year
- Shows how to use the new transactional outbox☆88Updated 10 months ago
- Samples of the latest EF Core features☆70Updated 3 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.☆105Updated 2 months ago
- .NET modern tools for fast and efficient development☆88Updated 7 months ago
- Contains all of my examples from various blog posts☆118Updated last week
- EFCore support for AutoMapper.Collections☆157Updated 4 months ago
- Microservices sample solution for YouTube videos services☆139Updated 3 years ago
- Some useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.☆134Updated 8 months ago
- A simple jwt library for Asp.Net 6 that provides a set of minimal api endpoints to handle authentication actions☆120Updated last year
- Various code sample for Entity Framework Core 8 and EF Core 9☆67Updated last month
- Modular Monolith sample for Dometrain☆61Updated 5 months ago
- ☆147Updated 4 months ago
- A sample showing how to setup ASP.NET Core Identity API endpoints for authentication☆164Updated last year
- Demonstrating how to scale the Outbox Pattern to 2B+ messages per day (~30,000 messages per second).☆60Updated 8 months ago
- A collection of most used Queries, Methods, and Concepts of Elasticsearch and NEST (.NET Client) with examples and refrences, plus tutori…