Virtual Machine deployment models in Azure
If you have been using virtual machines in Azure for some time now, then you’ll be familiar that there are basically 2 models to deploy virtual machines in A...
If you have been using virtual machines in Azure for some time now, then you’ll be familiar that there are basically 2 models to deploy virtual machines in A...
In my earlier post we had seen how we can create a console application using the new .Net core libraries. Moving further, we’ll now see how we can use the sa...
The latest version of .Net also known as .Net core is now cross platform with support for Linux and Mac OSX in addition to Windows. I’ve been planning to try...
I’ve had to create self-signed certificates on quite a few occasions over the years. There are multiple scenarios when one might want to create these self-si...
My earlier post listed the steps to set up cookie based authentication in ASP.Net MVC 5 project using Identity libraries. There was however, hardcoded userna...