Introduction This is a small series of articles about how to work with Azure Service Bus. The code is written in .net core and .net standard. No fancy Python in…
Category: <span>Dependency Injection</span>
Part 4: Going on with alternative deployment options This is the fourth of at six articles about how an IoT project with certain constraints and prerequisites was implemented. In recent…
Part 3: What about alternative deployment options? This is the third of six articles about how an IoT project with certain constraints and prerequisites was implemented. In recent article I…
Finally version 1 of AutofacOnFunctions is available! Find the code on github. Have a look onto newest nuget package. Have a look onto the archive to support former versions. Lots…
A new version of Azure Functions was just released, called 1.0.19. While there are quite some changes in this release, like the fact that Function Apps must have exactly one single language…
When starting to play around with Azure Functions, the lack of dependency injection support was pretty annoying. To overcome that issue I created a small library, Autofac On Functions, based on Azure…
Autofac on Azure Functions. Azure still keeps evoling a lot. The next new and hot thing is Azure Functions. What makes Azure Function attractive? In the past six months I did…
I recently had some discussions about TDD. I personally never tried to accomplish the procedure seriously. So I wanted to invest a little time to understand if it does fit to…
Quite a while ago I had a good talk with an colleague about “to log or not to log – that is the question”. 😉 That was a longer discussion,…