AAWESOME .NET TIPSVIEW ON GITHUB ↗
CLOUD NATIVE

Ef Core

Explore curated resources about Ef Core.

58 CURATED RESOURCES3 SECTION CARDS
NAVIGATE THIS TOPIC

Sections

3 SECTIONS
CURRENT SECTION

Articles

29 SHOWN
ARTICLE

Entity Framework Core health check

ARTICLE

Entity Framework Core 3.0: A Foundation for the Future

ARTICLE

How to call stored procedures with OUTPUT parameters with FromSqlRaw in EF Core

ARTICLE

Query non-table classes using ad-hoc (raw) SQL with EF Core 3.1

ARTICLE

Mapping and using SQL Server stored procedures with EF Core Power Tools

ARTICLE

Avoiding SQL Server plan cache pollution with EF Core 3 and Enumerable.Contains

ARTICLE

How to pass a dynamic/variable list of values as SqlParameters with FromSqlRaw in EF Core

ARTICLE

EF Core Power Tools database reverse engineering: renaming of entities and properties

ARTICLE

Change Tracking in EF Core

ARTICLE

Expression and Projection Magic for Entity Framework Core

ARTICLE

Database Providers

ARTICLE

Designing for Related Data without Foreign Keys

ARTICLE

Automate Database Deployments

ARTICLE

Efficient querying with LINQ, AutoMapper and Future queries

ARTICLE

CQRS with Entity Framework Core

ARTICLE

Entity Framework Exceptions

ARTICLE

Triggers for Entity Framework Core

ARTICLE

A robust event-driven architecture for using with Entity Framework Core

ARTICLE

EfCore.GenericEventRunner: an event-driven library that works with EF Core

ARTICLE

How slow is LINQ?

ARTICLE

LINQ: Beware of deferred execution

ARTICLE

A Cleaner Way To Do Entity Configuration With EF Core

ARTICLE

Fluent API Configuration

ARTICLE

Configuring DBContext in Entity framework ASP.NET Core – Best Practices

ARTICLE

EF Projections on computed properties and methods without a hassle!

ARTICLE

EFCore.Projectables and the curious case of an unexpected performance boost

ARTICLE

Calling functions in LINQ queries

ARTICLE

LINQ: Building an IQueryable provider series

ARTICLE

Entity Framework Core: Soft Delete using Query Filters

CURRENT SECTION

Libraries

18 SHOWN
LIBRARIE

scottksmith95/LINQKit

LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.

LIBRARIE

ErikEJ/EFCorePowerTools

reverse engineering, migrations and model visualization for EF Core

LIBRARIE

EntityFramework.Exceptions

Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql

LIBRARIE

thepirat000/Audit.NET

An extensible framework to audit executing operations in .NET and .NET Core.

LIBRARIE

koenbeuk/EntityFrameworkCore.Triggered

Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.

LIBRARIE

koenbeuk/EntityFrameworkCore.Projections

WIP: Project over properties and functions in your linq query

LIBRARIE

EFCore.BulkExtensions

Entity Framework Core Bulk Batch Extensions for Insert Update Delete and Read (CRUD) operations on SQL Server and SQLite

LIBRARIE

DbUp

.NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.

LIBRARIE

lecaillon/Evolve

Simple database migration tool that uses plain SQL scripts. Inspired by Flyway.

LIBRARIE

ErikEJ/EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core.

LIBRARIE

fluentmigrator/fluentmigrator

Fluent migrations framework for .NET

LIBRARIE

SharpRepository/SharpRepository

C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.

LIBRARIE

JonPSmith/EfCore.GenericEventRunner

A library to allow developer use events to update their database via Entity Framework Core (EF Core)

LIBRARIE

Lex45x/QueryNinja

Framework for dynamic query building regardless of the source and target.

LIBRARIE

jtheisen/reconciler

Update an entity graph in store to a given one by inserting, updating and removing the respective entities.

LIBRARIE

koenbeuk/EntityFrameworkCore.Projectables

Project over properties and functions in your linq queries

LIBRARIE

mattwar/iqtoolkit

A Toolkit for building LINQ IQueryable providers. This is the official move of my IQToolkit project from CodePlex.

LIBRARIE

zzzprojects/EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more