In this post I will explain all the steps I follow to create a default ASP .NET Core MVC application with Identity using MSSQL Server on Docker.
[Read More]
There are several scenarios where is very useful to know how to compress/decompress files via command line. One example is the configuration of a continuous integration plan. We could need to compress directories to expose them as an artifact. Here is a short list of command line options for Windows...
[Read More]
On this post I will describe the steps I have followed to go from an Ubuntu 16.04 clean installation to a .NET Core and Docker development environment.
[Read More]
In this post I will describe a process to generate and deploy a .NET 4.5 web application (including database) to a Windows Server. This process can be implemented to configure a Continuous Delivery or Deployment process in a Continuous Integration server.
[Read More]
I’m writing this post with VS Code in a Linux Ubuntu 16.04 laptop. But as a .NET developer I spent last fifteen years (and continue at work) working on different Windows based desktop/servers and laptop computers.
[Read More]