DEV Community

# efcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
SQL Server key values are compared case-insensitively in EFCore 8

SQL Server key values are compared case-insensitively in EFCore 8

Comments
1 min read
Reducing Database Load Without Relying on MARS

Reducing Database Load Without Relying on MARS

Comments
1 min read
Adding Revision Support to Entities in Entity Framework Core

Adding Revision Support to Entities in Entity Framework Core

5
Comments 2
4 min read
Infamous N+1 Query Problem with Entity Framework Core

Infamous N+1 Query Problem with Entity Framework Core

Comments
5 min read
Running Entity Framework Core Migrations with Optimizely CMS 12

Running Entity Framework Core Migrations with Optimizely CMS 12

Comments
1 min read
EFCore Tutorial P9:Understanding and Implementing Value Objects

EFCore Tutorial P9:Understanding and Implementing Value Objects

Comments
5 min read
Boosting EF Core Performance: 7 Essential Optimization Tips

Boosting EF Core Performance: 7 Essential Optimization Tips

1
Comments
1 min read
How To Manage EF Core DbContext Lifetime

How To Manage EF Core DbContext Lifetime

1
Comments
4 min read
EFCore Tutorial P2:Attributes vs. Fluent API

EFCore Tutorial P2:Attributes vs. Fluent API

Comments
3 min read
ReadOnly DbContext with Entity Framework

ReadOnly DbContext with Entity Framework

Comments
2 min read
EFCore Tutorial P6: LINQ Queries

EFCore Tutorial P6: LINQ Queries

Comments
5 min read
DBConcurrency with EF Core

DBConcurrency with EF Core

1
Comments 2
5 min read
EFCore Tutorial P8:Filtering, Sorting, and Paging

EFCore Tutorial P8:Filtering, Sorting, and Paging

Comments
4 min read
EFCore Tutorial P7:Asynchronous queries

EFCore Tutorial P7:Asynchronous queries

2
Comments 1
4 min read
EFCore Tutorial P5:Backing Fields and Shadow Properties

EFCore Tutorial P5:Backing Fields and Shadow Properties

1
Comments
7 min read
EFCore Tutorial P4:Cleaning Up `OnModelCreating`

EFCore Tutorial P4:Cleaning Up `OnModelCreating`

1
Comments
3 min read
EFCore Tutorial P1: Getting Started with EF Core

EFCore Tutorial P1: Getting Started with EF Core

4
Comments
4 min read
Implementing Unit of Work Pattern in EF Core

Implementing Unit of Work Pattern in EF Core

2
Comments
6 min read
5 Key EF Core Features Every Developer Should Master

5 Key EF Core Features Every Developer Should Master

3
Comments 1
2 min read
How to Implement Multitenancy in ASP.NET Core with EF Core

How to Implement Multitenancy in ASP.NET Core with EF Core

3
Comments
10 min read
How to Implement Audit Trail in ASP.NET Core with EF Core

How to Implement Audit Trail in ASP.NET Core with EF Core

4
Comments
7 min read
Getting Started with MongoDB in EF Core

Getting Started with MongoDB in EF Core

1
Comments 6
5 min read
5 EF Core Features You Need To Know

5 EF Core Features You Need To Know

Comments 1
7 min read
Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB

Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB

2
Comments
9 min read
Calling Views, Stored Procedures and Functions in EF Core

Calling Views, Stored Procedures and Functions in EF Core

1
Comments
6 min read
Generic DB Manager in .net C#

Generic DB Manager in .net C#

5
Comments
2 min read
What You Need To Know About EF Core Bulk Updates

What You Need To Know About EF Core Bulk Updates

Comments
4 min read
Associations in EF Core

Associations in EF Core

8
Comments 2
4 min read
Assumptions in Software Development (with EF Core as example)

Assumptions in Software Development (with EF Core as example)

Comments
16 min read
Understanding Change Tracking for Better Performance in EF Core

Understanding Change Tracking for Better Performance in EF Core

3
Comments 2
9 min read
EF Core Migrations: A Detailed Guide

EF Core Migrations: A Detailed Guide

1
Comments
9 min read
Exploring Data Mapping Options in EF CORE

Exploring Data Mapping Options in EF CORE

3
Comments
5 min read
Set up .NET Core Web API With Entity Framework Core

Set up .NET Core Web API With Entity Framework Core

1
Comments
3 min read
Implementing Soft Delete With EF Core.

Implementing Soft Delete With EF Core.

Comments
2 min read
Fast SQL Bulk Inserts With C# and EF Core

Fast SQL Bulk Inserts With C# and EF Core

Comments
7 min read
Entity Framework Core Audit Trail With Audit.Net

Entity Framework Core Audit Trail With Audit.Net

14
Comments
3 min read
Implementing Soft Delete With EF Core

Implementing Soft Delete With EF Core

Comments
6 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

17
Comments 2
2 min read
Entity Framework Core Owned Entity

Entity Framework Core Owned Entity

5
Comments
8 min read
5 Essential EF Core Performance Tips

5 Essential EF Core Performance Tips

7
Comments
2 min read
How To Use EF Core Interceptors

How To Use EF Core Interceptors

2
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

9
Comments
5 min read
Multi-Tenant Applications With EF Core

Multi-Tenant Applications With EF Core

1
Comments
4 min read
Exploring EF Core Updates Land: Join Us on an Exciting Journey

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

2
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!

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

Designing the domain model to support multiple persistence methods

1
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

1
Comments
3 min read
Working With Transactions In EF Core

Working With Transactions In EF Core

1
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

5
Comments
7 min read
How To Use Global Query Filters in EF Core

How To Use Global Query Filters in EF Core

1
Comments
3 min read
Powerful query by Ant Design Blazor and Efcore

Powerful query by Ant Design Blazor and Efcore

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

Entity Framework Core Add if not exist

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

EF Core: Effectively decouple the data and domain model

12
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

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

Implement Clean Architecture on .NET

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

EF Core 6: Custom functions with DbFunctionAttribute

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

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

6
Comments
1 min read
loading...