Uncategorized

Who is Dotnetwork ?

Dotnetwork is Egyptian usergroup which gather for one reason, they interested with .Net Technology, they lunched in December 11,2007 at Microsoft Egypt building in Smart Village, I was lucky to be there to feel and experience my first offline usergroup session/gathering and see a lot…

Text Highlighter

//Hello3.cs using System; public class Hello3 { public static void Main(string[] args) { Console.WriteLine(“Hello, World!”); Console.WriteLine(“You entered the following {0} command line arguments:”, args.Length ); for (int i=0; i < args.Length; i++) { Console.WriteLine(“{0}”, args[i]); } } } I’d finished…