C# From Scratch
1) Download and install .NET Framework Beta 2 2) Download the C# Manual and take a look at it. This has A LOT of important information.GREAT TUTORIAL FOR BEGINNERS!! 3) Create a file called hello.cs which has the following code:using System;class Hello { static void Main() { Console.WriteLine("Hello world"); }} 4) Go to the [...]
Read more



11:01 pm by Arun Sharma