Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 977 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 977 Bytes

TorSteroids

Collection of tools and assemblies to support users write clean, stable .NET code

  • Common (library)
    • parse RFC 2822 datetime as often used in RSS Feeds
    • parse ISO 8601 datetimes
    • fluent API support classes
    • Bit operations support (roll left/right), extends flagged enumerations
    • often used extensions to String, Parameter null checking (throw ArgumentException, etc.)
    • support for INotifyPropertyChanged (Linq.Expression extensions)
  • Common.UnitTests (nunit test Suite for Common)