CHAPTER 2
C# QuickStart and Developing in C#
This chapter presents a quick overview of the C# language. It assumes a certain level of programming knowledge and therefore doesn’t present very much detail. If the explanation here doesn’t make sense, look for a more detailed explanation of the particular topic later in the book.
The second part of the chapter discusses how to obtain the C# compiler and the advantages of using Visual Studio to develop C# applications.
Hello, Universe
As a supporter of SETI,1 I thought that it would be appropriate to do a “Hello, Universe” program rather than the canonical “Hello, World” program.
using System;class ...
Get A Programmer's Guide to C# 5.0, 4th Edition 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.