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

dotdotnet

DevFast (.T to begin with...)

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)...

Method chaining is all the way...

Clone this wiki locally