Using Azure Functions Proxies to Solve CORS Issues
Creating a Clean Task for .Net Core Projects in VS Code
Creating .Net Core Projects with the CLI
Adding Test Categories with xUnit
Creating Azure Event Grid Subscriptions with PowerShell
Azure Event Grid is a great technology for creating “push-push” asynchronous communication between resources in Azure. One of the benefits of such a “push-push” system is that it allows a consumer of events to remain stateless - no listener is required.
The Azure Portal allows for a fairly easy creation of subscriptions but ideally these subscriptions should be scripted and stored in source control.
Application Insights Logging in Azure Functions
Getting MIME Types from File Extensions in .Net Core
Tips for Working with the dynamic Type in C#
Debugging Azure Function Event Grid Triggers Locally
Easy YouTube Navigation URLs
In addition to coding and writing this blog, I occasionally play guitar. For learning songs, I often use YouTube. Often there is the need to repeat passages, which can be difficult to do navigating to the same section over and over again.
Refactoring Commonality using the IWith Pattern
Asserting Async Methods Throw Exceptions with FluentAssertions
I always forget the syntax when verifying that async methods throw a particular exception with FluentAssertions. This post is to help me (and hopefully others) quickly find the solution to this slightly un-intuitive syntax.