Hi.
I have installed Visual Studio Code on an Ubuntu 14.0.4 PC.
How to develop Mvc apps on Ubuntu 14.0.4?
I tried running the following command in Linux Ubuntu Terminal:
$dotnet new console$dotnet restore$dotnet run
But it only generates stub for writing console applications.
Thanks.