Chapter 4. Solutions and Projects

IN THIS CHAPTER

Solutions and projects are the containers Visual Studio uses to house and organize the code you write within the IDE. Solutions are virtual containers; they group and apply properties across one or more projects. Projects are both virtual and physical in purpose. Besides functioning as organizational units for your code, they also map one to one with compiler targets. Put another way, Visual Studio turns projects into compiled code. Each project will result in the creation of a .NET component (such as a DLL or an EXE file).

In this chapter, we will cover the roles of solutions and projects in the development process. We’ll see how to create ...

Get Microsoft Visual Studio 2008 Unleashed 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.