morfey92's Stars
leonardoporro/Detached-Mapper
An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.
ClaveConsulting/Expressionify
Use extension methods in Entity Framework Core queries
koenbeuk/EntityFrameworkCore.Triggered
Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
enisn/AutoFilterer
AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
jbogard/EntityFramework.Filters
Filters implementation for Entity Framework
koenbeuk/EntityFrameworkCore.Projectables
Project over properties and functions in your linq queries
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
JoshClose/CsvHelper
Library to help reading and writing CSV files
grpc/grpc-dotnet
gRPC for .NET
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
JamesNK/Newtonsoft.Json.Bson
Json.NET BSON adds support for reading and writing BSON to Json.NET
ffernandolima/ef-core-data-access
It's a modern and generic data access structure for .NET and Microsoft.EntityFrameworkCore. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes auto history utilities, multiple databases support with distributed transactions and databases/tables sharding for some database providers.
arch/UnitOfWork
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
arch/AutoHistory
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
jamesmh/coravel
Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
EbookFoundation/free-programming-books
:books: Freely available programming books
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
altmann/FluentResults
A generalised Result object implementation for .NET/C#
dotnet/eShop
A reference .NET application implementing an eCommerce site
exceljs/exceljs
Excel Workbook Manager
Odonno/ReduxSimple
Simple Stupid Redux Store using Reactive Extensions
dotnet/reactive
The Reactive Extensions for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
NikAshanin/Solution-Architect-Road-Map
linq2db/linq2db
Linq to database provider.
linq2db/linq2db.EntityFrameworkCore
Bring power of Linq To DB to Entity Framework Core projects