Editor's note
I curated a pretty mixed issue today, with security, performance, data access, and tooling all in the same lineup. The JWT role-based auth piece is practical for teams tightening API access, and the EF Core bulk operations article tackles a pain point many of us hit at scale. I also liked the Visual Studio AI roadmap update because it gives a clearer view of where the editor experience is headed.
JWT auth, metrics generators, EF Core bulk ops
Free, private email that puts your privacy first
A private inbox doesn’t have to come with a price tag—or a catch. Proton Mail’s free plan gives you the privacy and security you expect, without selling your data or showing you ads.
Built by scientists and privacy advocates, Proton Mail uses end-to-end encryption to keep your conversations secure. No scanning. No targeting. No creepy promotions.
With Proton, you’re not the product — you’re in control.
Start for free. Upgrade anytime. Stay private always.
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
JWT Role-Based Authentication & Authorization in .NET
A solid practical guide to roles and JWTs; useful if you’re tightening API access without overcomplicating the setup.
I appreciated the source-generator deep dive because it questions whether the abstraction actually earns its keep.
WPF Memory Leaks: The Static Event Trap that Eats Your RAM
The WPF memory-leak post is a good reminder that static events can quietly wreck desktop app stability.
5 Advanced Async Concepts That Make Sense Once You Understand the Runtime
Async internals always repay the time spent learning them, especially when TaskCompletionSource and custom awaiters show up.
Command Line Interface Consumer for Kafka in C#
A handy Kafka CLI walkthrough for folks who still prefer command-line inspection over jumping straight into code.
How .NET and Azure create a foundation for enterprise AI
This one’s more strategic than tactical, showing how Azure and .NET fit into enterprise AI delivery.
Bulk Operations in EF Core 10: Beyond SaveChanges()
Bulk operations are one of those EF Core topics that can save serious time once data volumes start hurting.
Implementing Paging for Large Datasets in .NET Applications
Paging still matters everywhere; this is a straightforward reminder to design for large result sets early.
AllowAnyOrigin() is the kind of shortcut that looks harmless until you need to explain the security review.
Build AI‑Powered .NET Apps with Telerik
The Telerik AI demo is a lighter entry, but it’s useful if you’re exploring how vendors are packaging AI workflows.
The .NET Architecture Trap: Clean, Modular, and Painfully Slow
The architecture critique will resonate with teams that have gone too far optimizing structure at the expense of speed.
Integrating Custom Validators for Incoming Request in .NET
Custom validators are a nice fit when you want request rules closer to the boundary instead of buried downstream.
Serialization & Deserialization in C#
Serialization basics are evergreen, and this is a simple refresher for newer C# developers.
Roadmap for AI in Visual Studio (February)
The Visual Studio AI roadmap is worth tracking because reliability and refinement usually matter more than flashy promises.
















