Me: I live in Silicon Valley with my wife, child and cat. I have worked at Microsoft since I graduated from College, both in the Macintosh Business Unit on products such as Outlook Express, Entourage, IE, and Virtual PC and in Windows Live on Hotmail, Calendar and People. I am currently a Principal Lead Program Manager on the Windows Live Social Networking team. I basically manage a team of Program Managers responsible for delivering features to support our web and client applications. I've been blogging since 2001 and like to play around with .NET in my spare time working on projects such as dasBlog (the blog that powers this site) and Send to SmugMug (an application for uploading photos to SmugMug). I blog about a number of technology and productivity related topics.
Powered by: newtelligence dasBlog 2.3.9074.18820
Disclaimer The posts on this weblog are provided "AS IS" with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010, Omar Shahine
E-mail
Every few weeks I get an email from some one asking me how I got started programming, or learned .NET and what books I’d recommend.
Well, 2 or so years ago (I think) I had never written a line of .NET code. I had some BASIC experience (small amount), a bit of scripting experience and two 100 level college courses on java and C++. I’d never written a Windows Application though.
I’ve read the following books at one point or another. I’m listing them in the order I’d read them today. I’d note that I actually learned VB.NET first, and then switched to C# a few months later. The switch took a few days of getting used to.
Besides reading books, I spent a lot of time using Goolge’s USENET search feature, and of course looking at real code like BlogX, then dasBlog. But the best way to learn is to think of something you would like an application to do, and write it yourself. GotDotNet has a ton of great user contributed projects, and samples to investigate.