juliandominguez
Name: juliandominguez
Score: 53
Last Seen: 121 days, 9 hours, 8 minutes ago
Member Since: 2 July, 2009
DotNetShoutout
atom rss
6
shouts

p&p’s Web Client Guidance drop is out!

published 120 days, 18 hours, 48 minutes ago posted by dschenkelmandschenkelman 121 days, 10 hours, 5 minutes ago
Tuesday, November 17, 2009 10:49:02 AM GMT Monday, November 16, 2009 7:32:40 PM GMT
As some of you might probably know because of some posts by Blaine, the patterns & practices team that brought you Prism is working on a new Web guidance. This project is currently under development, and as with all p&p assets, we opened up our biweekly drops to the community, so we can get early feedback from you. This all new Web guidance is not built on top of Web Client Software Factory, but can coexist with it. So if it’s not WCSF, and it is from the same group…… what is this all about? The... (more)
category: Foundation | clicked: 44 | comment | | source: blogs.southworks.net
tags: P&P, Web applications, Web Guidance
12
shouts

Presentation Model with DataTemplates in CompositeWPF (Prism) Sample

published 257 days, 20 hours, 45 minutes ago posted by juliandominguezjuliandominguez 258 days, 16 hours, 19 minutes ago
Friday, July 03, 2009 8:52:24 AM GMT Thursday, July 02, 2009 1:19:01 PM GMT
The combination between Presentation Model (or MVVM) and DataTemplates can become a differentiated quality feature in your source code. WPF allows you to have DataTemplates as views instead of user controls, so you can compose your logical tree of ViewModels you can communicate with, instead of UI elements that cannot be tested easily. (more)
category: Architecture | clicked: 84 | comment | | source: blogs.southworks.net
tags: Composite Application Library, examples, MVVM, Presentation Model, Prism, WPF
13
shouts

First approach to Presentation Model (MVVM) with DataTemplates in WPF

published 257 days, 20 hours, 45 minutes ago posted by juliandominguezjuliandominguez 258 days, 16 hours, 21 minutes ago
Friday, July 03, 2009 8:52:24 AM GMT Thursday, July 02, 2009 1:16:52 PM GMT
This is a first approach to using DataTemplates as your views in WPF (instead of UserControls) when using the Presentation Model (also widely known as Model-View-ViewModel or MVVM). The following approach shows how templates can be used even in a modular application (for example when using Prism). (more)
category: Architecture | clicked: 150 | comment | | source: blogs.southworks.net
tags: Composite Application Library, MVVM, Presentation Model, Prism, WPF
12
shouts

ICommand for Silverlight with Attached Behaviors

published 257 days, 20 hours, 45 minutes ago posted by juliandominguezjuliandominguez 258 days, 16 hours, 24 minutes ago
Friday, July 03, 2009 8:52:24 AM GMT Thursday, July 02, 2009 1:13:26 PM GMT
Silverlight has many things in common with WPF, but also many different or missing things because it is a “subset” of it. This post shows how you can use Commands in Silverlight by leveraging attached behaviors, and showing what attached behaviors are. (more)
category: Silverlight | clicked: 83 | comment | | source: blogs.southworks.net
tags: commanding, commands, MVVM, Presentation Model, Silverlight 2.0