morfey92's Stars
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
quartznet/quartznet
Quartz Enterprise Scheduler .NET
open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
navozenko/LinqSpecs
A toolset for use the specification pattern in LINQ queries.
miholler/NSpecifications
Specification Pattern for .Net
vkhorikov/CSharpFunctionalExtensions
Functional extensions for C#
linkdotnet/StringOperations
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
NCronJob-Dev/NCronJob
A Job Scheduler sitting on top of IHostedService in dotnet.
linkdotnet/StringBuilder
A fast and low allocation StringBuilder for .NET.
tompazourek/NaturalSort.Extension
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
amantinband/clean-architecture
The ultimate clean architecture template for .NET applications 💪
ardalis/CleanArchitecture.WorkerService
A solution template using Clean Architecture for building a .NET Core Worker Service.
ardalis/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
Humanizr/Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
EngRajabi/MediatR.Useful.Behaviors
MediatR Useful Behavior In this repository; I tried to write and save the best popular behaviors that we use in mediatr in a professional way. And they will be added and improved over time. The best library to complete mediatr
andrewlock/StronglyTypedId
A Rosyln-powered generator for strongly-typed IDs
Cysharp/SimdLinq
Drop-in replacement of LINQ aggregation operations extremely faster with SIMD.
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
streamx-co/elinq.sql
ErikEJ/EFCore.SqlServer.DateOnlyTimeOnly
Use the .NET types DateOnly and TimeOnly with the EF Core 6 and 7 SQL Server provider
AinoraZ/EFCore.IncludeBuilder
Entity Framework Core extension for improving Include syntax.
zompinc/efcore-extensions
Provides window (analytics) functions and binary functions for EF Core. Providers: SQL Server, SQLite, Postgres.
HenkKin/EntityCloner.Microsoft.EntityFrameworkCore
Cloning entities using Microsoft.EntityFrameworkCore
SitholeWB/Pagination.EntityFrameworkCore.Extensions
This is a library for List Pagination on EntityFrameworkCore. Works well with Entity Framework Core as an extension.
Krzysztofz01/EFCore.QueryFilterBuilder
An extension for Entity Framework Core to facilitate working with query filters.
Giorgi/EntityFramework.Exceptions
Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.