BlitzkriegSoftware.AdoSqlHelper6 6.3.0

dotnet add package BlitzkriegSoftware.AdoSqlHelper6 --version 6.3.0
NuGet\Install-Package BlitzkriegSoftware.AdoSqlHelper6 -Version 6.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlitzkriegSoftware.AdoSqlHelper6" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlitzkriegSoftware.AdoSqlHelper6 --version 6.3.0
#r "nuget: BlitzkriegSoftware.AdoSqlHelper6, 6.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlitzkriegSoftware.AdoSqlHelper6 as a Cake Addin
#addin nuget:?package=BlitzkriegSoftware.AdoSqlHelper6&version=6.3.0

// Install BlitzkriegSoftware.AdoSqlHelper6 as a Cake Tool
#tool nuget:?package=BlitzkriegSoftware.AdoSqlHelper6&version=6.3.0

SqlHelper6

Updated SQL Helper for .NET 6

c0a99d1b145c6d339bf31ed8ba3892593bb3fd2a

Purpose

To have a very efficient way of doing SQL commands via ADO quickly with low ceramony.

While the library allows for dynamic sql, we strongly suggest the use of stored proceedures instead.

Tests

  1. Start Docker
  2. Run scripts\sql-start.ps1
  3. Run Tests
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BlitzkriegSoftware.AdoSqlHelper6:

Package Downloads
SqlExtract2SeedData

A handy little utility to pull the data out of a table in SQL Server, and make it into a SQL Script of INSERT statements for populating a database later. Good for look-up tables, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0 220 2/21/2024
6.2.0 551 9/13/2023
6.1.0 826 12/20/2022
6.0.0 860 11/13/2022

- 6.3.0 - NuGet Updates
- 6.2.0 - NuGetUpdates, Bug Fixes
- 6.0.0 - Revised for .NET 6