Discovering controller actions and Razor Pages in ASP.NET MVC Core
Explains how to programmatically discover all controller actions and Razor Pages in an ASP.NET MVC Core application using IActionDescriptorCollectionProvider.
Explains how to programmatically discover all controller actions and Razor Pages in an ASP.NET MVC Core application using IActionDescriptorCollectionProvider.
A concise reference guide for implementing attribute routing in ASP.NET Core, covering route templates, constraints, and prefixes.
A guide to improving form handling patterns in ASP.NET MVC applications, covering query actions, form models, and best practices.