When you absolutely need ADO.NET but want to ditch the boilerplate. Do parameterized SQL with ease, asynchronously or not. Map deep POCOs with granular control beyond that of your ORM. This is the core assembly; to use with SQL Server, get FluidDbClient.Sql.
A command-line parameter mapping library.
It maps command-line parameters to parameters of the entry method in a custom application class.
Supported parameter types: String, Int32, Int64, Double, Single and Boolean.
Supported parameter kinds: Direct, Entity (Put all parameters in a...
More information