This chapter discusses using methods in C# programs. It covers writing methods with no parameters and return value, methods that require single or multiple arguments, and methods that return values. The chapter also discusses passing arrays to methods, alternate Main method headers, and considerations for using methods in GUI programs.