EntityFrameworkCore.BootKit 6.2.0

.NET 6.0 .NET Standard 2.1
dotnet add package EntityFrameworkCore.BootKit --version 6.2.0
NuGet\Install-Package EntityFrameworkCore.BootKit -Version 6.2.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.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFrameworkCore.BootKit --version 6.2.0
#r "nuget: EntityFrameworkCore.BootKit, 6.2.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.2.0

// Install EntityFrameworkCore.BootKit as a Cake Tool
#tool nuget:?package=EntityFrameworkCore.BootKit&version=6.2.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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 Chatbot Framework in .NET
Version Downloads Last updated
6.2.0 353 3/22/2023
6.1.0 1,028 1/27/2023
6.0.0 371 1/12/2023
3.4.1 2,128 8/23/2022
3.4.0 596 8/13/2022
3.3.2 540 8/3/2022
3.3.1 926 6/10/2022
3.3.0 2,108 9/20/2021
3.1.1 1,240 6/29/2021
3.1.0 552 6/27/2021
3.0.0 544 6/26/2021
2.8.1 541 6/25/2021
2.8.0 504 6/23/2021
2.7.1 627 6/3/2021
2.7.0 509 5/19/2021
2.6.1 903 3/20/2021
2.6.0 2,665 11/9/2020
2.5.0 576 11/4/2020
2.4.0 2,622 9/5/2020
2.1.0 7,712 1/10/2020
1.15.0 2,023 11/18/2019
1.14.2 2,528 8/5/2019
1.14.1 3,342 7/19/2019
1.14.0 667 7/17/2019
1.13.0 686 6/18/2019
1.12.0 1,142 3/11/2019
1.11.0 377,829 1/22/2019
1.10.0 1,956 11/6/2018
1.9.1 6,873 8/21/2018
1.9.0 880 8/15/2018
1.8.0 927 8/3/2018
1.7.1 987 7/20/2018
1.7.0 922 7/19/2018
1.6.3 1,287 7/2/2018
1.6.2 1,010 7/1/2018
1.6.1 964 7/1/2018
1.6.0 1,451 6/5/2018
1.5.4 1,462 3/28/2018
1.5.2 949 3/27/2018
1.5.1 1,346 2/26/2018
1.5.0 1,025 2/8/2018
1.4.3 988 3/27/2018
1.4.2 3,368 1/9/2018
1.4.1 1,034 1/7/2018
1.4.0 3,126 1/5/2018
1.3.0 1,117 1/1/2018
1.2.0 8,121 12/19/2017
1.1.0 995 12/19/2017
1.0.2 2,328 12/17/2017
1.0.1 1,772 12/17/2017
1.0.0 8,531 12/11/2017

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