FluidDbClient by David West

<PackageReference Include="FluidDbClient" Version="1.0.4" />

 FluidDbClient 1.0.4

When you absolutely need to work with ADO.NET but want to ditch 95% of the boilerplate code. Perfect fit if you need to run explicit SQL and/or map raw data to complex objects that you won't trust to your ORM.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>FluidDbClient</id>
    <version>1.0.4</version>
    <title>FluidDbClient</title>
    <authors>David West</authors>
    <owners>FluidDbClient</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>When you absolutely need to work with ADO.NET but want to ditch 95% of the boilerplate code. Perfect fit if you need to run explicit SQL and/or map raw data to complex objects that you won't trust to your ORM.</description>
    <copyright>© 2017 David West</copyright>
    <tags>sql ado.net ado orm object relational mapper data record table database map mapping transaction connection managed fluent stream parameter</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETFramework4.5.1" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="System.Collections" version="[4.0.11, )" />
        <dependency id="System.Data.SqlClient" version="[4.1.0, )" />
        <dependency id="System.Linq" version="[4.1.0, )" />
        <dependency id="System.Reflection" version="[4.1.0, )" />
        <dependency id="System.Reflection.Extensions" version="[4.0.1, )" />
        <dependency id="System.Reflection.TypeExtensions" version="[4.1.0, )" />
        <dependency id="System.Runtime" version="[4.1.0, )" />
        <dependency id="System.Runtime.Extensions" version="[4.1.0, )" />
        <dependency id="System.Threading" version="[4.0.11, )" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.5.1" />
    </frameworkAssemblies>
    <iconUrl>https://s18.postimg.org/rg715upi1/Fluid_Db_Client.png</iconUrl>
    <projectUrl>https://github.com/davidwest/FluidDbClient</projectUrl>
    <releaseNotes>Updated dependencies for 4.5, 4.5.1, and .NETStandard 1.3.  New mapping extensions.</releaseNotes>
    <summary>When you absolutely need to work with ADO.NET but want to ditch 95% of the boilerplate code. Perfect fit if you need to run explicit SQL and/or map raw data to complex objects that you won't trust to your ORM.</summary>
  </metadata>
</package>