You will learn about the following in this chapter:
More fundamental C# elements building on those presented in Chapter 3, "A Guided Tour Through C#: Part I," through a source code driven presentation
The namespace concept and an understanding for how this feature can help organize and access C# components
The int type for storing whole numbers
How to write and call your own user-defined methods
Multiline comments and their different styles
How C# evaluates simple expressions
How methods can be used to simplify your source code