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…
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…
Questions often asked when debugging issues around .NET and chained configuration, especially for generic host builders using CreateDefaultBuilder
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.
.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.
An example of deploying a .NET MinimalAPI to Azure via GitHub Actions