logo
CSharp_Prog_Guide

Выбор класса коллекции

Необходимо тщательно выбирать ваш класс System.Collections. Использование неправильного типа может привести к ограничению возможностей использования коллекции.

Необходимо ответить на следующие вопросы:

Introduction to Solutions, Projects, and Items

Visual Studio provides two containers to help you efficiently manage the items that are required by your development effort, such as references, data connections, folders, and files. These containers are called solutions and projects. Also, Visual Studio provides Solution Folders to organize related projects into groups and then perform actions on those groups of projects. Solution Explorer, an interface for viewing and managing these containers and their associated items, is part of the integrated development environment (IDE).

Containers: Solutions and Projects

Solutions and projects contain items that represent the references, data connections, folders, and files that you need to create your application. A solution can contain multiple projects and a project typically contains multiple items. These containers enable you to take advantage of the IDE in the following ways:

Items: Files, References, Data Connections

Items can be files and other parts of your project such as references, data connections, or folders. In Solution Explorer, items can be organized in the following ways: