Home New Trending Search
About Privacy Terms
#
#efcore
Posts tagged #efcore on Bluesky
Preview
Fix PostgreSQL Connection Pool Exhaustion in EF Core with NpgsqlDataSource Introduction A few days ago, after deploying to our test environment, we missed something. Everything worked fine locally. Tests passed. We moved on. Then the test environment started throwing this…

Is your #DotNet app leaking #PostgreSQL connections? 🐘💨

Don't let error 53300 crash your production. Learn why AddDbContext might be creating too many pools and how to fix it with a Singleton DataSource.

✅ The Bug
✅ The Fix
✅ SQL Monitoring

Read here: elguerre.com/2026/03/12/f...

#CSharp #EFCore

0 0 0 0
Preview
Modern Mapping with EF Core Modern Mapping with EF Core

Mal wieder was Neues über EFcore gelernt. Ab den Shadow und Indexer Properties war es mir neu -- und ich dachte ich bin voll der EFcore-Checker 🙂

Hab ich aber auch noch nie gebraucht bisher.
#dotnet #efcore #orm

developmentwithadot.blogspot.com/2026/02/mode...

1 0 0 0

I have been using keyset pagination in EF Core for our larger tables and the speed difference is undeniable. Offset pagination is fine for small sets where you need to jump to a specific page. But for high volume data where you just go next or back keyset is much more stable and fast
#dotnet #efcore

0 0 0 0
Preview
Polymorphic Relationships in EF Core: Three Approaches

EF Core inheritance, decoded: TPH, TPT, and TPC with code, migrations, and the tradeoffs that matter in production. Pick your inheritance strategy without tripping over nulls, joins, or duplicated columns.

#efcore #csharp #dotnet

0 0 0 0
Preview
.NET 11 Preview 2 is now available! - .NET Blog Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

.NET 11 Preview 2 is now available! devblogs.microsoft.com/dotnet/dotne... #dotnet #aspnetcore #efcore #maui

0 0 0 0
Preview
.NET drip - Saturday, March 7, 2026

Hot paths overheating? In this drop we chill them with FrozenDictionary/FrozenSet for build-once, read-many speed on configs and feature flags. Plus EF Core polymorphism tradeoffs and Rx.NET 7 for real-time vibes.

#csharp #dotnet #efcore

0 0 0 0
Just a moment...

Explore the 7 subtle EF Core change tracking bugs that could compromise your data integrity. Learn how they occur & how to fix them to prevent data loss in your projects. #EFCore #DataIntegrity

0 0 0 0
Post image Post image Post image

🚀Die #bastacon-Workshops am letzten Tag

🔹#OWASP 2025 –  Christian Wenz
🔹#EFCore 10.0  – @dotnetdoktor.bsky.social 
🔹User Story Mapping – André Krämer 
🔹Architektur-Best Practices – @bsky.oliversturm.com 
🔹Modern Angular – @manfredsteyer.bsky.social & @rainerhahnekamp.bsky.social

1 0 0 0
Just a moment...

Learn how the Unit of Work pattern enhances transaction management in EF Core! Streamline your operations and improve app efficiency by managing changes as a single unit. #EFCore #DotNet

1 0 0 0
Preview
.NET drip - Thursday, February 26, 2026

This drop jumps from on-device CLIP embeddings in .NET to a tidy Stripe Checkout in ASP.NET Core, showing how these pieces work in real apps. Plus a peek at LINQPad 9's AI and why EF Core may be the 2026 default.

#csharp #dotnet #efcore

0 0 1 0

Explore the power of vector search with MongoDB & EF Core! Enhance your applications with advanced search capabilities. Dive into the integration details and optimize your queries. #MongoDB #EFCore

1 0 0 0
Preview
ACID in Practice for .NET: Isolation Levels, Anomalies, and Transaction Pitfalls

Think transactions keep you safe? This post demystifies SQL Server isolation in .NET, then shows EF Core concurrency, outbox, and idempotency patterns that make services resilient under pressure.

#dotnet #efcore #sqlserver

1 0 1 0
Just a moment...

Avoid the Cartesian Product trap in C# and EF Core! Optimize your queries by using explicit joins or relationships. Reduce data inflation from erroneous cross joins. #dotnet #EFCore

0 0 0 0
Preview
.NET drip - Tuesday, February 24, 2026

Small choices, big wins. This drop shows how to keep industrial cameras streaming, force real WebView2 refreshes, validate EF Core before SaveChanges, and pick StartsWith for faster hot paths.

#csharp #dotnet #efcore

0 0 0 0

