Browse by Tags
All Tags »
WPF »
DEV (
RSS)
http://microsoftpdc.com/Sessions/CL11 In this presentation, a WPF Facebook like application was presented. Unfortunately the application has issues. during the session we have walked some classic scenarios and some are a bit far fetched (at least from my experience). If you are a WPF developer, see the...
http://microsoftpdc.com/Sessions/CL09 Live blogging. Reasons for VS to use WPF: You better lead by example, if you want people to use WPF, you must use it in house, intresting that it was the 1st point. WPF strong patterns of separation of concerns between UI an logic. Maturity of WPF. Plenty of rich...
Here is a small how-to solution to a very common question. Suppose I have separated my client application to multiple projects, and each project contains his own WPF resource dictionary, how do I use it? Bottom line, you need to merge your resource dictionary to the application main resource, let’s see...