Search Articles — Sudonull

Search Results

In this project

DDD in ASP.NET: scalability issues after 30 aggregates

https://sudonull.com/ddd-in-asp-net-scalability-issues-after-30-aggregates

Breaking down why classic DDD with EF Core slows down in projects with 30+ aggregates: heavy queries, specifications, transactions. Hybrid approaches for optimization. Learn how to speed up development.

Master C# from Scratch: Free Program

https://sudonull.com/master-c-from-scratch-free-program

Get C# Developer Skills for Free: From CS Basics to ASP.NET Core and EF Core. Full 8–10 Month Plan with Courses and Tips for Junior Positions. Start Now!

From the web

Overview of Entity Framework Core - EF Core | Microsoft Learn

https://learn.microsoft.com/en-us/ef/core/

Nov 12, 2024 · Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity …

Getting Started - EF Core | Microsoft Learn

https://learn.microsoft.com/en-us/ef/core/get-started/overview/first-app

Aug 24, 2023 · In this tutorial, you create a .NET console app that performs data access against a SQLite database using Entity …

GitHub - dotnet/efcore: EF Core is a modern object-database mapper …

https://github.com/dotnet/efcore

The following code demonstrates basic usage of EF Core. For a full tutorial configuring the DbContext, defining the model, and …

Entity Framework Core Tutorials

https://www.entityframeworktutorial.net/efcore/entity-framework-core.aspx

Nov 12, 2024 · Entity Framework Core is the new version of Entity Framework after EF 6.x. It is open-source, lightweight, extensible …

Entity Framework Core – A Complete and Deep Explanation

https://www.c-sharpcorner.com/article/entity-framework-core-a-complete-and-deep-explanation

Dec 7, 2025 · Entity Framework Core (EF Core) is the official data access technology provided by Microsoft for .NET applications. It …

Entity Framework - Wikipedia

https://en.wikipedia.org/wiki/Entity_framework

While Entity Framework Core 1.0 shares some conceptual similarities with prior versions of Entity Framework, it was a completely …

NuGet Gallery | Microsoft.EntityFrameworkCore 10.0.11

https://www.nuget.org/packages/Microsoft.EntityFrameworkCore

Entity Framework Core (EF Core) is a modern object-database mapper that lets you build a clean, portable, and high-level data …

Releases · dotnet/efcore - GitHub

https://github.com/dotnet/efcore/releases

More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

EF Core 10 – Top New Features Every Developer Should Know

https://www.learnentityframeworkcore.com/efcore/efcore-10-what-is-new

Nov 11, 2025 · EF Core 10 continues to move in the right direction — improving performance, adding flexibility, and making everyday …

Entity Framework Core Tutorial

https://www.csharptutorial.net/entity-framework-core-tutorial/

This section helps you get started with EF Core by understanding what EF core is, how to start a new .NET app that uses EF Core, …

Trending Now