Using AutoFac Keyed Dependencies with .NET 6 Isolated Azure Functions

Autofac allows for using Named or Keyed dependencies. Can these be used with .NET 6 Isolated Azure Functions?

November 19, 2021 · 5 min

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!

November 9, 2021 · 3 min

Using Azure Functions Middleware to Access ClaimsPrincipal in Azure Static Web Apps

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!

November 2, 2021 · 9 min

Dev Tips - Multiple Versions Of Visual Studio Can Be Installed Side By Side

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!

October 26, 2021 · 3 min

Dev Tips - Why Soduku can improve your Debugging

Can playing number games improve code debugging? Let’s find out!

October 21, 2021 · 4 min