Hi All,
I have just start to learn wpf. Can anybody clear me the following to give a presentation on WPF.
- What is WPF?
- Why we need it.
- Difference b/w Win form and wpf.
- windowsform vs WPF.
Geetha.
Hi All,
I have just start to learn wpf. Can anybody clear me the following to give a presentation on WPF.
Geetha.
Check the following links.
http://en.wikipedia.org/wiki/Windows_Presentation_Foundation
You can check these posts/articles -
http://msdn.microsoft.com/en-us/library/ms754130.aspx
http://www.wpftutorial.net/Home.html
This site is totally dedicated to WPF, you can find a lot of information there -
If you are coming from WinForms background these links will also be helpful -
http://blogs.msdn.com/b/llobo/archive/2009/09/30/migrating-winforms-to-wpf-links-to-info.aspx
http://msdn.microsoft.com/en-us/library/cc165605.aspx
And as Mark said, use Google for best results :)
I can tell you what it's like to use WPF instead of WinForms, if you like.
I'm not a massive MS fan, but I do like WPF. Much more lovely than Swing or WinForms, anyway.
I made a little pet shop example on this open-source project here:
http://code.google.com/p/wipflash/
Browse the code at:
http://code.google.com/p/wipflash/source/browse/#hg/Example.PetShop
Enjoy!