GitHub - davidbitton/MvvmUtility: A library for use when creating an MVVM RI with Prism

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

MvvmUtility

MvvmUtilty is a collection of classes that make creating an MVVM RI app using Prism easier.

An overview of MvvmUtility

Commanding

PrismCommandRegistry allows for a single aggregation point for all commands in a ViewModel. The purpose for this is to be able to fire each CanExecute method for [ICommand][] with a single call.

Author : David B. Bitton (david@codenoevil.com)

About

A library for use when creating an MVVM RI with Prism

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages