/aspnet-hello-world

aspnet core starter application

Primary LanguageC#MIT LicenseMIT

aspnet-hello-world

Simply playing around with .NET core and Visual Studio Code on Linux.

Installation

  1. Install .NET Core 1.0
  2. Install the Nuget dependencies: dotnet restore

Usage

dotnet run

Open browser at http://localhost:5000/mvc

Credits

Based on ASP.NET Core 1.0 Deep Dive.

License

MIT