Linux (2)

Having a Look at dotnet CLI Tool and .NET Native Compilation in Linux
3 January 2016 ยท 4 minutes read

dotnet CLI tool can be used for building .NET Core apps and for building libraries through your development flow (compiling, NuGet package management, running, testing, etc.) on various operating systems. Today, I will be looking at this tool in Linux, specifically its native compilation feature.

Playing Around with Docker: Hello World, Development Environment and Your Application
13 July 2015 ยท 7 minutes read

I have been also looking into Docker for a while now. In this post, I am planning to cover what made me love Docker and where it shines for me.