A .NET 6 Minimal API Todo example Playground

1 · Scott Hanselman · Sept. 2, 2021, 7:27 p.m.
I really like minimal Web APIs. I've liked the idea for years. With .NET 6, it's starting to happen! Damian Edwards has an interesting minimal API Playground on his GitHub and Maria Naggaga did a great talk on Minimal APIs in .NET 6 that's up on YouTube! Let's explore! I'm running the latest .NET 6 and you can run it on Windows, Mac, or Linux and I cloned it to a folder locally. There's two versions of a complete Todo API in this sample, one using Entity Framework Core and one using Dapper for...