Common Work
Okay, so far I've implemented & tested the following:
- Disposable Action
 - Property Indexers
 - Static Reflection
 - Delegate definations for most concievable function proto types.
 - Basic Validation Routines
 - Basic Date Stuff:
 - DateRange (and all the implications thereof, iteration by day/week/month, etc).
 - Combining dates.
 - Collections:
 - First
 - Last
 - SelectAll
 - SelectAllNot
 - ForEach
 
I so wish I could have extentions methods, though.

Comments
Comment preview