Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!
I'm newbie C# programmer with a lot of Java expirience.
Recently(before few weeks-month)I started learning C#.:)
I bought C# 4.0 book from O'Reilly..but there I haven't found much about WPF...or any other kind of GUI programming...


So..is XAML required to make nice GUI with WPF in C#?If answers is yes, is this good site for learning it: http://www.wpftutorial.net/[^]?

Or can I use Blend + VS to handle events?If so can you send me link to some good tutorial?

Thanks!
I hope I haven't said some thing wrong ;)!
Sorry for my bad english!
Posted

WPF is not an extension of C#, but an extension of .NET. You can write WPF programs in VB.NET as well as C#. You first need to decide whether you are going to use pure C# forms programming or WPF. In either case go to the Articles section[^] and check out some of the tutorials there.
 
Share this answer
 
Thanks for answer.
I chose WPF because I found many very nice GUI examples...
But can you answer my question(about using XAML) plz?Thanks!
 
Share this answer
 
Comments
ridoy 23-Nov-12 12:00pm    
Don't give your comment in a solution.Instead of it use Have a Question or Comment? button

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