View Resource
Source
adammills.wordpress.com (This Hours Eternity)
Added By
AdamMills on 2011-02-11
Vitals
0score
- 302254 total views
Summary
Present.Commands allows the reuse of common command behaviours to decorate any command you are building. Quickly add Async Behaviour, "Busy" notification and many more; fluently.
Excerpt
"When writing a Command in WPF there can be a number of behaviours a command may need, to fulfil it’s purpose, which are actually orthogonal to the actual responsibility of the command (let’s say saving). For example the command may need to be scheduled (in the case of Auto-Save), it may need to “busy” the View, be executed asynchronously and ensure the current user has the authorisation to save the current item. Not only that, but the delete command and the load commands may also have to do the same things! Present‘s Fluent Commands was born to enable the reuse of these common command decorations and allow the composition of commands using a fluent api."
Full Link
http://adammills.wordpress.com/2010/08/08/wpf-fluent-commands/
About This Hours Eternity
Random Ramblings on .NET, C#, most things tech, the outdoors and Life in General. http://adammills.wordpress.com/
The WPFpedia resource guide has 3 total links to this site.
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.