Visual Studio 2010 - Visual C# Visual C# C# (pronounced "C sharp") is a programming language that is designed for building a variety of applications that run on the .NET Framework. C# is simple, powerful, type-safe, and object-oriented. The many innovations in C# enable rapid application development while retaining the expressiveness and elegance of C-style languages. Visual C# is an implementation of the C# language by Microsoft. Visual Studio supports Visual C# with a full-featured code editor, compiler, project templates, designers, code wizards, a powerful and easy-to-use debugger, and other tools. The .NET Framework class library provides access to many operating system services and other useful, well-designed classes that speed up the development cycle significantly.

In This Section
- Getting Started with Visual C#
Introduces the features of C# 4.0 for programmers who are new to the language or are new to Visual Studio, and provides a roadmap for finding Help about Visual Studio. - Using the Visual C# Development Environment
Introduces the Visual C# development environment. - C# Programming Guide
Provides information and practical examples about how to use C# language constructs. - C# Reference
Provides detailed reference information about C# programming concepts, keywords, types, operators, attributes, preprocessor directives, compiler switches, compiler errors, and compiler warnings. - Visual C# Samples and Walkthroughs
Provides sample source code that demonstrates how to program by using Visual C#.

Related Sections
- What's New in Visual C# 2010
Describes new features in the Visual C# IDE and compiler. - C# Language Specification
Links to the latest version of the C# Specifications in Microsoft Word format. - C# 3.0 Cookbook, Third Edition: More Than 250 Solutions for C# 3.0 Programmers
Introduces C# 3.0 Cookbook and provides links to the following chapters: Delegates, Events, and Lambda Expressions, Security, Threading and Synchronization, and Toolbox. - C# 3.0 Design Patterns: Use the Power of C# 3.0 to Solve Real-World Problems
Introduces C# 3.0 Design Patterns and provides links to the following chapters: Structural Patterns: Adapter and Façade and Creational Patterns: Prototype, Factory Method, and Singleton. - C# 3.0 in a Nutshell, Third Edition: A Desktop Quick Reference
Introduces C# 3.0 in a Nutshell and provides links to the following chapters: Advanced C#, Networking, Threading, Asynchronous Methods, and Diagnostics. - Learning C# 3.0: Master the Fundamentals of C# 3.0
Introduces Learning C# 3.0 and provides links to the following chapters: C# and .NET Programming, Visual Studio 2008 and C# Express 2008, C# Language Fundamentals, Interfaces, Delegates and Events, Windows Presentation Foundation, and ADO.NET and Relational Databases.

See Also
|
Visual Studio 2010 - Visual C# Visual C# C# (gesprochen: "si scharp") ist eine Programmiersprache, die zum Erstellen einer großen Bandbreite von Anwendungen, die auf .NET Framework aufsetzen, entwickelt wurde. C# ist einfach strukturiert, leistungsfähig, typsicher und objektorientiert. Die zahlreichen Neuerungen in C# ermöglichen eine schnelle Anwendungsentwicklung, bei der die Ausdruckskraft und Eleganz von Sprachen im C-Format erhalten bleibt. Visual C# stellt eine Microsoft-Implementierung der Programmiersprache C# dar. In Visual Studio wird Visual C# durch einen umfassenden Code-Editor, einen Compiler, Projektvorlagen, Designer, Code-Assistenten, einen leistungsfähigen und einfach zu bedienenden Debugger sowie weitere Tools unterstützt. Die .NET Framework-Klassenbibliothek ermöglicht den Zugriff auf viele Betriebssystemdienste und weitere nützliche, ausgereifte Klassen, mit denen der Entwicklungsprozess deutlich beschleunigt wird.

In diesem Abschnitt
- Erste Schritte mit Visual C#
Bietet eine Einführung in die Features von C# 4.0 für Programmierer, die mit der Sprache oder mit Visual Studio nicht vertraut sind, und stellt einen Wegweiser für die Suche nach Hilfe zu Visual Studio bereit. - Verwenden der Visual C#-Entwicklungsumgebung
Bietet eine Einführung in die Visual C#-Entwicklungsumgebung. - C#-Programmierhandbuch
Stellt Informationen und praktische Beispiele zum Verwenden von C#-Sprachkonstrukten bereit. - C#-Referenz
Stellt genaue Referenzinformationen über C#-Programmierkonzepte, Schlüsselwörter, Typen, Operatoren, Attribute, Präprozessordirektiven, Compilerschalter sowie Compilerfehler und -warnmeldungen bereit. - Beispiele und exemplarische Vorgehensweisen für Visual C#
Stellt Beispielquellcode zur Verfügung, mit dem das Programmieren mit Visual C# veranschaulicht wird.

Verwandte Abschnitte
- Neues in Visual C# 2010
Beschreibt neue Features in Visual C#-IDE und -Compiler. - C#-Sprachspezifikation
Verknüpfung zur neuesten Version der C#-Spezifikationen im Microsoft Word-Format. - C# 3.0 Cookbook, Third Edition: More Than 250 Solutions for C# 3.0 Programmers
Stellt das C# 3.0 Cookbook vor und enthält Links zu den folgenden Kapiteln: Delegates, Events, and Lambda Expressions, Security, Threading and Synchronization und Toolbox. - C# 3.0 Design Patterns: Use the Power of C# 3.0 to Solve Real-World Problems
Stellt das Buch C# 3.0 Design Patterns vor und enthält Links zu den folgenden Kapiteln: Structural Patterns: Adapter and Façade und Creational Patterns: Prototype, Factory Method, and Singleton. - C# 3.0 in a Nutshell, Third Edition: A Desktop Quick Reference
Stellt das Buch C# 3.0 in a Nutshell vor und enthält Links zu den folgenden Kapiteln: Advanced C#, Networking, Threading, Asynchronous Methods und Diagnostics. - Learning C# 3.0: Master the Fundamentals of C# 3.0
Stellt das Buch Learning C# 3.0 vor und enthält Links zu den folgenden Kapiteln: C# and .NET Programming, Visual Studio 2008 and C# Express 2008, C# Language Fundamentals, Interfaces, Delegates and Events, Windows Presentation Foundation und ADO.NET and Relational Databases.

Siehe auch
|