Browse by Tags
All Tags »
DataModel (
RSS)
Developers often find some benefit by implementing an override for ToString(). I believe that we could make providing a DataTemplate in generic.xaml very beneficial as well. First we have to start a beneficial cycle… What could be done with it: Apps that...
Rob Update – Looking forward I’m still spending time on .NET 4/VS 2010, but since January, I’ve also been doing more forward looking thinking. We have a long list of important things to do…I’m itching to engage on several fronts…lots of good stuff to...
2010 continues to find Silverlight/WPF in a very good place, and the beautiful thing is that we have so many people, in Microsoft, and outside, making it better. Reading some folks on twitter pointed me towards Karl’s blog post about d:DesignInstance...
I’m working on a XamlPad application sample using WPF4. As part of that, I’m ending up exploring ideas around persistable view models, which may end up having a lot to do with Xaml for Config . Here is the current persisted view model for my application...
We’re spending a bunch of time this month (and probably next) syncing up with groups around the company to understand opportunities and feedback about XAML. Before I meet with any group, PDC09 Videos provide a great way for me to get a decent foundation...
Just watched Gary Flake’s PDC09 session about Pivot . (yes, I went to PDC, but I spent most of my time talking with attendees and preparing for my talk). Fascinating problem space and app! (Happy to see it built in WPF, too…) Explore more information...
A very nice series of posts are in the works: In " The Introduction ", Eran provides an overview of DataModel/View/ViewModel. In " The DataModel ", he writes about a DataModel class deriving "from DispatcherObject because we need...