Ian Smith has kindly edited and uploaded the SOLID Design Principles talk done by Ian Cooper at our January meet. View on ExposureRoom For those who have the bandwidth to view the HD version or wish to view the video using an iPhone they need to browse to the following URL (HD will be shown for PC browser...
**Update** I was corrected that FindAll and Find were available since 2.0 not 3.5. Apologies. :) If you’re using .NET 3.5, you’ll find two new methods on the generic List<T> class. These are the FindAll and Find methods, both taking a Predicate<T> as a parameter which provides the matching...
I have, often. Too many times you have enum members that have names like "ActivityCycle" and you want to use this enum in data binding but would like a more friendly name like "Activity Cycle". There are other ways around this, such as having mapping methods but this means...
The guys at Innerworkings are back at it! Partnering with Vista Squad, we have 3 hours of free training in the new features in .NET 3.5. I've used the Innerworkings software before and it is a great learning tool. Head on over and to sign up for this special offer which is well worth...