Using AutoFac with .NET 6 Isolated Azure Functions
Having the ability to use the Inversion of Control container of choice in your application is important. But can you use AutoFac with Azure Functions? Let’s find out!
Having the ability to use the Inversion of Control container of choice in your application is important. But can you use AutoFac with Azure Functions? Let’s find out!
Wanted to access the current ClaimsPrincipal from your Azure Function when using Azure Static Web Apps without manually parsing the header every time? Want to access the ClaimsPrincipal somewhere else in your dependency graph without relying on Azure Functions concepts? Now you can!
Use Visual Studio for your day to day driver but want to see what the fuss is about newer versions? Want to run multiple versions of Visual Studio but been burnt in the past? Didn’t know there was a way to run multiple versions? It’s time to take another look!
Can playing number games improve code debugging? Let’s find out!
Are you still sitting down for your daily “stand up”? Then why are you not standing?
Ever needed to launch urls into different browsers to aid with your workflow? Let’s take a quick look at a tool that can help with this!
Ever needed to create a unique identifier? Let’s take a look at some ways developers can create unique identifiers which may or may not be known.
Accessing querystring values on web requests is an important concept for any modern APIs. But how can it be done in Azure Functions?
18 months on with no end in sight …
Can lesser known C# language features be used to aid with lower the cognative noise in Azure Function definitions?