Most developers are familiar with code snippets. They are really useful while developing code, mainly because they make some of the most common developing tasks easier and faster, by making us just fill in a couple of blanks. This is great, but Julian had an idea that I believe will make the code snippets we... read more
One of the most common questions we get at the Prism forums is of the type: “How do I execute my command when X happens?” (X not being a button being clicked ). A sample of this type of question can be seen here, where a particular command needs to be executed whenever a textbox’s... read more