tags:

views:

4219

answers:

5

Hi Guys,

I started today working on WPF for the first time. My requirement is to create a windows application using WPF.

I mean an application which has page, buttons, tree view, log details (typically of selecting a project and subproject then manipulate the data on it) using WPF controls.

Can I get some basic tutorials on this please. I explored… but I couldn't get right stuff for the work.

Please help.

Thank You, Ramm

+4  A: 

http://www.wpftutorial.net/ looks quite useful. Many topics and nicely presented.

And here's another one for you which I've found useful: http://joshsmithonwpf.wordpress.com/a-guided-tour-of-wpf/

paul
+1  A: 

windowsclient.net has a section with learning materials, that should help you in getting started.

Fredrik Mörk
A: 

maybe this link can help you: http://www.switchonthecode.com/frameworks/wpf

A: 

www.trainermaruti.net---check this place..Its a place where all MVPs and MCT write their comments and posts....

Krunal
A: 

There are a lot of good video tutorial-sites on the net, here's a few:

LearnVisualStudio.NET has a lot of great videos some cost, some doesn't

WindowsClient.NET has a dedicated section about Learning WPF, all very good and free.

Filip Ekberg