Read more about the article Introduction to a .NET Series
Laptop, Computer, Desktop PC, Human Hand, Office / soft focus picture / Vintage concept

Introduction to a .NET Series

Now that I've blown the rust off my Microsoft .NET skills at my former employer, I'd like to share a few things I've learned along the way. I will be…

Comments Off on Introduction to a .NET Series

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
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