This article is one of the two part series I wrote on how to use Azure B2C as your identity manager.
[Read More]
Using Azure B2C as your identity manager (Part 1)
This article is one of the two part series I wrote on how to use Azure B2C as your identity manager.
[Read More]
Generate a self sign cert with PowerShell
Have ever been stumbled upon needing a certificate very fast and looking for tools for hours? Well I found a series of PowerShell commands which makes your life super easy.
[Read More]
Using client certificates for ASP.Net Core App hosted on Azure Web App service
Recently we had to communicate with an external API featuring mutual authentication using client certificates (AKA two way SSL).
[Read More]
Setting up VSTS CI/CD for a SPA app using AngularCLI, ASPNetCore (Part 1)
Recently I was assigned to a green field project where we had to create an initial structure of a project which was going to be written in Angular 2 using Angular CLI for front end side and ASP.Net Core for back-end.
[Read More]