You need to have the Flash Player installed and
a browser with JavaScript support.
Link to this video
Description
Okay so in all my previous movies i've been going throught how to program using the Microsoft Visual C# in Windows Application. But i realized for just some moments ago that i have never made a movie about how to make a Console Application. The first thing to know is that Windows Application is graphical programming for the most. And Console Application is not graphical at all. When you program in Console Application you use a very easy looking layout. Very much like CMD's layout. So the Console application is much more different then Windows Application. When you start C# i would almost like to recommend to allways try the Console before Windows application since its much useable learning behind Console Application. And there is really much you can do, but not as much as in Windows Application. So the most basic command ever used in Console application is: Console.Write, Console.WriteLine and you must! allways include the code: Console.ReadKey(); to paus your application. Otherwise it dissapears in a matter of seconds. For more tips, tricks and usefull information about how to program in C# with Console Application, watch my coming movies about how to use it. ¤------------ After this movie you will learn about Switch statement in Console Application ¤------------