Non-Destructive Me

Browse by Tags

All Tags » c# (RSS)
Avoid List.FindAll
**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>...
Ever Wanted Friendly Names for Enums?
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...
Posted: 01-11-2009 5:56 by Ray Booysen | with no comments
Filed under: ,
Free .NET 3.5 Training
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...