WPF Useful Links
-
2011年9月11日 20:24
These are some useful WPF links that I would like to share with other members:
1- Introduction to WPF
http://msdn.microsoft.com/en-us/library/aa970268.aspx
2- WPF Architecture
http://msdn.microsoft.com/en-us/library/ms750441.aspx
3- WPF Videos
http://windowsclient.net/learn/videos_wpf.aspx
4- WPF Samples
http://archive.msdn.microsoft.com/wpfsamples
5- WPFpedia
6- WPF and Expression Blend Preview for Silverlight 5
http://blog.csharplearners.com/category/silverlight/
Cheers,
Amir Ahani (MCSD .NET)
- 已编辑 Amir AhaniMVP 2011年9月11日 20:27
- 已更改类型 Bob_BaoMVP, Moderator 2011年9月12日 8:12
全部回复
-
2011年9月12日 17:20
Hi Amir,
I like your postings. Very useful and up-to-date. Can you provide me more WPF resources? some resources about how to use WPF and Expression Blend side-by-side?
Thanks,
Bryan
-
2011年9月18日 9:32
Hi Bryan,
I have updated my blog by adding "22 WPF Useful Links" for you. To learn more, please visit the following link:
http://blog.csharplearners.com/2011/09/18/wpf-links/#more-171
The following are 9 useful links from the same collection:
1- WPF Official Website
2- Pete Brown's Blog (Pete Brown is the lead of the Developer Guidance Community Team of WPF at Microsoft)
3- Welcome to the Windows Presentation Foundation Resource Guide
From C# Learners
4- Windows Presentation Foundation (Introduction)
http://blog.csharplearners.com/category/wpf/
From MSDN
5- Introduction to WPF
http://msdn.microsoft.com/en-us/library/aa970268.aspx
6- WPF Architecture
http://msdn.microsoft.com/en-us/library/ms750441.aspx
7- WPF Videos
http://windowsclient.net/learn/videos_wpf.aspx
8- WPF Samples
http://archive.msdn.microsoft.com/wpfsamples
http://archive.msdn.microsoft.com/wpfsamples#controls
http://archive.msdn.microsoft.com/wpfsamples#wpfwindowssamples
http://archive.msdn.microsoft.com/wpfsamples#layout
9- What's New in WPF Version 4.5 Developer Preview
http://msdn.microsoft.com/en-us/library/bb613588(v=VS.110).aspx
Amir Ahani (MCSD.NET)
- 已编辑 Amir AhaniMVP 2011年9月18日 9:33
-
2011年10月7日 22:34
Hi Bryan,
I have updated my blog by adding "22 WPF Useful Links" for you. To learn more, please visit the following link:
http://blog.csharplearners.com/2011/09/18/wpf-links/#more-171
The following are 9 useful links from the same collection:
1- WPF Official Website
2- Pete Brown's Blog (Pete Brown is the lead of the Developer Guidance Community Team of WPF at Microsoft)
3- Welcome to the Windows Presentation Foundation Resource Guide
From C# Learners
4- Windows Presentation Foundation (Introduction)
http://blog.csharplearners.com/category/wpf/
From MSDN
5- Introduction to WPF
http://msdn.microsoft.com/en-us/library/aa970268.aspx
6- WPF Architecture
http://msdn.microsoft.com/en-us/library/ms750441.aspx
7- WPF Videos
http://windowsclient.net/learn/videos_wpf.aspx
8- WPF Samples
http://archive.msdn.microsoft.com/wpfsamples
http://archive.msdn.microsoft.com/wpfsamples#controls
http://archive.msdn.microsoft.com/wpfsamples#wpfwindowssamples
http://archive.msdn.microsoft.com/wpfsamples#layout
9- What's New in WPF Version 4.5 Developer Preview
http://msdn.microsoft.com/en-us/library/bb613588(v=VS.110).aspx
Amir Ahani (MCSD.NET)
I also suggest two useful books by Charles Petzold: "Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation" (http://www.microsoft.com/learning/en/us/book.aspx?ID=6476&locale=en-us) and "3D Programming for Windows" (http://www.microsoft.com/learning/en/us/book.aspx?ID=10722&locale=en-us)Bye.
Luigi Bruno - Microsoft Community Contributor 2011 Award -
2011年10月26日 3:08thanks for sharing, they help a lot for beginner like me.
-
2011年11月17日 4:36Thank you very much for sharing very usefull links.
-
2011年11月18日 8:20http://www.wpf-training-guide.com
Best Regards. -
2011年12月10日 13:25
Hi Amir, I hope you're doing OK.
Many thanks for sharing these useful links. I'm going to refer it as the online reference for WPF. Nice job.
Please, mark my reply as Answer if it helps or vote it up if it gives a key to the solution.
Thanks in advance and good luck.
Ahmed M. Gamil
"It is not titles that honor men, but men that honor titles." -
2012年1月10日 5:55
Thanks Ahmed Gamil.
I have recently updated my blog with new C# / WPF / Visual Studio / Silverlight / LINQ / PLINQ articles ( http://blog.csharplearners.com ), please check out my posts. Also, I will try to share more useful WPF links in future.
I suggest you to read the following posts and learn how these tools help you in WPF development:
1- SWF to XAML Convertor
http://blog.csharplearners.com/2012/01/04/flash-swf-xaml-convertor/
2- Adobe Illustrator to XAML Convertor
http://blog.csharplearners.com/2011/12/31/adobe-illustrator-xaml-export/
Regards,
Amir Ahani
- 已编辑 Amir AhaniMVP 2012年1月10日 5:55
-
2012年1月12日 10:23
Some more useful sites for learning WPF and the related concepts like Dependency properties, Databinding, Validations, Styles etc...
WPF basics
http://msdn2.microsoft.com/en-us/library/aa480192.aspx
http://msdn2.microsoft.com/en-us/library/ms742119.aspxRendering tiers
http://msdn2.microsoft.com/en-us/library/ms742196.aspxXAML and WPF coding guidelines
http://www.paulstovell.com/blog/xaml-and-wpf-coding-guidelinesStyling & Templating
http://msdn2.microsoft.com/en-us/library/ms745683.aspxResourcing overview (storing templates/styles)
http://msdn2.microsoft.com/en-us/library/ms750613.aspxDatabinding (examples)
http://www.romiller.com/TechBlog/tabid/54/EntryID/1/Default.aspxWPF Databinding Mix Session
http://www.microsoft.com/emea/msdn/spotlight/sessionh.aspx?videoid=322Data binding overview
http://msdn2.microsoft.com/en-us/library/ms752347.aspxSorting via CollectionViewSource
http://www.beacosta.com/blog/?p=17Debugging databinding
http://www.beacosta.com/blog/?p=52Basics of DataContext
http://www.beacosta.com/blog/?p=6Datacontext continued
http://www.beacosta.com/blog/?p=5ObservableCollection example
http://www.galasoft-lb.ch/mydotnet/articles/article-2007041201.aspxDependency properties (very important that we need)
http://msdn2.microsoft.com/en-us/library/ms752914.aspx
http://blogs.msdn.com/mgrayson/archive/2006/05/22/dependency-properties.aspxQuick example
http://www.galasoft-lb.ch/mydotnet/articles/article-2007041201.aspxDatabinding validation
http://www.codeproject.com/KB/WPF/wpfvalidation.aspx
IErrorDataInfo
http://wpfwonderland.wordpress.com/2007/10/10/better-wpf-binding-in-net-35/Validation in 3.0 vs. 3.5
http://blogs.msdn.com/wpfsdk/archive/2007/10/02/data-validation-in-3-5.aspxWPF tricks
http://j832.com/bagotricks/
http://www.codeproject.com/KB/WPF/PhysicsFun.aspx
http://wpfdisciples.wordpress.com/XAMLPadX
http://blogs.msdn.com/llobo/archive/2007/12/19/xamlpadx-v3-0.aspx-Mohammed Ghouse Ibne Barq Kadapavi
http://www.ProgrammersVision.blogspot.com
https://sites.google.com/site/BarqKadapavi- 已编辑 Ghouse Barq 2012年1月12日 10:26
-
2012年1月18日 7:48
I am also suggesting the following WPF tools:
Adobe Fireworks to XAML Exporter --> http://blog.csharplearners.com/2012/01/13/adobe-fireworks-xaml-export/
Adobe Flash to XAML Conversion Tool --> http://blog.csharplearners.com/2012/01/04/flash-swf-xaml-convertor/
Adobe Illustrator to XAML Exporter --> http://blog.csharplearners.com/2011/12/31/adobe-illustrator-xaml-export/
Regards,
Amir Ahani (MCSD.NET)
- 已编辑 Amir AhaniMVP 2012年1月18日 7:48
-
2012年1月25日 15:32
Hi,
Thankyou. Very helpful links for beginners like me.....!
Thanking you
Abhilash D K
-
2012年1月28日 13:28
This are good links especially the one that has WPF tutorial video.
http://windowsclient.net/learn/videos_wpf.aspx
I started with this videos in WPF.
Thank you Amir Ahani.
-
2012年3月2日 7:50
Addding to you List Amir
http://www.codeproject.com/Articles/165368/WPF-MVVM-Quick-Start-Tutorial
-
2012年3月3日 6:28
How about over 350 free tutorials and articles including free book here:
www.c-sharpcorner.com
-
2012年4月3日 20:56
great job! very useful links for a total beginner like me.
regards
-
2012年4月4日 21:30Hi may as you.. how to create windows application like nimbuzz or yahoo massanger using wpf..thank
-
2012年5月5日 16:07Thank you Amir, Nice info..
But Ebooks available for WPF? -
2012年6月2日 2:34
Thank hay quá:
Game mobile | Game Avatar | Game mobi army | Ongame mobile | Game phong thần mobile
-
2012年6月22日 11:07Thankyou.. Very helpful links

