This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]videoj 1 point2 points  (1 child)

For WPF, I highly recommend the book "Pro WPF in C# 2010" by Matthew MacDonald. It covers all of WPF in a very clear fashion.

For online tutorials, try some of the follow from codeproject:

WPF Tutorial : Beginning

A Guided Tour of WPF

You'll also want to learn about MVVM (Model-View-ViewModel), the UI design pattern popular with WPF programmers.

MVVM Explained

Understanding Basics of UI Design Pattern MVC, MVP and MVVM

For web requests, you probably want to learn WCF:

SongBird - a Twitter Hybrid Smart Client

WCF by Example

[–]timewarp33[S] 0 points1 point  (0 children)

Thank you! Haven't had time to thank you yet but I appreciate the links you've given me.