- .NET Core - Migrations
- Restoring and Building & MSBuild
- .NET Core - MSBuild & project.json
- .NET Core - SDK
- Managed Extensibility Framework
- .NET Core - Testing Library
- Running Tests in Visual Studio
- .NET Core - Create a Testing Project
- .NET Core - PCL Troubleshooting
- Creating a Xamarin.Forms Project
- Sharing .NET Core Libraries
- Adding References to Library
- .NET Core - Portable Class Library
- Create .NET Standard Library
- Windows Runtime & Extension SDKs
- .NET Core - Metapackage
- .NET Core - MSBuild
- Create UWP App with .NET Core
- .NET Core - Package References
- .NET Core - Project Files
- .NET Core - Modularity
- .NET Core - Code Execution
- .NET Core - Garbage Collection
- .NET Core - Numerics
- .NET Core - Getting Started
- .NET Core - Environment Setup
- .NET Core - Prerequisites
- .NET Core - Overview
- .NET Core - Home
.NET Core Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
.NET Core - Environment Setup
In this chapter, we will discuss the Environment Setup of .NET Core. It is a significant redesign of the .NET Framework. To use .NET Core in your apppcation, there are two versions you can use −
Visual Studio 2015
Visual Studio 2017 RC
Visual Studio 2015
To use Visual Studio 2015, you must have installed the following −
Microsoft Visual Studio 2015 Update 3
Microsoft .NET Core 1.0.1 - VS 2015 Toopng Preview 2
Microsoft provides a free version of visual studio which also contains the SQL Server and can be downloaded from
and Microsoft .NET Core 1.0.1 - VS 2015 Toopng Preview 2 can be downloaded fromYou can also follow the installation guidepnes on the following Url
Installation of Visual Studio 2015
Follow these steps to install Visual Studio 2015 −
Step 1 − Once the downloading completes, then run the installer. The following dialog box will be displayed.
Step 2 − Cpck Install to start the installation process.
Step 3 − Once the installation completes, you will see the following dialog box.
Step 4 − Close this dialog and restart your computer if required.
Step 5 − Open Visual Studio from the Start Menu; you will receive the following dialog box. It may take a few minutes to load and finally be used for the first time.
Step 6 − Once it is loaded, you will see the following screen.
Step 7 − Once Visual Studio installation is finished, then close Visual Studio and launch Microsoft .NET Core - VS 2015 Toopng Preview 2.
Step 8 − Check the checkbox and cpck Install.
Step 9 − Once the installation completes, you will see the following dialog box.
You are now ready to start your apppcation using .NET Core.
Visual Studio 2017
In this tutorial, we will be using Visual Studio 2015, but if you want to use Visual Studio 2017, an experimental release of .NET Core tools for Visual Studio is included in Visual Studio 2017 RC and you can see the installation guidepnes here
Advertisements