Lightweight Commanding in Silverlight 4: A 5-Step Walkthrough
The MVVM pattern becomes far more powerful once you wire up commands, yet Silverlight 4 does not ship with a built-in ICommand implementation. The snippet below shows a minimal, self-contained approach that avoids external toolkits.
Step 1 – Craft a reusable command object
Create a class that fulfills ICommand by forwarding calls to two delegat ...
Posted on Fri, 12 Jun 2026 16:30:43 +0000 by tapupartforpres