Minimal APIs in ASP.NET

Details
With ASP.NET, there's a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs. It's a great way to create the lightest weight microservice. But are you trading everything for the small surface? We'll start with a .NET 5 project and build up to a Minimal API looking at a bunch of brand new C# 10 features along the way. Like the other 3, this is not an either/or choice, and when it makes sense, you can be really productive here too.
Rob Richardson is a software craftsman building web properties in ASP.NET and Node, React and Vue. He’s a Microsoft MVP, published author, frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development. You can find this and other talks on [https://robrich.org/presentations](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frobrich.org%2Fpresentations&data=05%7C01%7C%7C9d179c11c07f484e67f208dbdf29d4a7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638349142979596109%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=3pinyuE%2FpvoUdgzVunCCmJdHXeVgYO5iSw4IBqq2Nbo%3D&reserved=0) and follow him on Mastodon at [@robrich@hachyderm.io](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhachyderm.io%2F%40robrich&data=05%7C01%7C%7C9d179c11c07f484e67f208dbdf29d4a7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638349142979596109%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gBMXJ6MAeGUHVMeD4CTcGsm7anC8jUgBBqNzXUw1%2FGk%3D&reserved=0).
Join us for FREE by clicking "Attend Online" and get the link!

Minimal APIs in ASP.NET