Welcome to my new WordPress blog, I’m back into blogging again, stay tune
EgyGeeksOnSkype
Hello Folks, Yesterday I enjoy the first EgyGeeksOnSkype meeting with Ayman El Hattab, Mohamed Meligy, Ramy Mahrous, Doha El Sayed, Nashwa, and Amr El Dieb. How did it happen? First, we were tweeting about where we’ll spend our holiday on…
Microsoft SQL Server 2008 Data types
Hello Folks, Today I’ll mention the Microsoft SQL Server 2008 Fields data types, you need to choose the right data type for the database fields for more speed efficiency, and I think the most important thing the fundamental of the…
CairoCodeCamp’ 10
Hello folks, Just few days and the wonderful CairoCodeCamp event will start, so warm your engine and clear your brain for the enormous amount of technical information at CCC. What is CairoCodeCamp? CCC is big Technical event with 20+ speakers and 40+…
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…
My story with my HP Pavilion Notebook
Next year, I realized the priority of buying a notebook to start developing in mobile way. So I start reading reviews and do some visits to local computer stores, at last I decide the best machine which meet budget/performance criteria…
Missing email attachment
Hello folks, Are you once a time misses the attachment file form important? Is this embarrassing? I missed an important email attachment and it was CV or resume for job, it was embarrassing and disappointed, so I Google it and…
DotNetwork Techdays – SharePoint Techday
DotNetwork is specialized in .net technology but they organize event about Microsoft SharePoint, i think they help the new Egypt SharePoint user group. Description:TechDays is a new type of .network’s gatherings. It consists of 2+ sessions talking about a specific…
How addicted to Facebook are you ?
Today I’m taken another addicted quiz for another social network website Facebook and here’s my score: Created by Oatmeal My Twitter Quiz
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…