DEV Community

# efcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Implementing Soft Delete With EF Core.

Implementing Soft Delete With EF Core.

Comments
2 min read
Boost Your .NET App's Performance: Optimizing EF Core Postgres Connection Pooling

Boost Your .NET App's Performance: Optimizing EF Core Postgres Connection Pooling

2
Comments 2
2 min read
Entity Framework Core Owned Entity

Entity Framework Core Owned Entity

2
Comments
8 min read
5 Essential EF Core Performance Tips

5 Essential EF Core Performance Tips

6
Comments
2 min read
How To Use EF Core Interceptors

How To Use EF Core Interceptors

1
Comments
5 min read
JsonProperty.EFCore: Making it easy to work with JSON fields in Entity Framework Core

JsonProperty.EFCore: Making it easy to work with JSON fields in Entity Framework Core

1
Comments
3 min read
Tips & Tricks About Entity Framework Core 7.x Every .NET Developer Should Know

Tips & Tricks About Entity Framework Core 7.x Every .NET Developer Should Know

2
Comments
5 min read
Exploring EF Core Updates Land: Join Us on an Exciting Journey

Exploring EF Core Updates Land: Join Us on an Exciting Journey

1
Comments
10 min read
.NET Monthly Roundup - March 2023 - .NET 8 Preview 2, EF Core goodies, and more!

.NET Monthly Roundup - March 2023 - .NET 8 Preview 2, EF Core goodies, and more!

4
Comments
2 min read
Designing the domain model to support multiple persistence methods

Designing the domain model to support multiple persistence methods

Comments
6 min read
Using Multiple EF Core DbContexts In a Single Application

Using Multiple EF Core DbContexts In a Single Application

Comments
4 min read
How to use EF Core Migrations

How to use EF Core Migrations

Comments
3 min read
Creating a generic Class for DataTables server-side operations in Asp.Net Core

Creating a generic Class for DataTables server-side operations in Asp.Net Core

4
Comments
7 min read
Powerful query by Ant Design Blazor and Efcore

Powerful query by Ant Design Blazor and Efcore

9
Comments
4 min read
Entity Framework Core Add if not exist

Entity Framework Core Add if not exist

6
Comments
1 min read
EF Core: Effectively decouple the data and domain model

EF Core: Effectively decouple the data and domain model

11
Comments 1
8 min read
Générer des fichiers pour le "M" de MVC avec Tada !

Générer des fichiers pour le "M" de MVC avec Tada !

6
Comments
7 min read
Implement Unit and Integration tests on .NET with xUnit

Implement Unit and Integration tests on .NET with xUnit

16
Comments 1
7 min read
Implement Clean Architecture on .NET

Implement Clean Architecture on .NET

100
Comments 4
6 min read
EF Core 6: Custom functions with DbFunctionAttribute

EF Core 6: Custom functions with DbFunctionAttribute

4
Comments
2 min read
Як я мігрував з EF 6 до EF Core 5

Як я мігрував з EF 6 до EF Core 5

6
Comments
1 min read
Azure Functions – OpenAPI + EF Core = 💥

Azure Functions – OpenAPI + EF Core = 💥

2
Comments
2 min read
Data Access in ASP.NET Core using EF Core (Database First)

Data Access in ASP.NET Core using EF Core (Database First)

2
Comments
8 min read
EF Core 3.1: Peeking Into Generated SQL

EF Core 3.1: Peeking Into Generated SQL

5
Comments
3 min read
EF core 3.1: dynamic GroupBy clause

EF core 3.1: dynamic GroupBy clause

3
Comments
4 min read
EF Core 3.1: dynamic WHERE clause

EF Core 3.1: dynamic WHERE clause

5
Comments 1
4 min read
Entity Framework Core: Connected vs Disconnected

Entity Framework Core: Connected vs Disconnected

22
Comments 4
8 min read
EF Core Filters

EF Core Filters

3
Comments
4 min read
Comparison of Object Mapper Libraries

Comparison of Object Mapper Libraries

4
Comments
11 min read
EF Core multiple Database providers

EF Core multiple Database providers

18
Comments 11
4 min read
Integration testing with EF Core, part 2

Integration testing with EF Core, part 2

8
Comments
4 min read
CRUD Operation with ASP.NET Core MVC, Entity Framework Core And SQL Server

