Tracing, caching, and C# essentials
A varied .NET roundup with ASP.NET Core tracing, OutputCache, EF Core tuning, LINQ, event sourcing, security, and tooling.
Jasen's top three picks
- 1 Serverless
medium.com
Serverless is a broad intro piece, so I’d read it for architecture framing more than implementation details.
- 2 OutputCache
medium.com
OutputCache is one of those features that can pay off fast when you understand where the cache boundary really belongs.
- 3 Using Husky with CSharpier
cheranga.medium.com
Husky plus CSharpier is a practical “reduce friction” setup for teams that want formatting enforced early.
Editor's note
I pulled together a pretty mixed issue this time: practical ASP.NET Core work, a bit of performance tuning, some language deep dives, and older-framework maintenance. The tracing piece with user context stood out because it’s the kind of detail that makes production logs actually useful, and the EF Core performance article should get attention from anyone chasing real query wins. There’s also a nice reminder that not every good post is shiny new tech—sometimes it’s GridView, paths, or unit testing basics done well.
Today's articles
Serverless
medium.com
https://medium.com/@Sina-Riyahi/serverless-899bfa3841c7
Read articleOutputCache
medium.com
https://medium.com/@samanazadi1996/outputcache-d250a911f741
Topics: ASP.NET Core Performance
Read articleUsing Husky with CSharpier
cheranga.medium.com
https://cheranga.medium.com/53a81cf19a44
Topics: GitHub Source Generators
Read articleBetter Request Tracing with User Context in ASP.NET Core
milanjovanovic.tech
https://www.milanjovanovic.tech/blog/better-request-tracing-with-user-context-in-asp-net-core
Topics: ASP.NET Core OpenTelemetry
Read articleWorking with Dataset Data in ASP.NET GridView
csharp.com
https://www.csharp.com/article/working-with-dataset-data-in-asp-net-gridview/
Topics: .NET Framework Web API
Read articleBoost Your EF Core Query Performance by 4X with Just One Line of Code Change!
medium.com
https://medium.com/@ganesh.s.gurav/boost-your-ef-core-query-performance-by-4x-with-just-one-line-of-code-change-676c49ce3299
Topics: EF Core Performance
Read articleDeep Dive into LINQ: Key Concepts and Advanced Techniques
medium.com
https://medium.com/@123ajaybisht/deep-dive-into-linq-key-concepts-and-advanced-techniques-ac64113ecd33
Read articleCancellationToken in .NET: Why It’s a Game-Changer for Responsive Apps
medium.com
https://medium.com/@adnankhan13/cancellationtoken-in-net-why-its-a-game-changer-for-responsive-apps-c1542a13193f
Topics: .NET Core Performance
Read articleDo you know the best way to secure API keys in an ASP.NET Core application?
medium.com
https://medium.com/dot-net-sql-learning/do-you-know-the-best-way-to-secure-api-keys-in-an-asp-net-core-application-237ee9b1f7a6
Topics: ASP.NET Core Security
Read articleScaling .NET Apps: The Power of Azure, Kubernetes & Databases
medium.com
https://medium.com/@kohzadi90/scaling-net-apps-the-power-of-azure-kubernetes-databases-05815cd80de3
Topics: Azure Kubernetes SQL Server
Read articleDo you know the difference between == and .Equals() in C#
medium.com
https://medium.com/dot-net-sql-learning/do-you-know-the-difference-between-and-equals-in-c-86e64b333edf
Topics: C#
Read articleMastering Expression Trees in C#: From Basics to Advanced Scenarios
medium.com
https://medium.com/@shalahuddinshanto/mastering-expression-trees-in-c-from-basics-to-advanced-scenarios-c3dbf0ecc867
Topics: C#
Read articleC# Deconstruction Explained: Write Less Code, Achieve More
medium.com
https://medium.com/@kothariheman2011/c-deconstruction-explained-write-less-code-achieve-more-a78571d6518e
Topics: C#
Read articleHow I Fixed My Event Sourcing Nightmare in .NET Using Marten
medium.com
https://medium.com/@shamuddin/how-i-fixed-my-event-sourcing-nightmare-in-net-using-marten-9bba7ccc24fc
Topics: .NET Core Event Sourcing
Read articleUnderstanding in, ref, and out Parameter Modifiers in C# with Practical Examples
csharp.com
https://www.csharp.com/article/understanding-in-ref-and-out-parameter-modifiers-in-c-sharp-with-practical-examples/
Topics: C#
Read articleResolving Paths To Server Relative Paths in .NET Code
weblog.west-wind.com
https://weblog.west-wind.com/posts/2025/Mar/08/Resolving-Paths-To-Server-Relative-Paths-in-NET-Code
Topics: ASP.NET Core .NET Core
Read articleThe Importance of Unit Testing in .NET Development
medium.com
https://medium.com/@lalwanimihir23701/the-importance-of-unit-testing-in-net-development-a38097205ded
Topics: .NET Core Unit Testing
Read articleLINQ Partitioning in C# 12
devstoc.medium.com
https://devstoc.medium.com/linq-partitioning-in-c-12-fcde6b09f98a
Read articleMenuStrip on C #
medium.com
https://medium.com/@betularslann/menustrip-on-c-825694b0d379
Topics: .NET Framework
Read articleC# Records: The Future of Immutable Data is Here
medium.com
https://medium.com/@nagarajvela/c-records-the-future-of-immutable-data-is-here-a402f312bd37
Topics: C#
Read articleORM Tools In .Net Core Step By Step.
mwltgr.medium.com
https://mwltgr.medium.com/orm-tools-in-net-core-step-by-step-1596fcb0186b
Read articleHow GitHub Copilot Can Supercharge Your Productivity in Visual Studio 2022
medium.com
https://medium.com/@ganesh.s.gurav/how-github-copilot-can-supercharge-your-productivity-in-visual-studio-2022-89fa62be35cf
Topics: GitHub Copilot Visual Studio
Read article