background preloader

C# tutorials

Facebook Twitter

How Do I: Create a Picture Viewer in C# Visual C# Express Feature Tour. Tier One: C# Programming Language. C# Tutorials (C#) The C# tutorials provide an overview of the basics of the language and identify important language features.

C# Tutorials (C#)

Each tutorial includes one or more sample programs. The tutorials discuss the sample code plus provide additional background information. They also link to the corresponding sample abstract topics, where you can download and run the sample programs. Introduction - C# Tutorial. Welcome to this C# tutorial.

Introduction - C# Tutorial

With the introduction of the .NET framework, Microsoft included a new language called C# (pronounced C Sharp). C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java. C# could theoretically be compiled to machine code, but in real life, it's always used in combination with the .NET framework. Therefore, applications written in C#, requires the .NET framework to be installed on the computer running the application.