linkdotnet / tips-and-tricks
A collection of tips and tricks with smaller code snippets and explanation.
☆130Updated 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 simple library to implement the Result pattern for returning from services☆123Updated 3 weeks ago
- Encrypt & Decrypt your databases columns using EntityFramework Core.☆91Updated last year
- 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
- Some useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.☆122Updated 6 months ago
- A class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files☆148Updated 3 months ago
- A Distributed RateLimit for Controller-Actions and Minimal API.☆135Updated 3 months ago
- Services to provide simple soft delete and cascade soft delete in EF Core☆123Updated 5 months ago
- A simple library that helps to implement a plugin-based architecture☆67Updated 3 months ago
- Modular Monolith sample for Dometrain☆56Updated 4 months ago
- Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.☆160Updated 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 …☆86Updated 2 years ago
- Sample on how to structure minimal APIs that got introduced in .NET 6☆78Updated 2 years ago
- A tour of different data access approaches in .NET 8+.☆111Updated 5 months ago
- A simple request authorization package that allows you to build and run request specific authorization requirements before your request h…☆110Updated 5 months ago
- IGroceryStore - Loosely coupled monolith app☆62Updated 2 years ago
- CQRS implementation in ASP.NET Core using MediatR in .NET 5☆126Updated 4 years ago
- A Job Scheduler sitting on top of IHostedService in dotnet.☆175Updated last week
- EFCore support for AutoMapper.Collections☆157Updated 2 months ago
- A repository for learning different technologies, frameworks, features......☆149Updated 2 weeks ago
- Source code of the Dev.To article "Building REST APIs In .Net 8 The Easy Way!"☆118Updated last year
- Showing bad and good examples for EF Core that impacts stability and performance of the applications☆56Updated last year
- ☆56Updated 4 years ago
- Samples of the latest EF Core features☆69Updated 2 months ago
- This repo contains the source code for the "CQRS Validation Pipeline with MediatR and FluentValidation" article on Code Maze☆69Updated 9 months ago
- The repository contains handy algorithms, spanning from travelling salesman to async-semaphoreSlim☆41Updated 2 years ago
- Blazor.BFF.OpenIDConnect.Template, Blazor WASM hosted in ASP.NET Core using OpenID Connect BFF (server authentication)☆143Updated 5 months 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 3 weeks ago
- Spend less time over-engineering, and more time coding. The template has a focus on convenience, and developer confidence. Vertical Slice…☆97Updated 6 months ago
- 🛡 A simple library that allows you to easily manage permissions in your .NET projects.☆159Updated 5 months ago
- Shows how to use the new transactional outbox☆88Updated 8 months ago