linkdotnet / tips-and-tricks
A collection of tips and tricks with smaller code snippets and explanation.
☆126Updated last year
Related projects ⓘ
Alternatives and complementary repositories for tips-and-tricks
- Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.☆157Updated 11 months ago
- The repository contains handy algorithms, spanning from travelling salesman to async-semaphoreSlim☆40Updated 2 years ago
- A project for creating a command-line application that can run on .NET on Windows, Linux and macOS with support for commands, dependency …☆136Updated 11 months ago
- A class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files☆105Updated 4 months ago
- A tour of different data access approaches in .NET 8+.☆87Updated 9 months ago
- ☆96Updated last year
- This repository contains the source code for the "Advanced Rest Concepts Series" of articles on Code Maze☆101Updated 2 years ago
- Encrypt & Decrypt your databases columns using EntityFramework Core.☆87Updated 7 months ago
- Extensions for testing HTTP endpoints and deserializing the results. Currently works with XUnit.☆100Updated last year
- Showing bad and good examples for EF Core that impacts stability and performance of the applications☆56Updated 9 months ago
- A simple library that helps to implement a plugin-based architecture☆64Updated 4 months ago
- Microservices sample solution for YouTube videos services☆137Updated 2 years ago
- Sample ASP.NET Core API that uses MediatR in a CQRS approach to handle requests and responses.☆42Updated 5 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…☆201Updated 3 weeks ago
- A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates☆65Updated 4 years ago
- Modulith is a dotnet new template for Modular Monoliths. It streamlines the creation of new .Net solutions and the addition of modules to…☆117Updated last month
- IGroceryStore - Loosely coupled monolith app☆62Updated last year
- Filtering, Ordering (Sorting) and Pagination library for .Net Core, ASP.NET Core, C#☆109Updated last year
- Resources related to my Pluralsight course on this topic.☆153Updated 4 months ago
- A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.☆237Updated last month
- 🗞️ Automatically collected RSS feed URLs from the dotnet-content-creators list☆63Updated last year
- This project was made for tutorial purpose - to clearly present the domain driven design concept.☆105Updated last month
- A lightweight and flexible library designed to provide advanced search and advanced filter functionality along with pagination for .NET C…☆35Updated last year
- A .NET 9 Webapi boilerplate with Modular Monolith approach, Domain-Driven Design and Vertical Slices architecture along with Clean Archit…☆75Updated last month
- Dapper implementation of UserStore and RoleStore, to be used with Microsoft.AspNetCore.Identity.☆80Updated 9 months ago
- A simple request authorization package that allows you to build and run request specific authorization requirements before your request h…☆103Updated last year
- The goal of this project it's to show how to use MinimalApi.Endpoint package. It demontrate how to configure API endpoints as individual …☆85Updated last year
- A sample showing how to setup ASP.NET Core Identity API endpoints for authentication☆156Updated last year
- Shows how to use the new transactional outbox☆81Updated 2 months ago
- Example showing how to use the YARP reverse proxy as a gateway/load balancer for 2 APIs☆83Updated 4 months ago