Tagged Questions
2
votes
2answers
84 views
On the search for my next great .Net Read
Just got done with "The art of unit testing". It was a great read and i think everyone should go buy a copy. With that said i think the next book I'm like to read would be a architecture / Design type ...
2
votes
1answer
108 views
What's the right way, for testability, to add functionality to a ComboBox?
The desired functionality of the 'enhanced' combo box is a quick find method. Each item in the combobox has a ToString() method, such that they can be displayed in the drop down list. On clicking an ...