Posts
Arash Sabet
Cancel

Securing daemon applications by Azure Ad B2C

If you have stumbled upon this post, you have been likely exploring a solid way to secure your backend long-running processes to access a secured resource like a web API or an Azure Function. These...

Dependency Injection in xUnit test framework

There are certainly cases when developers want to run integration tests against their code wired up heavily by dependency injection. xUnit is a mature, loved-by-developers, and robust test framewor...