IDesign and .NET: Applying to a Common .NET Scenario
I'm excited to begin a demo project applying IDesign to .NET. This series will follow my progress. Along the way, I'll be using a minimal api to bridge from the…
A set of apps providing mocked lab data
I'm excited to begin a demo project applying IDesign to .NET. This series will follow my progress. Along the way, I'll be using a minimal api to bridge from the…
An example of deploying a .NET MinimalAPI to Azure via GitHub Actions
This is the test and publish stage article in a series covering continuous integration, CI, for .NET.
This is the build stage article in a series covering continuous integration, CI, for .NET.
This is the first introductory article in a series covering continuous integration, CI, for .NET.
.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.
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.