BaseConnectionLibrary 1.0.3

Additional Details

There are better ways to perform what this package does

dotnet add package BaseConnectionLibrary --version 1.0.3
NuGet\Install-Package BaseConnectionLibrary -Version 1.0.3
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="BaseConnectionLibrary" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BaseConnectionLibrary --version 1.0.3
#r "nuget: BaseConnectionLibrary, 1.0.3"
#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 BaseConnectionLibrary as a Cake Addin
#addin nuget:?package=BaseConnectionLibrary&version=1.0.3

// Install BaseConnectionLibrary as a Cake Tool
#tool nuget:?package=BaseConnectionLibrary&version=1.0.3

How to use

  1. Add BaseConnectionLibrary to the solution, then select a one or more projects.
  2. Add a using or import statement e.g. C# using BaseConnectionLibrary.ConnectionClasses; VB.NET Imports BaseConnectionLibrary.ConnectionClasses
  3. Inherit, in C#, : SqlServerConnection in VB.NET Inherits SqlServerConnection
  4. In the new constructor of the class set DatabaseServer to the server name e.g. SQLEXPRESS
  5. In the new constructor of the class set DefaultCatalog to the catalog to work with
  6. Both step 4 and 5 can also be done in methods within the class

For more information, click the "project site" link to learn more.

  • 3-22-2019 added a wider range of supported Frameworks.
  • 3-22-2019 added ability for SQL-Server connection to use user name and password.
Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 2,560 3/22/2019
1.0.2 611 2/21/2019
1.0.1 737 2/15/2019
1.0.0 664 2/9/2019

Added properties for SQL-Server connection to pass in user account name and password. Added extension method for providing 3.5 framework compatibility for next release.