vote up 1 vote down star
2

I worked for a company for about two years then I quit and almost left programming for a while.

Now am trying to renew my programming knowledge. I am a .NET Developer and a MCSD. I can see that there are a lot of new technologies that I need to learn: WPF, WCF etc.

Windows 7 is knocking at the door now and I want to upgrade. VS 2008 and 2010 beta are already here. I feel I can't catch my breath just to read about all the new stuff.

Where should i start from?

flag
Your title is undescriptive, could you try editing it? Also, formatting your question better and knocking off a couple of '....' would help a lot. Try to think about your question, and you have a better chance at great answers. Even by yourself. – Adriano Varoli Piazza Sep 23 at 11:56
ok..i reformatted my question.... – waleed7794 Sep 23 at 11:59
Someone please retag this question to something more appropriate. – Wallstreet Programmer Sep 23 at 13:13
What tools did you use before? What kinds of development do you want to do? How far back in .Net were you,e.g. 1.0, 1.1, 2.0, or 3.0? – JB King Sep 23 at 14:33
i was working in .net 1.1 and 2.0... – waleed7794 Sep 25 at 15:35

7 Answers

vote up 1 vote down

I was very much in the same position you were - I was originally a VB6 developer for quite a few years, refusing to move on to .NET... Then I got a new job based on my previous experience and was forced into learning .NET.

I started with learning C#.NET and WPF. I had absolutely no experience in either of these and it was hard. It was damned hard, coming from a Winforms-VB6 background heading straight into OO, XAML and a pretty-much-completely-new-IDE. With the help of my peers, a few good books (see below) and a lot of Red Bull, I'm finally good enough to pump out project after project with flashy WPF interface and a large C# backbone.

Use me as an example. Learn something you haven't experienced, it'll bring that fire back into programming and you'll enjoy it all the more. You'll never quit again ;)

Excellent WPF Resources:
Stack Overflow (hehe)
Apress Pro WPF in C#
SAM'S WPF Unleashed
WPF In Action with VS2008

Programming in .NET 3.5 also gave me a massive helping hand when trying to understand the differences and the new technologies.

link|flag
what about studying the mcpd self paced training kits from microsoft?? – waleed7794 Sep 25 at 15:36
Yeah - thats a great idea. Studying the MCPD kits is a great way to get back into programming - the (very) few I've looked at seem like an easy way to inch yourself back into it. Have a good look, it'll help. – Daniel May Sep 25 at 15:47
vote up 2 vote down

Get involved with your local developer's community. Attend training and sessions during evenings, weekends, lunches, etc. Make contacts. Learn. Repeat.

link|flag
vote up 0 vote down

Microsoft has a pretty decent site for learning their technologies: Windows Client

If you really like to have a physical book I have one of the ones from Apress that is well presented but with WPF the best way to learn it is to use it and when you hit a wall start to google for it, there are a lot of great blogs that address common issues. Fire up VS2008 and create some WPF projects, you don't need to have 'a learning project', I found myself making a bunch of projects when I was learning to focus on one aspect at a time.

link|flag
thanks alot for your answer... – waleed7794 Sep 25 at 15:41
vote up 2 vote down

I always find it best to learn a new programming language, paradigm, or framework by using it in an actual project. You might not be lucky enough to have such a project in your day job, but if not, create something simple and fun, like a blog, or a photo gallery, etc. Start with something simple and iterate adding more functionality from whatever toolbox you want to learn about.

link|flag
vote up 1 vote down

Do whatever you enjoy or whatever someone wants to pay you for!

link|flag
vote up 1 vote down

There are a great bunch of samples for WPF and one bigger sample for WCF from MS. I started by having a look at the WPF samples that are solving/illustrating similar issues than the ones I had to implement.

WPF samples WCF sample

link|flag
vote up 1 vote down

When it comes to learning technology, its like a giant donut. You can begin anywhere... just start with something that interests you, and branch out from there.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.