Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello, please provide with a good material for WPF, since i dont have any idea about WPF, basically am a C# developer
Posted

I'm new to WPF like you and this guides help me a lot:
WPF Tutorial : Beginning
A Guided Tour of WPF(XAML)
 
Share this answer
 
v2
WPF uses lots of C#. You need to however, need to use Xaml effectively with C#.

There are tons of good tutorials on the internet.
My search though returned this[^] as the first result.
 
Share this answer
 
v2
My suggestion is "Start with MSDN[^]"
Some more useful links
Link 1[^]
Link 2[^]
Link 3[^]
 
Share this answer
 
I would suggest you to go through the beginner articles of Sacha Barber and Josh Smith.
Sacha Barber: WPF: A Beginner's Guide - Part 1 of n[^]
Josh Smith: A Guided Tour of WPF – Part 1 (XAML)[^]
The WPF Thought Process[^]
Understanding the Visual Tree and Logical Tree in WPF[^]

You can also learn from video tutorials from here: Windows Client[^]. The videos are great.

Also check out these books:
Windows Presentation Foundation Unleashed by Adam Nathan
Pro WPF with C# 2008 by Matthew MacDonald

Good luck. :thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900