Assumptions This Book Makes

To program in C#, you must have installed one of the many editions of Visual Studio .NET on your system (Standard, Professional, Enterprise, or Architect), or have downloaded and installed the .NET Framework SDK. Visual Studio provides a complete interactive developer environment that simplifies many of the tasks of C# programming, especially the development of Windows clients, server-side web applications and web services. In addition, Visual Studio provides excellent support for the debugging and project management of applications.

However, with the .NET Framework SDK installed on your system you can write C# programs using a simple editor such as emacs, SharpDevelop, or Microsoft Notepad, and compile, debug and execute them using the command-line utilities described in Chapter 23.

To download the .NET Framework SDK (currently a 131 MB file), see http://msdn.microsoft.com/net.

By the time this book hits the shelves, you should be able to order the .NET Framework SDK on CD as well.

Get C# in a Nutshell 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.