Via James Newton-King:
Utilities.NET is a collection of helper classes and components for quickly solving common .NET programming tasks.
The library is pretty large, currently 117 classes, 300ish unit tests and many, many methods. When I'm developing I have a habit of throwing what is generic in helper classes and Utilities.NET is a combination of many of them times nearly 5 years of .NET development.
There is no way I could summarize the functionality of every class and static method in one post so I recommend you download it and take a look for yourself. I plan to write some posts looking more closely at specific classes that I think are useful or interesting. In the meantime here is a brief summary of what Utilities.NET covers:
- Collections
- Configuration
- Type converters
- Database
- Email
- Files and streams
- Events
- Validation
- Reflection
- Resources
- Services
- Testing
- Text
- Threading
- Web and ASP.NET
- Xml
Links and Download