Previously I have written couple posts for continuous integration series and this post is also part of it. Recently Microsoft has released ASP.NET Core 1.0. So in this post, we are going to see how we can do the continuous integration for ASP.NET Core application. I am going to use visualstudio.com...
Thursday, December 22, 2016
Tuesday, December 20, 2016
How to enable remote desktop on Azure Linux VM
In Windows Azure Linux VM there is no direct way to remote desktop Azure VM. So in this blog post, We are going to learn how we can enable the remote desktop on Azure Linux VM. If you don’t know how to create a Linux VM then there is a ton of articles available that how you can create a Linux...