Svavar9
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Now This is UI innovation! | 20 | Jan 06, 2009 at 4:25 AM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Now This is UI innovation! | 20 | Jan 06, 2009 at 4:25 AM |
MVVM, a WPF UI Design Pattern
Jan 20, 2009 at 9:32 AMBasically I'd have a server control that took an XSLT for display rather than using a user control with a code-in-front. I would then serialize the object I wanted to display into XML and pass it to the XSLT. The nice thing was that I could use the same C# code for an RSS feed, an HTML list on a page, and a JSON feed to name a few just by swapping out XSLTs.
I imagine WPF is way more elaborate with the 2-way databinding though.