Chapter 3. Programming Environments

In this chapter:

  • How a computer runs a program

  • How programs are converted into machine language that a program can understand

  • What features typically are included in a development environment

  • What features the Microsoft Visual Studio development environment provides

IN THEORY, YOU COULD WRITE COMPUTER programs using any text editor, but in practice, that would be difficult. Programming languages are extremely picky, so one missing or misplaced character can make a program useless.

To make it easier to write programs that are at least syntactically correct, programming languages typically come with programming environments that include tools to help you design, write, run, test, and debug programs.

This chapter describes ...

Get Start Here!™ Fundamentals of Microsoft® .NET Programming 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.