CHAPTER 2 BUILDING C# APPLICATIONS
Figure 2-11. The Project Properties window
You will see various aspects of the Project Properties window as you progress through this book.
However, if you take some time to poke around, you will see that you can establish various security
settings, strongly name your assembly (see Chapter 14), deploy your application, insert application
resources, and configure pre- and post-build events.
The Class View Utility
The next tool to examine is the Class View utility, which you can load from the View menu. The purpose
of this utility is to show all of the types in your current project from an object-oriented perspective
(rather than the default file-based view of Solution Explorer). The top pane displays the set of
namespaces and their types, while the bottom pane displays the currently selected type’s members (see
Figure 2-12).
57