Chapter 2. Setting Up the Environment

In any development project, it is vital to set up the right kind of development environment so that you can concentrate on the developing the solution rather than solving environment issues or configuration problems. With respect to .NET, Visual Studio is the defacto standard IDE (Integrated Development Environment) for building web applications in .NET.

In this chapter, you'll be learning about the following topics:

  • Purpose of IDE
  • Different offerings of Visual Studio
  • Installation of Visual Studio Community 2015
  • Creating your first ASP.NET MVC 5 project and project structure

Purpose of IDE

First of all, let us see why we need an IDE, when you can type the code in Notepad, compile it, and execute it.

When you develop ...

Get ASP.NET Core: Cloud-ready, Enterprise Web Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.