ASP.NET Core routing, Copilot, and .NET 10 API updates
A varied lineup covering ASP.NET Core internals, Visual Studio tips, Copilot workflows, identity, Minio storage, and .NET 10 API changes.
Jasen's top three picks
- 1 You Can’t Future-Proof Software Architecture
codeopinion.com
A solid reality check on architecture: assumptions change faster than diagrams do.
- 2 How to Request a VS Code Feature (The RIGHT Way)
youtube.com
Useful reminder that ASP.NET Core magic is still reflection, attributes, and conventions under the hood.
- 3 Nobody Tells You How ASP.NET Core Uses Reflection and Attributes to Wire Controllers and Routes
medium.com
Visual Studio and Copilot posts are practical this week; both focus on workflow, not hype.
Editor's note
I curated another mixed issue with architecture, tooling, AI, and framework updates rather than a single theme. The ASP.NET Core reflection-and-routing piece is a good reminder of what the framework is doing behind the scenes, and the .NET 10 compression API update is a practical one for people shipping real apps. I also liked the Copilot-driven scaffolding and chat-fix posts for showing where AI tooling is actually useful.
Today's articles
You Can’t Future-Proof Software Architecture
codeopinion.com
“Future proof your architecture” sounds good. But the reality is you can’t future-proof Software Architecture. When you really think about it, the future is just what’s breaking assumptions. You can’t...
Topics: Clean Architecture Design Patterns
Read articleHow to Request a VS Code Feature (The RIGHT Way)
youtube.com
Leader Election in Distributed .NET Systems: A Practical Guide with MultiLock
Topics: GitHub Copilot Visual Studio Code
Read articleNobody Tells You How ASP.NET Core Uses Reflection and Attributes to Wire Controllers and Routes
medium.com
Have you ever spent hours debugging why your ASP.NET Core API routes aren’t hitting or why your model binding silently fails? You’re not…
Topics: ASP.NET Core C# Web API
Read articleVisual Studio Tips That Save Hours
c-sharpcorner.com
Unlock peak productivity in Visual Studio! Discover 14 time-saving tips, from AI-powered IntelliCode to debugging secrets and hot reload. Stop wasting time, start coding smarter!
Topics: GitHub Copilot Performance Visual Studio
Read articleGitHub Copilot. Rewrite of Legacy .NET App: The Smart Way to Automate Project Scaffolding
medium.com
Part 2: Creating Solution Structure and Project Scaffolding in Visual Studio
Topics: .NET Core GitHub Copilot Visual Studio
Read articleC # 14 in .NET: What is New and Improved
medium.com
C# 14 is expected to arrive with .NET 10, and it continues Microsoft’s long-term goal of making C# one of the most powerful, safe, and…
Read articleRAG vs LLM Explained: Why Modern AI Apps Need More Than ChatGPT
c-sharpcorner.com
Unlock the power of accurate AI! Learn the crucial difference between RAG and LLMs. Build real-world AI apps with data security and trustworthy responses.
Topics: Azure OpenAI Semantic Kernel
Read article.NET 10: Zip and GZip API Improvements
anthonygiretti.com
Introduction Compression APIs like ZipArchive and GZipStream have been part of .NET for years. They’ve...
Topics: .NET 10 .NET Core Performance
Read article🐛 Fix a Chat App with Copilot Chat using Prompt Driven Development
dev.to
This article is part of the Prompt Driven Development series from the VS Code YouTube channel. It is based on the video Fix a Chat App with Copilot Chat and explains the concepts, tools, and workflows...
Topics: Azure GitHub Copilot Visual Studio Code
Read articleDisplaying Large amounts of Records in ASP.NET Core MVC
c-sharpcorner.com
Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.
Topics: ASP.NET Core ASP.NET MVC Performance
Read articleImplementing Level of Identification (LoI) with ASP.NET Core Identity and Duende
damienbod.com
This article explores how to implement Level of Identification (LOI) in an ASP.NET Core application. The solution uses Duende IdentityServer as the OpenID Connect provider and ASP.NET Core Identity fo...
Topics: ASP.NET Core Authentication Security
Read articleObject Storage: Using Minio with .NET Core
medium.com
Let’s Imagine that you (a great developer) are building an app in which you want to be able to store files/images/documents or … anything
Topics: Azure .NET Core Performance
Read articleCombining the Factory and Strategy Patterns
nodogmablog.bryanhogan.net
Download full source code. I was recently talking with a friend about the factory and strategy patterns, how they could be used together. He was familiar with the factory, but not the strategy. The ...
Topics: C# Design Patterns Solid Principles
Read article