Updated Home (markdown)
Few small correction related to vs 2017
Updated Getting started with ASP.NET Core (csproj vs2017) (markdown)
Created Getting started with ASP.NET Core (csproj - vs2017) (markdown)
Updated Getting started with ASP.NET Core (project.json) (markdown)
(fix) Rename ValuesController -> HomeController
Added the using NLog.Extensions.Logging; to the Startup.cs.
Added using NLog.Web; to startup docs.
Added config load on startup, correct error on Index, .Log method not exist on ILogger
Updated Getting started with ASP.NET Core with project.json (markdown)
Created Getting started with ASP.NET Core with project.json (markdown)
Updated Log HTTP calls (markdown)
Created Log HTTP calls (markdown)
Initial Home page