Using the Visual C# Development Environment
Short Description
Download Using the Visual C# Development Environment...
Description
Using the Visual C# Development Environment
1 of 3
Home
Library
Learn
http://msdn.microsoft.com/en-us/library/ms173063
Downloads
Support
Sign in | United States - English |
|
Using the Visual C# Development Environment
Search MSDN with Bing
MSDN Library Development Tools and Languages Visual Studio 2010 Other Versions Visual Studio 2010 2 out of 3 rated this helpful - Rate this topic Visual Studio Visual Studio Languages The Visual C# integrated development environment (IDE) is a collection Visual Basic and Visual C# of development tools exposed through a common user interface. Some Visual C# of the tools are shared with other Visual Studio languages, and some, Using the Visual C# Development Environment such as the C# compiler, are unique to Visual C#. This topic provides How to: Add Application Configuration Files links to C#toProjects the most important Visual C# tools. Metadata as Source Refactoring (C#) Related Topics Community Content Add code samples and tips to enhance this topic. More...
Advertisement
Title
Description
Quick Tour of the Integrated Development Environment
Provides a brief overview of many of the features and tools included in Visual Studio for application development.
How to: Create Solutions and Projects
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.
Introduction to the Project Designer
Provides an overview of the Project Designer, which provides a centralized location for managing project properties, settings, and resources.
Customizing the Development Environment
Explains how to customize toolbars, export and import settings, and personalize the IDE for your convenience and productivity.
Keyboard Shortcuts in Visual Studio
Describes the default keyboard shortcut schemes.
Editing Code and Resource Files
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.
5/25/2012 11:35 AM
Using the Visual C# Development Environment
2 of 3
Visual C# IntelliSense
Provides links to topics that describe Visual C#–specific features, such as automatic code generation and IntelliSense for most recently used members.
Visual C# Code Snippets
Provides an overview of using Code Snippets in Visual C# to automatically add common code constructs to your application
Navigating Through Code
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.
Viewing Classes, Members, and Symbols
Explains how to browse hierarchies of classes, class members, and resources.
How to: Add Application Configuration Files to C# Projects
Describes how to add a configuration file (app.config) to a C# project.
Metadata as Source
Describes how the IDE enables you to view metadata as source code.
Refactoring (C#)
Lists refactoring operations that help you modify your code without changing the behavior of your application.
Building in Visual Studio
Explains how to configure debug, release, and special builds of your Visual Studio solution.
http://msdn.microsoft.com/en-us/library/ms173063
Debugging in Visual Describes how to run the Visual Studio Studio Debugger to resolve logic and semantic errors. Managing Application Resources
Shows how to add or edit resources for your project, such as strings, images, icons, audio, and files.
Choosing a Deployment Strategy
Compares different Visual Studio deployment technologies, such as ClickOnce and Windows Installer.
See Also Other Resources Visual C# Getting Started with Visual C#
5/25/2012 11:35 AM
Using the Visual C# Development Environment
3 of 3
http://msdn.microsoft.com/en-us/library/ms173063
C# Reference
Did you find this helpful?
Yes
Community Content
No
Add
FAQ
Advertisement
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
5/25/2012 11:35 AM
View more...
Comments