Read more about the article MinimalAPI with .NET 7 and OpenAPI: A Tutorial
Photo by Pixabay on Pexels.com

MinimalAPI with .NET 7 and OpenAPI: A Tutorial

.NET 7 brings some wonderful bells and whistles for APIs. This article will cover an example of a simple, minimal API you can easily examine via Swagger and OpenAPI.

Comments Off on MinimalAPI with .NET 7 and OpenAPI: A Tutorial

App Configuration, Mock Data, and .NET 7

When you're spinning up an app quickly, perhaps a POC, perhaps as the beginnings of a more complex app, it's helpful to have mock data for your app to ingest, as a faster method than EF and creating database tables. This approach uses Microsoft's chained configuration to ingest json data to populate the app.

1 Comment