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 Sep 10, 2017 · 19 revisions

Detailed DevFast Wiki

Get NuGet package here

Articles on the library can be found HERE

An easy to use, yet powerful, set of extension methods to increase development 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:

  • 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