To study the C# language, we will use Microsoft Visual C# 2008 Express Edition or Microsoft Visual C# 2008 Professional. To get Microsoft Visual C# 2008 Express Edition, you can download it free from the Microsoft web site. After downloading it, you can install it.
To launch Microsoft Visual C# 2008 Express Edition, you can click Start -> (All) Programs -> Microsoft Visual C# 2008 Expression Edition:
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:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGiIJx05or7qz0AT24YFjeHMsT0QN63bQUYCrHeKNM9D6LsPLcx-AvWZAhfp5wb4ESIHnbL96kPZYqmtDeAfO9iv-Urg5Ipj03CgduKdH4Az4jDHWCw5G7DnSo9XO4VogoZ6V6uqMRYQ0/s320/newproject1.gif)
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.
No comments:
Post a Comment