Reputation: 18196
I want to write a little application for myself to learn C# and WPF.
The typical hello world in 2009 (twitter client) seems boring. I would like to hear your stands should I do a twitter client? Any other starters I could play around with and get used to c#? (I'm a longtime PHP programmer)
Upvotes: 0
Views: 3536
Reputation: 53125
A Twitter client ends up being a good way to get started with WPF, for a few reasons:
And the number 1 reason why it's good idea... you can start contributing your code to the Witty project. We'd love more help!
Upvotes: 8
Reputation: 41209
Only do a twitter client if that's what you're interested in. I don't see why twitter should be the new "hello world.", except maybe for making such a thing, like a twitter or facebook bot.
If you want to focus on C# and OOP, try something with many objects interacting, like a simple fighting game, poker, black-jack, etc.
If you want to learn wpf, try some fancy interface stuff, like a calculator, a video player, a photo gallery.
You're only limited to your imagination. Try to pick something fun, or something you'd like your computer to do, and code away. :D
Upvotes: 0
Reputation: 127467
I recommend to write a native GUI (WPF) client for your most recent PHP project.
Upvotes: 1
Reputation: 5935
You can try writing a modelling tool (business processes flow/UML (classes)/execution flow i.e. scripts execution flow/etc...).
Upvotes: 0