Editor's note
I curated a mixed issue this time: practical coding, platform basics, and a few productivity pieces. The chunking article and the PLINQ guide are good examples of everyday techniques that can still save real time in production code. I also liked the Swagger security and OpenTelemetry posts because they speak to the boring-but-important parts of shipping services.
Performance, security, and tooling
Welcome to the pinnacle of your week, where Thursday gallantly awaits to catapult your .NET skills to new heights! Picture yourself gripping the wheel of a meticulously engineered classic car, every horsepower ready to propel you toward mastery. Today's curated articles pack the punch of an old-school blockbuster—poised to reveal insightful coding secrets, power boost your debugging, and sharpen the elegance of your architecture. Fasten your seatbelt, rev up your curiosity, and accelerate into a day brimming with .NET revelations.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
How to Split a List into Batches Using the Chunk Method in C#
Chunking lists is one of those small C# features that can simplify batching and reduce custom loop code.
Is .NET Faster Than Rust/Go in 2025 | AOT & Minimal APIs
The performance comparison is interesting, but I’d read it for AOT and Minimal API tradeoffs more than winner-takes-all headlines.
VS Code terminal tips are a simple productivity boost that can pay off immediately during debugging and scripting.
Swagger Security in .NET 8 API
Swagger security belongs in every API checklist, especially when teams expose docs in non-production environments.
Explanation of Date and Time Functions in SQL
The SQL date and time refresher is useful for anyone who has ever wrestled with reporting queries or time math.
Implementing Health Checks in .NET Core
Health checks are a lightweight way to make ASP.NET Core services easier to monitor and safer to operate.
Identity remains foundational in ASP.NET Core, and a good walkthrough still helps teams avoid common setup mistakes.
A Beginner's Guide to Azure Load Balancer Technologies – Part 1
Azure load balancers are worth understanding early if you’re moving from app code into cloud architecture.
C# Split String: The Expert’s Guide to Data Extraction
String splitting sounds basic, but it still shows up everywhere in parsing, validation, and quick extraction tasks.
How to Prepare for C# .NET Job Interviews — Tips & Resources
Interview prep articles are plentiful, but the useful ones organize practice around fundamentals and real C# examples.
Fix Errors Using Copilot: The Copilot Show - Ep. 7
Copilot debugging guidance is timely if you’re trying to get more value from AI without trusting it blindly.
Lazy Loading in ASP.NET Core Web API
Lazy loading in Web API is always a tradeoff discussion, so it’s worth revisiting before it becomes a hidden query problem.
A .NET Dev’s Guide to MongoDB: Step-by-Step Setup, CRUD APIs & Interview Prep
MongoDB setup plus CRUD APIs makes for a practical bridge between .NET development and document databases.
Choosing the Right Testing Framework for .NET: XUnit, MSTest, or NUnit?
Framework comparisons are handy, but the best takeaway is choosing the test stack that fits your team’s habits.
C# Performance Oversights Senior Developers Miss: List vs. Dictionary
The list-vs-dictionary reminder is classic performance advice: choose data structures based on access patterns, not preference.
Serial Port Communication in C#: A Comprehensive Guide
Serial port communication is niche, but solid walkthroughs save time when you need hardware integration to just work.
Implement idempotent APIs in ASP.NET Core
Idempotent APIs are one of those reliability details that matter more as traffic, retries, and integrations increase.
Creating a Rating Bar in MAUI C# .NET 9 [GamesCatalog] - Part 8
The MAUI rating bar example is a nice incremental UI piece for people building cross-platform apps.
Exploring PLINQ (Parallel LINQ) for Parallel Processing
PLINQ is still worth exploring when your workload is CPU-bound and the overhead makes sense.
How to Dependency Inject in Blazor Applications
Blazor dependency injection is foundational, and it’s good to see it explained for application structure rather than theory.
OpenTelemetry Usage in Microservice Architecture with .NET 9
OpenTelemetry in a .NET 9 microservice setup is valuable because observability should be designed in, not bolted on later.










