Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Divya Sarthi Maheshwari edited this page Jul 16, 2017 · 19 revisions

A power set of extension methods to increase developement productivity and allows you to write code faster and with confidence. It, as v1:

  • On one hand, contains tons of methods on string, ValueType, Stream related to parsing (.TryTo, .To, .Trim etc), efficient transformation (.Transform, .To/.From etc)...
  • On the other hand, proposes single liner statements to throw useful Exception (.ThrowIf, .ThrowIfNot, and other .Throw variants)...

Features (DevFast WIKI):

  • Methods are carefully named to bring code readability
  • Turns most of the quotidian codes in one-liner
  • Method chaining is all the way
  • Minimal boilerplate code
  • Extensively test covered
Clone this wiki locally