Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting back into Windows programming after 10 years

Tags:

c#

windows

I'd like to study up on the latest technologies for writing Windows desktop apps. My last experience was with VC++ 6 using MFC. The landscape seems more complex these days, I'm not sure if I should learn .NET, don't really know what Windows forms, WPF are etc. All I want to do is be able to write some simple Windows GUI apps, probably using & learning C# along the way.

Any recommendations on books to read etc?

Also, is the free version of VC2008 good enough for writing small apps?

like image 902
Fred Basset Avatar asked Nov 11 '08 20:11

Fred Basset


People also ask

Is 30 years old too old to learn computer programming?

Are You Too Old to Learn Programming? Let's get this out of the way: no, you are not too old to program. There isn't an age limit on learning to code, and there never was. But all too often, insecurity and uncertainty compel older adults to put a ceiling on their achievement potential.

How do I get back into computer programming?

Consider Volunteer Work If you're having trouble finding a full-time programming job because of a gap in your resume, consider contract or volunteer work. Tap your network for leads on freelance programming assignments to stay current and earn extra money while you're seeking full-time work.

Is it worth learning programming in 2022?

Is it a good time to learn to code in 2022? It is a good time to learn to code in 2022 because it is a highly sought-after skill. The tech industry is growing and advancing rapidly, resulting in high demand for software developers. With focus and lots of practice, you could end up with a tech job in Silicon Valley.


1 Answers

I would go with .NET and WPF. WinForms is still available, but is really a legacy branch of .NET at this point, and not worth learning if you are starting from scratch. WPF offers a lot of good features, and is pretty use to get up and running with.

I found "Windows Presentation Foundation Unleashed" a good introduction to WPF. It explained the foundational concepts well and wasn't just one of those 2,000 page tutorials full of screen shots.

like image 122
Rob Walker Avatar answered Oct 25 '22 10:10

Rob Walker