Home > C# > Introduction to C#

Introduction to C#

Introduction

C# is a Sharp C

 

C#, pronounced c sharp, is a computer language used to give instructions that tell the computer what to do, how to do it, and when to do it. This is a universal language that is used on many operating systems, including Microsoft Windows. C# is one of the languages used in the Microsoft .NET Framework. The Microsoft .NET Framework is a library of objects that create or draw things on the computer.

image

To launch Microsoft Visual C# 2008 Professional, you can click Start -> (All) Programs -> Microsoft Visual Studio 2008. To create the type of applications we will study in our lessons, on the main menu, you can click File -> New Project… In the Templates section of the New Project dialog box, you can click Console Application, accept the default name or change it:image

After clicking OK, a skeleton code would be created for you. Right now, we will not review every part of the code. Everything will be introduced and explained as we move on.

Categories: C# Tags: ,
  1. No comments yet.
  1. No trackbacks yet.

Powered by WP Robot