Autofixture and IOptions<T> - A Winning Combination
A look at how you can customize AutoFixture to allow for IOptions to be created without mocking.
A look at how you can customize AutoFixture to allow for IOptions to be created without mocking.
A long running frustration with the Microsoft.IdentityModel.Tokens package has finally been fixed. And it’s a breaking change!
Tried to use the new TimeProvider in .NET with AutoFixture AutoMoq and had issues?
Does pattern matching increase readability? Is there more complexity because of it?
Ever needed to know at runtime if your application is running in a container? It’s super simple to check!
Ever had to update a connection string in code? Used a regex to replace the database name? There is a better way!
Extension methods in C# are great until they’re not. Why? Let’s find out.
Ever tried to use Primary Constructors with LoggerMessage source code generator based logging calls? It doesn’t work how you think!
Middleware is an awesome tool, but how do we apply specific steps to specific function triggers?
Heard of Pulumi but never played? Written a new Azure Static Web App but unsure on how to deploy it to Azure? A complete beginner to Infrastructure as Code? Let’s explore these scenarios together!