I recently volunteered to give a short presentation at our brand spanking new state of the art training centre at International House in London. The presentation was part of a series of career seminars that QA are running. The topic was “an Introduction to Programming”.
I recently received an email from a former delegate, the gist (if not the exact content) of which was, “we have a customer who wants to click a button instead of doing a Ctrl+A then a Ctrl+C to copy all of the contents of a Silverlight DataGrid to the clipboard.” This kicked off two thoughts:
I recently came across a problem in a WPF application where I wanted to pass a filename to open to the ViewModel from the View in an MVVM-friendly way.