Enhance your #EFCore workflow with JDefCptBuild! This tool optimizes build-time scaffolding, ensuring database-first models remain up-to-date effortlessly. Save time and reduce errors in your development process. #DotNet

0 0 0 0
Solving the Deep Immutable Problem in EF Core
Solving the Deep Immutable Problem in EF Core YouTube video by Zoran on C#

Immutability in ef core #dotnet #efcore #cshaFP #fsharp youtu.be/P_t6UkCseDU?...

0 0 0 0
Just a moment...

Clean Architecture with EF Core doesn't always require abstraction. Understand why simplifying can improve efficiency and reduce complexity in your .NET projects. Dive into the details and foster more robust solutions. #CleanArchitecture #EFCore

0 0 0 0
Just a moment...

Explore the differences between Optimistic and Pessimistic Locking in EF Core .NET! Learn which strategy suits your app needs for enhanced concurrency management. Understand scenarios, pros, cons, & how to implement them effectively. #EFCore #DotNet

0 0 0 0
Preview
.NET drip - Thursday, February 19, 2026

This drop nails real wins: faster API validation in .NET 10, Minimal API myths busted, and MAUI C# expressions that clean up XAML. Also, a calm tour of post-quantum crypto and safer EF Core config.

#dotnet #csharp #efcore

0 0 0 0
Post image Post image Post image Post image

BASTA! Workshop Highlights:

🏗️Domain-Driven Design mit @hschwentner.bsky.social 

🤖#AI-Connected Systems with #MCP mit Cecilia Wirén

💾Moderne #Datenzugriffsarchitekturen mit #EFCore 10 mit @dotnetdoktor.bsky.social 

#bastacon |📍FFM | 📅 2.–6. März 26

Alle Workshops: https://tinyurl.com/44beek2x

0 0 0 0
Preview
.NET drip - Tuesday, February 17, 2026

This drop tames gnarly config with clean Options, rethinks validation with Zeta, and shows how single-file C# turns quick ideas into real tools. Plus, a peek at EF Core LINQ so you know how those lambdas become SQL.

#dotnet #csharp #efcore

1 0 0 0
Preview
The Developer’s Guide to EF Core Transactions with dotConnect Reliable applications are defined by how they manage change. When multiple database operations are...

The Developer’s Guide to EF Core Transactions with dotConnect Reliable applications are defined by how they manage change. When multiple database operations are executed, they must succeed togeth...

#dotconnect #adonet #efcore

Origin | Interest | Match

0 0 0 0
Just a moment...

Discover how upcoming EF Core features might challenge Dapper's popularity. Will EF Core's evolution make it the preferred choice for .NET developers? #EFCore #Dapper

0 0 0 0
Preview
Repository Pattern vs DbContext in Entity Framework Core Tired of arguing about repositories in EF Core? This practical guide compares direct DbContext, thin repositories, and specification style queries with small, runnable C# examples. Learn when each opt...

One of the most common questions on my EF Core videos? Repositories or just DbContext? Here's my answer.

#dotnet #csharp #efcore

0 0 0 0
Preview
Why Your EF Core Tests Are Lying to You (And How SQLite In-Memory Fixes It) Introduction Picture this: You've written a comprehensive test suite for your .NET application. All…

Discover how to effectively test your Entity Framework Core apps with SQLite in-memory databases. Streamline your testing process and ensure data integrity with this comprehensive guide. #EFCore #Testing

0 0 0 0
Preview
Why Your EF Core Tests Are Lying to You (And How SQLite In-Memory Fixes It) Introduction Picture this: You've written a comprehensive test suite for your .NET application. All…

Why Your EF Core Tests Are Lying to You (And How SQLite In-Memory Fixes It) shadynagy.com/ef-core-test... #efcore #dotnet

0 0 0 0
EF Core State Validation EF Core State Validation

EF Core State Validation developmentwithadot.blogspot.com/2026/02/ef-c... #csharp #dotnet #efcore

0 0 0 0
Preview
.NET 11 Preview 1 is now available! - .NET Blog Explore .NET 11 Preview 1, now available with updates to the runtime, libraries, and more. Get the details today!

.NET 11 Preview 1 is now available! devblogs.microsoft.com/dotnet/dotne... #dotnet #aspnetcore #efcore

0 0 0 0
Post image

.NET 10.0.3 and .NET 11 Preview 1 are rolling out... #dotnet #aspnetcore #efcore

0 0 0 0
Preview
Modern Mapping with EF Core Modern Mapping with EF Core

Modern Mapping with EF Core developmentwithadot.blogspot.com/2026/02/mode... #csharp #dotnet #efcore

0 0 0 0