Powered by Twitter Tools.

September 2008
M T W T F S S
« Aug   Oct »
1234567
891011121314
15161718192021
22232425262728
2930  
Chris Donnan

Create Your Badge

Chris Donnan : Programming – Brooklyn Style

software, trading, family, fun

WPF Video Mania

Responses are currently closed, but you can trackback from your own site.



General WPF Linkage

General WPF + WPF Blogs:

http://wpfwiki.com/
http://www.beacosta.com/blog/ (great for databinding)
http://blogs.msdn.com/mikehillberg/default.aspx
http://joshsmithonwpf.wordpress.com/
http://blogs.msdn.com/wpfsdk/default.aspx
http://drwpf.com/blog/Default.aspx?base
http://karlshifflett.wordpress.com/
http://wpfdisciples.wordpress.com/

Unit Testing WPF
http://miketwo.blogspot.com/2007/03/unit-testing-wpf-controls-with.html
http://www.codeproject.com/KB/WPF/unittestingwpf.aspx

WPF Articles

http://www.codeproject.com/KB/WPF/TreeViewWithViewModel.aspx
http://blogs.msdn.com/mikehillberg/archive/2006/09/14/WpfTraceSources.aspx
http://www.codeproject.com/KB/WPF/UserControlAsDataTemplate.aspx
http://www.codeproject.com/KB/WPF/VMCommanding.aspx

Fav Tools:

http://www.kaxaml.com/


Responses are currently closed, but you can trackback from your own site.



WPF Model-View-ViewModel, I see the wisdom

After ~1 month of earnest all day type WPF programming, I have come to see the wisdom of the much blogged about, microsoft touted/ originated Model-View-ViewModel pattern for WPF apps.

After many years of all day Windows Forms programming, I had my style down. WPF, I have been doing pet projects with it for ~1.5 years. Now, using it for day to day work, I am finding myself doing things differently. I feel the WPF coding evolving towards something and I think I have organically evolved my current work to Model-View-ViewModel.

Here is a linkfest:

I managed not to say anything, but to include a bunch of good ref’s and say that I am feeling increasingly at home with WPF.

As long as I can be productive for my business, write less code that is more maintainable, I will be a happy camper. I am still reaching for a good way to have dependency injection fit in fundamentally into my WPF work. It is there, but I want it deeper!

-Chris-


Responses are currently closed, but you can trackback from your own site.