Home Archive Kerberos, TOON, Redis, and more – .NET News Daily Issue #346 (Dec 12, 2025)

Editor's note

I curated a pretty mixed bag this time, from enterprise auth to everyday productivity and core language refreshers. The Kerberos piece is a nice reminder that real-world .NET still bumps into old-school infrastructure, while the new TOON support in Visual Studio is a practical workflow update worth watching. I also liked the Redis overview for application-scale patterns and the ASP.NET Core upload guide for something immediately useful.

Kerberos, TOON, Redis, and more

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

Taming the Three-Headed Dog: Kerberos Authentication with .NET

https://dotnetfullstackdev.medium.com/taming-the-three-headed-dog-kerberos-authentication-with-net-c2afafd3b1c9?source=rss------dotnet-5

From Tickets to C# Code — Might look a like (not) SSO

Article preview

Boost Your .NET Workflow with the New TOON File Support in Visual Studio

https://medium.com/medialesson/boost-your-net-workflow-with-the-new-toon-file-support-in-visual-studio-c058068eb0bd?source=rss------dotnet-5

A lightweight, token-efficient alternative to JSON — now seamlessly integrated into Visual Studio. Continue reading on Medialesson »

Article preview

Redis in C# — A Technical Overview

https://www.c-sharpcorner.com/article/redis-in-c-sharp-a-technical-overview/

Explore Redis with C# using StackExchange.Redis for caching, distributed locks, and pub/sub. Enhance .NET application performance and scalability with this in-memory data store.

Article preview

The C# Skills Every .NET Backend Developer Must Master (2025 Edition)

https://medium.com/@curiosity.orbit/the-c-skills-every-net-backend-developer-must-master-2025-edition-e78b6dbccc5d?source=rss------dotnet-5

If you’re learning .NET backend development in 2025, mastering C# is not optional — it’s the foundation of everything you build in ASP.NET…

Article preview

Implement Aggressive Control Flow in .NET

https://medium.com/@rustemsoft/implement-aggressive-control-flow-in-net-bba258397cb5?source=rss------csharp-5

There are provide examples of implementing aggressive control flow obfuscation using Skater .NET Obfuscator. Skater offers several control…

Article preview

In-Process Pub/Sub Hub For Local Decoupling in .NET

https://medium.com/@jordansrowles/in-process-pub-sub-hub-for-local-decoupling-in-net-1b321949e36c?source=rss------dotnet-5

Using System.Threading.Channels to build a Pub/Sub System.

Article preview

The Cost of Abstraction Offered by .NET

https://medium.com/@dev.adak.ie/the-cost-of-abstraction-offered-by-net-2927d4a3cb04?source=rss------dotnet-5

The comfort and security offered by .NET is like magic. It manages memory for us, ensures safety between types, and spares us the hassle…

Article preview

10 Code Review Rules That Stop Production Bugs Before They Happen

https://medium.com/@mohsho10/10-code-review-rules-that-stop-production-bugs-before-they-happen-d450098610c9?source=rss------csharp-5

(What senior .NET engineers actually look for — beyond naming and formatting)

Article preview

DotEnv for .NET: The Configuration Superpower You Didn’t Know You Needed!

https://medium.com/@dgallivan23/dotenv-for-net-the-configuration-superpower-you-didnt-know-you-needed-70928445936c?source=rss------dotnet-5

Why DotEnv is PERFECT for both regular apps and the new .NET 10 file-based apps

Article preview

How to upload files in an ASP.NET Core Web API

https://www.roundthecode.com/dotnet-tutorials/how-to-upload-files-asp-net-core-web-api

Learn how to upload files with IFormFile and IFormFileCollection using minimal APIs in ASP.NET Core, and how to generate antiforgery tokens. The page How to upload files in an ASP.NET Core Web API app...

Article preview

Simplifying Cloud-Native Development with .NET Aspire

https://medium.com/simform-engineering/simplifying-cloud-native-development-with-net-aspire-c862839de977?source=rss------dotnet-5

Build observable, production-ready distributed applications with .NET Aspire Continue reading on Simform Engineering »

Article preview

ASYNC / AWAIT Full Concept in .NET Core

https://www.c-sharpcorner.com/article/async-await-full-concept-in-net-core/

Master async/await in .NET Core! Learn how to boost performance, scalability, and responsiveness with non-blocking I/O. Includes real-world examples and best practices.

Article preview

C# Array Tutorial: How to Declare, Initialize, Access & Use Arrays

https://www.c-sharpcorner.com/article/c-sharp-array-tutorial-how-to-declare-initialize-access-use-arrays/

Learn how to declare, initialize, access, and manipulate arrays in C#. This guide covers sorting, copying, and finding the length of arrays with practical examples.

Article preview

Jasen's take on today's picks

Taming the Three-Headed Dog: Kerberos Authentication with .NET

Kerberos is still one of those topics that looks dusty until you have to make enterprise auth actually work.

Boost Your .NET Workflow with the New TOON File Support in Visual Studio

TOON support in Visual Studio feels niche today, but it could become a handy productivity boost for file-based app workflows.

Redis in C# — A Technical Overview

The Redis overview is a solid refresher on caching, locks, and pub/sub for teams building for scale.

The C# Skills Every .NET Backend Developer Must Master (2025 Edition)

This async/await guide is aimed at newer developers, but the performance and responsiveness lessons still matter.

Implement Aggressive Control Flow in .NET

The control-flow obfuscation article is a very specific security angle, useful mostly if you care about protecting shipped binaries.

In-Process Pub/Sub Hub For Local Decoupling in .NET

A local pub/sub hub with Channels is a clever way to decouple components without reaching for heavier infrastructure.

The Cost of Abstraction Offered by .NET

The abstraction-cost piece is a good reminder that framework comfort always comes with tradeoffs worth understanding.

10 Code Review Rules That Stop Production Bugs Before They Happen

Code review rules are one of the most practical reads here because they connect process discipline to fewer production bugs.

DotEnv for .NET: The Configuration Superpower You Didn’t Know You Needed!

DotEnv for .NET is timely, especially with .NET 10 file-based apps making environment and configuration handling feel more fluid.

How to upload files in an ASP.NET Core Web API

The ASP.NET Core file upload tutorial covers the basics well and adds antiforgery guidance many examples skip.

Simplifying Cloud-Native Development with .NET Aspire

The .NET Aspire article is a useful cloud-native primer for teams trying to make distributed systems more observable.

ASYNC / AWAIT Full Concept in .NET Core

The arrays tutorial is entry-level, but sometimes a clean fundamentals piece belongs in the mix.

C# Array Tutorial: How to Declare, Initialize, Access & Use Arrays

Mastering C# is still the baseline skill, and this overview reinforces that for backend developers who need stronger fundamentals.

Related issues

📬 Get daily .NET content delivered to your inbox