C# Getting Started


This entry is part 1 of 10 in the series C# Getting Started

This post starts us off with some background information about C#. The C# programming language was designed for developing programs for Microsoft’s .NET Framework. In 2002, Microsoft released the first version of the .NET Framework. The .NET Framework offers programmers considerable improvements over previous Windows programming environments.

We have a post called C# Introduction.

We have a post on .NET Introduction.

When you begin learning C# you will want to look at topics such as syntax, identifiers, keywords, whitespace, statements and comments. If you have already studied a programming language you can cover these topics quickly. You will also encounter topics such as compiler, types, and namespaces.

Series NavigationC# Visual Studio >>