Development Environment Setup #02# Development Environment Setup Design by: TEDU Trainer: Bach Ngoc Toan Website: www.tedu.com.vn Facebook: fb.com/teduchannel Please like videos and subscribe TEDU Channel to following the next video.
Development Environment Setup Step 1: Download ASP.NET Core: https://www.microsoft.com/net/core Step 2: Download and installing Visual Studio 2015 Update 3 Step 3: Install the .NET Core tools preview for Visual Studio Step 4: Create a new .NET Core project Step 5: Run your application
Basic commands Dotnet new web: Create new .NET Core App Dotnet restore: Restore all packages Dotnet run: Run the app Dotnet –version: Check .NET Core version in local machine