/TorSteroids

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

Primary LanguageC#

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)