December 2004
Intermediate to advanced
1008 pages
21h 40m
English
I'm fairly certain that by law it is required for every programming book to provide the famous “Hello World” example. So, rather than face potential criminal charges, a walkthrough for creating a Console C# “Hello World” application follows.
Begin by staring Visual Studio .NET and selecting File, New Project. Next, select a C# console application and name it Hello World as shown in Figure 2.3.
Visual Studio .NET will create a default source file, Class1.cs, and provide some basic boilerplate code as shown in Listing 2.4.
Read now
Unlock full access