EntityFrameworkCore.BootKit 6.1.0

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

// Install EntityFrameworkCore.BootKit as a Cake Tool
#tool nuget:?package=EntityFrameworkCore.BootKit&version=6.1.0

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore.
Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on EntityFrameworkCore.BootKit:

Package Downloads
BotSharp.Core

Open source AI Bot platform builder which is written in C# runs on .Net Core and is enterprise oriented. Integrated with multiple bot engines besides BotSharp bot engine. Modulized pipeline design make NLP tasks plugin easily. Abstract platform and NLP task, migrate existed chatbot from a platform into another platform perfectly through dump and restore. If you feel that this project is helpful to you, please Star on the project, we will be very grateful.

Quickflow.Core

Package Description

ContentFoundation.Core

Content Management Framework

CustomEntityFoundation.Core

Custom Entity Foundation (CEF) is a high level customized entity library wirtten in C# .Net Core. CEF is with high flexible & business oriented abstract layer. It could be used in any .net project to serve as an entity service.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on EntityFrameworkCore.BootKit:

Repository Stars
SciSharp/BotSharp
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.
Version Downloads Last updated
6.1.0 456 1/27/2023
6.0.0 310 1/12/2023
3.4.1 1,979 8/23/2022
3.4.0 533 8/13/2022
3.3.2 443 8/3/2022
3.3.1 860 6/10/2022
3.3.0 1,935 9/20/2021
3.1.1 1,216 6/29/2021
3.1.0 527 6/27/2021
3.0.0 522 6/26/2021
2.8.1 517 6/25/2021
2.8.0 482 6/23/2021
2.7.1 600 6/3/2021
2.7.0 486 5/19/2021
2.6.1 878 3/20/2021
2.6.0 2,630 11/9/2020
2.5.0 547 11/4/2020
2.4.0 2,472 9/5/2020
2.1.0 7,516 1/10/2020
1.15.0 1,998 11/18/2019
1.14.2 2,439 8/5/2019
1.14.1 3,185 7/19/2019
1.14.0 640 7/17/2019
1.13.0 653 6/18/2019
1.12.0 1,118 3/11/2019
1.11.0 321,661 1/22/2019
1.10.0 1,846 11/6/2018
1.9.1 6,565 8/21/2018
1.9.0 844 8/15/2018
1.8.0 882 8/3/2018
1.7.1 952 7/20/2018
1.7.0 892 7/19/2018
1.6.3 1,244 7/2/2018
1.6.2 968 7/1/2018
1.6.1 927 7/1/2018
1.6.0 1,391 6/5/2018
1.5.4 1,402 3/28/2018
1.5.2 912 3/27/2018
1.5.1 1,301 2/26/2018
1.5.0 982 2/8/2018
1.4.3 949 3/27/2018
1.4.2 3,226 1/9/2018
1.4.1 989 1/7/2018
1.4.0 2,960 1/5/2018
1.3.0 1,073 1/1/2018
1.2.0 7,709 12/19/2017
1.1.0 957 12/19/2017
1.0.2 2,210 12/17/2017
1.0.1 1,674 12/17/2017
1.0.0 8,027 12/11/2017

1. Change to .netstandard 2.1.
2. Upgrade to EF 6.0.
3. Query raw sql in Dapper.