Chapter 1

Getting Started with Visual Studio

IN THIS CHAPTER

check Surveying the available versions

check Setting up Visual Studio

check Understanding projects and solutions

check Exploring the different types of projects

You can run much of C# by using a command prompt and cs.exe, but that’s not a great way to program. It’s unforgiving and slow, and people have trouble remembering the specifics of the language. A better way is to use an Integrated Development Environment (IDE), which is a program that provides a platform for development. An IDE helps to make development easier.

Programmers who are used to starting with a blank screen and a command line often dismiss an IDE as a slow, bogged-down waste of time. However, Visual Studio really does make working with C# faster and more pleasant. It’s quick, easy to use, agile, and smart. If you’re truly determined to use a command-line interface, consider using a Read, Evaluate, Print, and Loop (REPL) environment such as CShell (http://cshell.net), discussed in the “Using IDE alternatives” sidebar, later in this chapter.

True, you don’t have to use an IDE to ...

Get C# 7.0 All-in-One For Dummies 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.