dbqf.core
2.0.0
dotnet add package dbqf.core --version 2.0.0
NuGet\Install-Package dbqf.core -Version 2.0.0
<PackageReference Include="dbqf.core" Version="2.0.0" />
paket add dbqf.core --version 2.0.0
#r "nuget: dbqf.core, 2.0.0"
// Install dbqf.core as a Cake Addin #addin nuget:?package=dbqf.core&version=2.0.0 // Install dbqf.core as a Cake Tool #tool nuget:?package=dbqf.core&version=2.0.0
Core library for dbqf that contains the base definitions of types required for complete frontend and backend database search capability.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on dbqf.core:
Package | Downloads |
---|---|
dbqf.WPF
dbqf.WPF contains the WPF components for use with dbqf.core |
|
dbqf.Sql
dbqf.Sql contains backend SQL building and execution for use with dbqf.core. |
|
dbqf.WinForms
dbqf.WinForms contains the WinForms components for use with dbqf.core. |
|
dbqf.Serialization
dbqf.Serialization contains DTO's and assemblers for dbqf.core and dbqf.Sql libraries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Refactored concrete SQL behaviour into dbqf.Sql; this includes generators, parameter builders, SqlString, etc.
- Extracted required interfaces to separate concrete SQL classes but still have contracts in dbqf.core
- Removed fluent requirement from interfaces (fluent behaviour remains in concrete classes)