C# practices, EF Core, and Copilot
A mixed .NET roundup on coding habits, EF Core, memory leaks, Minimal APIs, DI lifetimes, Visual Studio Copilot, and SQL Server.
Jasen's top three picks
- 1 Code vs. Experience: What REALLY Makes a Great Developer?
c-sharpcorner.com
A good reminder that experience matters most when code quality meets judgment, not just syntax memorization.
- 2 Types of Classes in C# with Examples | Concrete, Static, Abstract, Sealed, and More
c-sharpcorner.com
A straightforward tour of C# class kinds that still helps newer devs avoid mixing up static, abstract, and sealed.
- 3 Entity Framework Core — Table Per Hierarchy (TPH) Davranışı
medium.com
EF Core TPH behavior is one of those topics that saves real debugging time once inheritance maps get complicated.
Editor's note
I kept this issue varied, with no single theme pulling everything together. The EF Core TPH and query-tags pieces pair nicely with the memory-leak and performance posts if you like practical runtime tuning. I also like the Visual Studio Copilot update because it points at how the editor is changing, not just the app code.
Today's articles
Code vs. Experience: What REALLY Makes a Great Developer?
c-sharpcorner.com
https://www.c-sharpcorner.com/blogs/code-vs-experience-what-really-makes-a-great-developer
Topics: C#
Read articleTypes of Classes in C# with Examples | Concrete, Static, Abstract, Sealed, and More
c-sharpcorner.com
https://www.c-sharpcorner.com/article/types-of-classes-in-c-sharp-with-examples-concrete-static-abstract-sealed-and-m/
Topics: C#
Read articleEntity Framework Core — Table Per Hierarchy (TPH) Davranışı
medium.com
https://medium.com/@ismailaydemirx/entity-framework-core-table-per-hierarchy-tph-davran%C4%B1%C5%9F%C4%B1-fe490fa45f98?source=rss------csharp-5
Topics: EF Core
Read articleStop Repeating Yourself: Use These C# Templates Instead
medium.com
https://medium.com/dot-net-sql-learning/stop-repeating-yourself-use-these-c-templates-instead-e5629d1fe565
Topics: C#
Read articleScott and Mark Learn to...LIVE
youtube.com
https://www.youtube.com/watch?v=G36zpnN1WDA
Topics: Visual Studio
Read articleNext edit suggestions available in Visual Studio
devblogs.microsoft.com
https://devblogs.microsoft.com/visualstudio/next-edit-suggestions-available-in-visual-studio-github-copilot/
Topics: GitHub Copilot Visual Studio
Read articleBuild modern data applications with SQL Server 2025 | Data Exposed
youtube.com
https://www.youtube.com/watch?v=pckjd-5rT9M
Topics: SQL Server
Read article🧠 What is Event Bubbling?
c-sharpcorner.com
https://www.c-sharpcorner.com/article/what-is-event-bubbling/
Topics: C#
Read articleThe .NET Bugs That Haunt Us Daily — And Why We Keep Missing Them
medium.com
https://medium.com/@sunita.rawat.cgi/the-net-bugs-that-haunt-us-daily-and-why-we-keep-missing-them-9347049a87c8
Topics: C# Performance
Read articleUnknown and Common Memory Leaks in .NET — And How to Fix Them Before They Haunt You
dotnetfullstackdev.medium.com
https://dotnetfullstackdev.medium.com/unknown-and-common-memory-leaks-in-net-and-how-to-fix-them-before-they-haunt-you-f54e5beef344
Topics: C# Performance
Read articleBuilding a Context-Aware Cache Server in C# Using MCP (Model Context Protocol)
medium.com
https://medium.com/@orbens/building-a-context-aware-cache-server-in-c-using-mcp-model-context-protocol-668e8392fdb3
Topics: C#
Read articleStop Writing Boring C# Code: 7 More Genius Patterns That Make You 10x Faster (Part 2)
medium.com
https://medium.com/@mohsho10/stop-writing-boring-c-code-7-more-genius-patterns-that-make-you-10x-faster-part-2-c29518c6bb6a
Topics: C#
Read articleAES Encryption in .NET — Your Ultimate Guide to Keeping Data Safe!
dotnetfullstackdev.medium.com
https://dotnetfullstackdev.medium.com/aes-encryption-in-net-your-ultimate-guide-to-keeping-data-safe-30e5399b2a57
Read articleMinimal APIs in .NET: When Less is Actually More
blog.nonstopio.com
https://blog.nonstopio.com/minimal-apis-in-net-when-less-is-actually-more-1b96f65468f2
Topics: ASP.NET Core Minimal APIs
Read articleUnderstanding Service Lifetimes in .NET Dependency Injection
medium.com
https://medium.com/@info_4533/understanding-service-lifetimes-in-net-dependency-injection-0f2047324346
Topics: ASP.NET Core Web API
Read articleOptions Pattern Validation — Catch Mis-Configs Before Your API Starts
medium.com
https://medium.com/@michaelmaurice410/options-pattern-validation-catch-mis-configs-before-your-api-starts-44f31082366a
Topics: EF Core
Read articleEntity Framework Core — Query Tags
medium.com
https://medium.com/@ismailaydemirx/entity-framework-core-query-tags-13f6ed456e41
Topics: GitHub Copilot Visual Studio Code
Read articleVS Code Live: Extending Agent Mode
dev.to
https://dev.to/azure/vs-code-live-extending-agent-mode-l1h
Read articleHow to get to know the latest dotnet features - the nerdy way
steven-giesel.com
https://steven-giesel.com/blogPost/f6ad319b-b095-47a0-91d7-800d30a0e3c2
Topics: C#
Read articleMaster Methods in C#: The Real Secret to Cleaner Code
medium.com
https://medium.com/@aibhi.dev/master-methods-in-c-the-real-secret-to-cleaner-code-1c5d14c735bd
Topics: C# Performance
Read article10 C# Mistakes That Quietly Kill Performance (Even in Production)
medium.com
https://medium.com/@mohsho10/10-c-mistakes-that-quietly-kill-performance-even-in-production-3a2b1e0aa69f
Topics: ASP.NET Core Web API
Read articleHow I've been building APIs and microservices lately (feat. C# & .NET)
blog.codingmilitia.com
https://blog.codingmilitia.com/2025/06/11/how-ive-been-building-apis-and-microservices-lately-feat-csharp-dotnet/
Read article