Using the Visual C# Development Environment
The Visual C# integrated development environment (IDE) is a collection of development tools exposed through a common user interface. Some of the tools are shared with other Visual Studio languages, and some, such as the C# compiler, are unique to Visual C#. This topic provides links to the most important Visual C# tools.
Related Topics
Title |
Description |
---|---|
Provides a brief overview of many of the features and tools included in Visual Studio for application development. |
|
Describes how to create a project that contains all the source code files, resource files such as icons, references to external files, and configuration data such as compiler settings. |
|
Provides an overview of the Project Designer, which provides a centralized location for managing project properties, settings, and resources. |
|
Explains how to customize toolbars, export and import settings, and personalize the IDE for your convenience and productivity. |
|
Describes the default keyboard shortcut schemes. |
|
Describes Visual Studio tools that help you modify and manipulate text, code, and markup, insert and configure controls and other objects and namespaces, and add references to external components and resources. |
|
Provides links to topics that describe Visual C#–specific features, such as automatic code generation and IntelliSense for most recently used members. |
|
Provides an overview of using Code Snippets in Visual C# to automatically add common code constructs to your application |
|
Provides links to procedures about how to use the Find and Replace window, Bookmarks, and the Task List and Error List to locate lines of code. |
|
Explains how to browse hierarchies of classes, class members, and resources. |
|
Describes how to add a configuration file (app.config) to a C# project. |
|
Describes how the IDE enables you to view metadata as source code. |
|
Lists refactoring operations that help you modify your code without changing the behavior of your application. |
|
Explains how to configure debug, release, and special builds of your Visual Studio solution. |
|
Describes how to run the Visual Studio Debugger to resolve logic and semantic errors. |
|
Shows how to add or edit resources for your project, such as strings, images, icons, audio, and files. |
|
Compares different Visual Studio deployment technologies, such as ClickOnce and Windows Installer. |