linkdotnet / tips-and-tricksLinks
A collection of tips and tricks with smaller code snippets and explanation.
☆131Updated 3 months ago
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 last year
- Resources related to my Pluralsight course on this topic.☆168Updated 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 …☆161Updated 8 months ago
- A Distributed RateLimit for Controller-Actions and Minimal API.☆140Updated last month
- 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…☆250Updated this week
- A tour of different data access approaches in .NET 8+.☆115Updated 4 months ago
- Sample on how to structure minimal APIs that got introduced in .NET 6☆78Updated 3 years ago
- A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.☆236Updated 6 months ago
- EFCore support for AutoMapper.Collections☆164Updated 9 months ago
- A simple library to implement the Result pattern for returning from services☆123Updated last month
- A repository for learning different technologies, frameworks, features......☆150Updated last month
- A library to easily integrate Authentication in ASP.NET Core projects.☆245Updated this week
- The repository contains handy algorithms, spanning from travelling salesman to async-semaphoreSlim☆41Updated 3 years ago
- .NET modern tools for fast and efficient development☆99Updated last year
- 🥇 .NET Object Mappers Benchmark☆102Updated last year
- 🛡 A simple library that allows you to easily manage permissions in your .NET projects.☆161Updated 11 months ago
- Shows how to use the new transactional outbox☆91Updated last year
- Contains all of my examples from various blog posts☆121Updated 3 months ago
- Modular Monolith sample for Dometrain☆74Updated last month
- Keep your application code free of dependencies like persistence and presentation.☆77Updated 2 years ago
- ASP.NET Core Integration for FluentValidation☆156Updated 5 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
- IGroceryStore - Loosely coupled monolith app☆62Updated 2 years ago
- This repository contains the source code for the "Advanced Rest Concepts Series" of articles on Code Maze☆100Updated 9 months ago
- A class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files☆149Updated 10 months ago
- Microservices sample solution for YouTube videos services☆139Updated 3 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…☆313Updated last year
- Different ASP.NET Core applications using OpenID Connect Hybrid flow Code Flow, Code Flow with PKCE, JWT APIs, MFA examples☆376Updated 3 months ago
- A collection of most used Queries, Methods, and Concepts of Elasticsearch and NEST (.NET Client) with examples and refrences, plus tutori…☆57Updated 3 years ago
- A sample project showing Serilog configured in the default .NET 6 web application template☆197Updated 4 years ago