Editor's note
I kept this one deliberately broad, which is usually when the most useful combinations show up. The passkey authentication walkthrough is worth your time if you’re hardening sign-in flows, and the .sln to .slnx piece is a practical look at tooling evolution that will affect day-to-day .NET work. I also liked the host process deep dive and the webhook delivery article because both focus on the kinds of operational details that bite real systems.
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
How to Implement Passkey Authentication in ASP.NET Core Applications
Passkeys are moving from nice-to-have to expected. Useful if you want stronger auth without dragging users through password friction.
From .sln to .slnx: Why the New Solution Format Matters for Modern .NET Development
.slnx is one of those changes that seems small until you think about tooling, merge behavior, and long-term solution maintenance.
Building a Search Platform Using OpenSearch and .NET
Good architectural overview for search in .NET, especially if you're weighing indexing and query design alongside scale.
PuppeteerSharp C# PDF: The Hidden Ops Cost (2026 Guide) - HackerNoon
A helpful reminder that PDF generation choices carry operational baggage, not just API ergonomics.
.NET AI Community Standup: Why Orleans for AI Agents
Worth a watch if you're sorting out where Orleans fits in stateful agent systems.
Implementing Local LLM Inference in .NET Applications Using ONNX Runtime
Local inference keeps getting more practical. Good fit for privacy-sensitive and cost-conscious workloads.
Use Ports and Adapters to Make ASP.NET Core Migration Incremental
Ports and adapters remains one of the sanest ways to modernize legacy ASP.NET incrementally.
How to Reorder Excel Columns in C# (No Office Required)
Niche task, but the no-Office angle matters in server and automation scenarios.
7 C# Mistakes Beginners Make (And How to Avoid Them)
Beginner content, but experienced developers still recognize a few of these habits in old codebases.
Architecting a Production-Ready AI Agent Backend: .NET Core vs. FastMCP (Python)
Interesting comparison piece if you're evaluating .NET against Python-heavy agent backends.
Claude Skills for .NET: Teach AI to Build Features Your Way
Reusable AI instruction packs are quickly becoming part of the developer toolkit.
The .NET Host Process: What Runs Before Main() and Why It Sometimes Hangs
Pre-Main behavior is easy to ignore until startup hangs. This is a useful troubleshooting-oriented explainer.
Why Care About Agent Authored Code Quality
Fast code generation does not excuse low standards. Still true, maybe more than ever.
AI Assisted Live Coding Best Practices and Code Security Guardrails
Security guardrails for AI-assisted coding need more concrete treatment like this.
Smuggling .gitignore, .npmrc and friends in npm packages
Not .NET-centric, but packaging edge cases like this can absolutely surface in mixed-stack repos.
Code review guidance is never glamorous, but it remains one of the highest leverage team habits.
The Hard Part of Webhooks Isn’t Sending Them — It’s Guaranteeing They Arrive
Reliable webhook delivery is a systems problem, not a controller action problem.
Building AI-Powered Deployment Risk Assessment Systems in ASP.NET Core
A practical AI-for-operations angle that will appeal to teams trying to reduce deployment risk.
Stop Using _logger.LogInformation For Everything.
Structured, intentional logging beats flooding info-level noise every time.
Compose your API surface with Data API builder custom paths
Custom REST paths in Data API builder can help clean up externally facing API shapes without heavy custom code.
AI-Powered Legacy Code Understanding for Enterprise .NET Applications
Legacy understanding is a real AI sweet spot when modernization budgets are tight.
Building an Invoice Automation Pipeline in C# with the Iron Suite
Document-to-invoice automation remains a common line-of-business need, and this shows one end-to-end route.
Building AI-Powered Incident Postmortem Generators with ASP.NET Core
Postmortem generation is a solid target for AI, especially when paired with telemetry data.


















