Other Posts in Libraries And Releases
- Utility Library
- Craig's Utility Library Updated to 1.2
- Craig's Utility Library has been Updated to Version 1.3
- Craig's Utility Library Updated to 1.4
- Three Project Releases Today
- Updates for CUL, HaterAide, and YABOV
- Craig's Utility Library, HaterAide, and YABOV updated
- New Updates for Craig's Utility Library, HaterAide ORM, and YABOV
- Object to Object Mapper, Part 1
- Object to Object Mapper, Part 2
- Object to Object Mapper, Part 3
- Object to Object Mapper, Part 4
- HaterAide ORM Updated to 1.5
- Application Configuration in C#
- Gestalt.Net Released
- Blammo.Net released
- New Project, Echo.Net, Released
- Two New Projects Released Today
- New Release of Craig's Utility Library Available on CodePlex
- Aspectus, a New AOP Library, Released
- HaterAide ORM updated to 1.6
- Craig's Utility Library 2.0 released
- Building Your Own Unit Testing Framework in C# - Part 1
- Building Your Own Unit Testing Framework in C# - Part 2
- New Releases
- Utility Library Progress
Updates for CUL, HaterAide, and YABOV
10/1/2009
Today all three of my projects get an update. For both YABOV (Yet another business object validator) and HaterAide, it's mostly bug fixes. Although HaterAide now has functionality to accept SQL text instead of requiring a stored procedure. CUL (Craig's Utility Library) on the other hand includes multiple added classes for things including:
- SMTP email sender now allows multiple attachments, added support for BCC and CC fields.
- Date helper class added
- String helper has added functionality for valid domain, number of times something occurs, reverse the string, filtering out text, etc.
- Class for extracting an icon associated with a file.
- Random class now has functionality for enum, timespan, and Color.
- Added the following data types
- Pair
- Triple
- Vector
- Set
- Bag
- List
- ListMapping
- Added Singleton base class
- Added factory class
- Added math helper class
- Added YouTube class that allows downloading of YouTube movies.
- Added event helper, some common events, etc.
- Added class for searching Hulu
- Added classes for searching Netflix
- Added base class to help with OAuth calls
- Added more Yahoo Media parsing capabilities to RSS parser
- Various other updates, fixes, and functionality to other classes
Also an update has been made to the organization of the classes, so if you're updating you may need to update the namespaces for a class slightly. Anyway, go to the sites, download the code, leave feedback, and happy coding.
Craig's Utility Library
HaterAide ORM
YABOV