Passkeys, Local LLMs, and .slnx
This issue covers ASP.NET Core passkeys, ONNX Runtime local inference, .slnx, webhook delivery, logging practices, and AI agent engineering.
Jasen's top three picks
- 1 How to Implement Passkey Authentication in ASP.NET Core Applications
c-sharpcorner.com
Passkeys are moving from nice-to-have to expected. Useful if you want stronger auth without dragging users through password friction.
- 2 From .sln to .slnx: Why the New Solution Format Matters for Modern .NET Development
medium.com
.slnx is one of those changes that seems small until you think about tooling, merge behavior, and long-term solution maintenance.
- 3 Building a Search Platform Using OpenSearch and .NET
c-sharpcorner.com
Good architectural overview for search in .NET, especially if you're weighing indexing and query design alongside scale.
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.
Today's articles
How to Implement Passkey Authentication in ASP.NET Core Applications
c-sharpcorner.com
Implement secure passkey authentication in ASP.NET Core apps. Enhance security & user experience with WebAuthn & FIDO2.
Topics: ASP.NET Core Authentication Security
Read articleFrom .sln to .slnx: Why the New Solution Format Matters for Modern .NET Development
medium.com
Photo by Mohammad Rahmani on Unsplash
Topics: .NET Core Visual Studio
Read articleBuilding a Search Platform Using OpenSearch and .NET
c-sharpcorner.com
Build powerful search platforms with OpenSearch and .NET. Learn about its architecture, indexing, querying, and advanced features for scalable, relevant search.
Topics: .NET Core Performance
Read articlePuppeteerSharp C# PDF: The Hidden Ops Cost (2026 Guide) - HackerNoon
hackernoon.com
PuppeteerSharp C# PDF: The Hidden Ops Cost (2026 Guide) HackerNoon
Topics: C# Performance
Read article.NET AI Community Standup: Why Orleans for AI Agents
youtube.com
Join Bruno Capuano and Konstantin Semenenko for a deep dive into building AI agents with .NET and Orleans. As AI applications evolve from simple prompts to complex, stateful systems, developers need a...
Read articleImplementing Local LLM Inference in .NET Applications Using ONNX Runtime
c-sharpcorner.com
Unlock local LLM inference in .NET with ONNX Runtime for faster, private, and cost-effective AI applications. Learn integration & best practices.
Topics: .NET Core ML.NET Performance
Read articleUse Ports and Adapters to Make ASP.NET Core Migration Incremental
medium.com
Wrap legacy framework dependencies behind stable interfaces so infrastructure can change without rewriting business logic.
Topics: ASP.NET Core Clean Architecture .NET Framework
Read articleHow to Reorder Excel Columns in C# (No Office Required)
medium.com
Are you a C# developer looking for a reliable way to automate Excel column reordering without installing Microsoft Excel? Whether you are…
Topics: C#
Read article7 C# Mistakes Beginners Make (And How to Avoid Them)
medium.com
If you’re learning C#, you’ve probably written code that works — but not always in the best way.
Topics: C#
Read articleArchitecting a Production-Ready AI Agent Backend: .NET Core vs. FastMCP (Python)
medium.com
Why the era of dynamic “vibe coding” is over and how senior engineers are shifting AI tooling to robust backend frameworks.
Read articleClaude Skills for .NET: Teach AI to Build Features Your Way
antondevtips.com
Stop pasting the same instructions into every AI session. Learn how to create Claude skills for .NET (also works for Codex, Copilot and Cursor) - reusable, on-demand instruction packs that teach AI yo
Topics: .NET Core GitHub Copilot OpenAI
Read articleThe .NET Host Process: What Runs Before Main() and Why It Sometimes Hangs
dotnettips.com
This guide explores the essential role of the .NET host process, which initializes the runtime, resolves dependencies, and launches applications. It highlights common issues with lingering host proces...
Topics: .NET Core Performance Profiling
Read articleWhy Care About Agent Authored Code Quality
ardalis.com
A developer I was chatting with recently raised a question I’ve been hearing more and more: Since we can produce code so fast now, does the code actually matter that much? Assuming the code fulf...
Topics: Solid Principles
Read articleAI Assisted Live Coding Best Practices and Code Security Guardrails
c-sharpcorner.com
Discover essential best practices for secure AI-assisted code generation. Learn how to implement defensive prompting, risk mitigation guardrails, and validation frameworks during automated live coding...
Topics: GitHub Copilot Security
Read articleSmuggling .gitignore, .npmrc and friends in npm packages
johnnyreilly.com
The npm publish command will not just package up .gitignore and .npmrc files. This post shows how to use zipping and unzipping with postinstall and prepare scripts to include these files into your npm...
Topics: GitHub
Read article…
medium.com
A good code review is about more than finding bugs — it’s about improving code quality, maintainability, and collaboration.
Topics: C#
Read articleThe Hard Part of Webhooks Isn’t Sending Them — It’s Guaranteeing They Arrive
medium.com
What I learned building a reliable webhook delivery system, and why a single timestamp ended up being my scheduler.
Topics: Design Patterns Web API
Read articleBuilding AI-Powered Deployment Risk Assessment Systems in ASP.NET Core
c-sharpcorner.com
Build AI-powered deployment risk assessment systems in ASP.NET Core to predict failures, optimize strategies, and enhance release reliability.
Topics: ASP.NET Core OpenAI
Read articleStop Using _logger.LogInformation For Everything.
rushikprajapati.medium.com
Stop Guessing: Which .NET Logger Method Should You Actually Use?
Read articleCompose your API surface with Data API builder custom paths
devblogs.microsoft.com
In May, Data API builder (DAB) 2.0 was released to preview, and in June it went generally available. With this new release, DAB introduced a new feature for REST endpoints: the ability to customize en...
Topics: Azure REST API Web API
Read articleAI-Powered Legacy Code Understanding for Enterprise .NET Applications
c-sharpcorner.com
Unlock legacy .NET code understanding with AI. Accelerate analysis, documentation, and modernization for enterprise applications.
Topics: .NET Framework OpenAI
Read articleBuilding an Invoice Automation Pipeline in C# with the Iron Suite
albertassaad.medium.com
Read a spreadsheet, generate styled PDF invoices, put a “Pay Now” QR code on each one, and bundle the whole month into a single ZIP.
Topics: C#
Read articleBuilding AI-Powered Incident Postmortem Generators with ASP.NET Core
c-sharpcorner.com
Build AI-powered incident postmortem generators with ASP.NET Core, OpenTelemetry, and Azure OpenAI for faster, more consistent incident analysis.
Topics: ASP.NET Core Azure OpenTelemetry
Read article