CRUD Operation with ASP.NET Core MVC, Entity Framework Core And SQL Server

7
Comments
1 min read
Integration testing with EF Core, part 1

Integration testing with EF Core, part 1

5
Comments
4 min read
Announcing EFCore.FSharp

Announcing EFCore.FSharp

11
Comments 1
3 min read
Intro to Entity Framework Core 5 - New features

Intro to Entity Framework Core 5 - New features

16
Comments 3
7 min read
SaveChanges e controle transacional no EF Core

SaveChanges e controle transacional no EF Core

22
Comments
6 min read
EF Core 5.0 - Many to Many Relationship

EF Core 5.0 - Many to Many Relationship

9
Comments 2
3 min read
EF Core Migrations and Serilog in ASPNet Core

EF Core Migrations and Serilog in ASPNet Core

6
Comments
2 min read
EF Core - Créer un filtre global sur l'ensemble de vos requêtes.

EF Core - Créer un filtre global sur l'ensemble de vos requêtes.

6
Comments
3 min read
Tried Entity Framework Core 5.0's Many-to-Many support

Tried Entity Framework Core 5.0's Many-to-Many support

15
Comments 3
7 min read
Using SQLite database with EntityFramework Core 3

Using SQLite database with EntityFramework Core 3

5
Comments
6 min read
Code Snippets Entity Framework Core para Xamarin Forms

Code Snippets Entity Framework Core para Xamarin Forms

6
Comments
5 min read
Many-to-Many relations in Entity Framework Core 3.1 and 5

Many-to-Many relations in Entity Framework Core 3.1 and 5

12
Comments 1
2 min read
Filter Your Grids: How to Dynamically Build LINQ Expressions

Filter Your Grids: How to Dynamically Build LINQ Expressions

44
Comments 2
11 min read
EF Core: How to implement basic Auditing on your Entities

EF Core: How to implement basic Auditing on your Entities

35
Comments 4
3 min read
Cheatsheet for Entity Framework Core

Cheatsheet for Entity Framework Core

6
Comments
1 min read
Introducing Index Attribute in Entity Framework Core

Introducing Index Attribute in Entity Framework Core

9
Comments 5
3 min read
Quick notes on efcore for postgres

Quick notes on efcore for postgres

6
Comments
1 min read
Azure Functions (Serverless) + Entity Framework Core y SQL Azure

Azure Functions (Serverless) + Entity Framework Core y SQL Azure

4
Comments 2
8 min read
Connecting your ASP.NET core application to a local instance of SQLServer

Connecting your ASP.NET core application to a local instance of SQLServer

2
Comments
2 min read
Event-driven integration #4 - Outbox publisher (feat. IHostedService & Channels) [ASPF02O|E043]

Event-driven integration #4 - Outbox publisher (feat. IHostedService & Channels) [ASPF02O|E043]

14
Comments 2
17 min read
Hierarchical Queries in SQL with C# and Entity Framework Core

Hierarchical Queries in SQL with C# and Entity Framework Core

7
Comments
1 min read
Event-driven integration #3 - Storing events in the outbox table [ASPF02O|E042]

Event-driven integration #3 - Storing events in the outbox table [ASPF02O|E042]

7
Comments
8 min read
Event-driven integration #2 - Inferring events from EF Core changes [ASPF02O|E041]

Event-driven integration #2 - Inferring events from EF Core changes [ASPF02O|E041]

6
Comments
6 min read
Entity Framework DotNet Core with GraphQL and SQL Server (using HotChocolate)

Entity Framework DotNet Core with GraphQL and SQL Server (using HotChocolate)

39
Comments 15
5 min read
Using data from MSSQL linked server with EF Core

Using data from MSSQL linked server with EF Core

7
Comments
4 min read
Turn EF Core DbContext to real unit of work that hosts repository instances

Turn EF Core DbContext to real unit of work that hosts repository instances

7
Comments
8 min read
No need for repositories and unit of work with Entity Framework Core

No need for repositories and unit of work with Entity Framework Core

8
Comments
7 min read
Implementing Query Specification pattern in Entity Framework Core

Implementing Query Specification pattern in Entity Framework Core

9
Comments
6 min read
Readable fluent queries with Entity Framework Core

Readable fluent queries with Entity Framework Core

8
Comments
4 min read
loading...