Kephas.Data 4.0.0-beta3

Prefix Reserved
This is a prerelease version of Kephas.Data.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Kephas.Data --version 4.0.0-beta3
                    
NuGet\Install-Package Kephas.Data -Version 4.0.0-beta3
                    
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="Kephas.Data" Version="4.0.0-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kephas.Data" Version="4.0.0-beta3" />
                    
Directory.Packages.props
<PackageReference Include="Kephas.Data" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kephas.Data --version 4.0.0-beta3
                    
#r "nuget: Kephas.Data, 4.0.0-beta3"
                    
#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.
#addin nuget:?package=Kephas.Data&version=4.0.0-beta3&prerelease
                    
Install Kephas.Data as a Cake Addin
#tool nuget:?package=Kephas.Data&version=4.0.0-beta3&prerelease
                    
Install Kephas.Data as a Cake Tool

Provides abstractions for managing data: retrieving, persisting, querying, so on.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Kephas.Data:

Package Downloads
Kephas.Data.Client

Provides the infrastructure for the client area of the data flow. Typically used areas and classes/interfaces/services: - Queries: IClientQueryProcessor. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Data.Model

Provides a modeling API framework for data. Typically used areas and classes/interfaces/services: - IEntityType, IKey. - Dimensions: Client (area), Domain (area). - AttributedModel: EntityAssemblyAttribute, EntityTypeAttribute, KeyAttribute, NaturalKeyAttribute, PrimaryKeyAttribute. - Analysis: ModelRefPropertiesBehavior. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Data.IO

Provides services for the data import/export (input/output). Typically used areas and classes/interfaces/services: - DataStreams: IDataStreamReader, IDataStreamWriter. - Export: IDataExportService. - Import: IDataImportService, IDataImportBehavior. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Data.Endpoints

Adds messaging endpoints for data services. The endpoints will work if Kephas.Messaging is referenced and the IMessageProcessor is used for processing the messages. Typically used areas and classes/interfaces/services: - PersistChangesHandler, QueryHandler, DataSourceHandler. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Data.MongoDB

Provides the MongoDB implementation for data context and associated commands. Typically used areas and classes/interfaces/services: - MongoDataContext. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.1.0 4,414 4/13/2022
11.1.0-dev.4 160 4/6/2022
11.1.0-dev.3 159 3/30/2022
11.1.0-dev.2 154 3/23/2022
11.1.0-dev.1 160 3/23/2022
11.0.0 4,177 3/11/2022
11.0.0-dev.7 167 3/7/2022
11.0.0-dev.6 172 2/28/2022
11.0.0-dev.5 152 2/26/2022
11.0.0-dev.4 153 2/24/2022
11.0.0-dev.3 152 2/23/2022
11.0.0-dev.2 158 2/18/2022
11.0.0-dev.1 160 2/7/2022
10.3.0 3,897 1/18/2022
10.2.0 3,162 12/3/2021
10.1.0 7,215 11/23/2021
10.1.0-dev.7 219 11/17/2021
10.1.0-dev.6 200 11/16/2021
10.1.0-dev.5 196 11/10/2021
10.1.0-dev.4 213 11/8/2021
10.1.0-dev.3 177 11/8/2021
10.1.0-dev.2 201 11/4/2021
10.1.0-dev.1 186 11/3/2021
10.0.1 3,209 10/16/2021
10.0.0 3,154 10/13/2021
10.0.0-dev.4 186 10/13/2021
10.0.0-dev.3 197 10/11/2021
10.0.0-dev.2 246 10/8/2021
9.3.4 2,986 8/25/2021
9.3.3 3,027 8/25/2021
9.3.2 2,964 8/24/2021
9.3.1 2,867 8/12/2021
9.3.0 3,025 8/12/2021
9.2.0 3,086 6/17/2021
9.1.0 3,005 6/17/2021
9.1.0-dev.9.1 232 5/28/2021
9.1.0-dev.9 228 5/26/2021
9.1.0-dev.8 211 5/26/2021
9.1.0-dev.7.1 218 5/17/2021
9.1.0-dev.7 225 5/17/2021
9.1.0-dev.6 208 4/28/2021
9.1.0-dev.5 227 4/23/2021
9.1.0-dev.4 213 4/21/2021
9.1.0-dev.3 231 4/17/2021
9.1.0-dev.2 194 4/12/2021
9.1.0-dev.1 213 4/9/2021
9.0.5 3,065 3/31/2021
9.0.4 3,080 3/23/2021
9.0.3 3,128 3/20/2021
9.0.1 3,123 3/18/2021
9.0.0 3,170 3/17/2021
9.0.0-dev.4 218 3/4/2021
9.0.0-dev.3 229 3/1/2021
9.0.0-dev.2 249 2/22/2021
8.4.0 3,944 11/11/2020
8.3.0 3,212 10/28/2020
8.2.0 3,328 10/16/2020
8.1.0 3,722 9/23/2020
8.0.0 5,334 7/1/2020
8.0.0-dev.44 320 6/25/2020
8.0.0-dev.43 309 6/23/2020
8.0.0-dev.42 356 6/22/2020
8.0.0-dev.41 351 6/18/2020
8.0.0-dev.40 303 6/18/2020
8.0.0-dev.39 321 6/15/2020
8.0.0-dev.38 430 6/14/2020
8.0.0-dev.37 282 6/13/2020
8.0.0-dev.36 339 6/13/2020
8.0.0-dev.35 278 6/12/2020
8.0.0-dev.34 331 6/12/2020
8.0.0-dev.33 380 6/10/2020
8.0.0-dev.32 302 6/1/2020
8.0.0-dev.31 334 6/1/2020
8.0.0-dev.30 394 5/30/2020
8.0.0-dev.28 332 5/28/2020
8.0.0-dev.27 313 5/15/2020
8.0.0-dev.26 302 5/14/2020
8.0.0-dev.25 316 5/14/2020
8.0.0-dev.24 307 5/13/2020
8.0.0-dev.23 308 5/13/2020
8.0.0-dev.22 309 5/13/2020
8.0.0-dev.21 311 5/12/2020
8.0.0-dev.20 312 5/12/2020
8.0.0-dev.19 319 5/7/2020
8.0.0-dev.18 305 5/7/2020
8.0.0-dev.17 316 5/6/2020
8.0.0-dev.16 315 5/6/2020
8.0.0-dev.15 309 5/5/2020
8.0.0-dev.14 307 5/5/2020
8.0.0-dev.13 335 5/4/2020
7.6.0-dev.13 329 5/1/2020
7.6.0-dev.12 334 4/30/2020
7.6.0-dev.11 318 4/28/2020
7.6.0-dev.10 302 4/27/2020
7.6.0-dev.9 310 4/24/2020
7.6.0-dev.8 301 4/22/2020
7.6.0-dev.7 300 4/15/2020
7.6.0-dev.6 297 4/15/2020
7.6.0-dev.5 290 4/15/2020
7.6.0-dev.4 288 4/11/2020
7.6.0-dev.3 299 4/10/2020
7.6.0-dev.2 294 4/10/2020
7.6.0-dev.1 392 4/8/2020
7.5.2 4,775 3/20/2020
7.5.1 3,055 3/12/2020
7.5.0 5,402 3/10/2020
7.5.0-dev.18 323 3/5/2020
7.5.0-dev.17 328 3/5/2020
7.5.0-dev.16 355 3/4/2020
7.5.0-dev.15 295 3/3/2020
7.5.0-dev.14 308 3/3/2020
7.5.0-dev.13 288 2/29/2020
7.5.0-dev.12 410 2/29/2020
7.5.0-dev.10 299 2/25/2020
7.5.0-dev.9 342 2/20/2020
7.5.0-dev.8 372 2/18/2020
7.5.0-dev.7 307 2/18/2020
7.5.0-dev.6 327 2/14/2020
7.5.0-dev.5 333 2/12/2020
7.5.0-dev.4 302 2/11/2020
7.5.0-dev.3 285 2/11/2020
7.5.0-dev.2 429 2/8/2020
7.5.0-dev.1 317 2/7/2020
7.4.2 3,595 2/5/2020
7.4.1 4,183 2/3/2020
7.4.0 4,278 1/31/2020
7.4.0-dev.4 377 1/31/2020
7.4.0-dev.3 352 1/29/2020
7.4.0-dev.2 299 1/28/2020
7.4.0-dev.1 297 1/23/2020
7.3.1 3,489 1/21/2020
7.3.1-preview.7 318 1/21/2020
7.3.1-preview.1 339 1/20/2020
7.3.0 3,456 1/19/2020
7.2.6 3,560 1/18/2020
7.2.5 3,631 12/19/2019
7.2.4 3,681 12/19/2019
7.2.3 3,551 12/16/2019
7.2.2 3,548 12/9/2019
7.2.1 3,585 12/4/2019
7.2.0 3,548 11/26/2019
7.2.0-preview.10 300 11/20/2019
7.2.0-preview.9 296 11/19/2019
7.2.0-preview.8 315 11/18/2019
7.2.0-preview.6 311 11/14/2019
7.2.0-preview.5 314 11/14/2019
7.2.0-preview.4 300 11/14/2019
7.2.0-preview.2 306 11/11/2019
7.2.0-preview.1 302 11/9/2019
7.1.0 3,486 11/6/2019
7.1.0-preview.8 319 11/5/2019
7.1.0-preview.7 316 11/4/2019
7.1.0-preview.6 327 11/1/2019
7.1.0-preview.5 333 10/31/2019
7.1.0-preview.4 336 10/30/2019
7.1.0-preview.3 326 10/26/2019
7.1.0-preview.2 316 10/25/2019
7.1.0-preview.1 310 10/24/2019
7.0.0 3,569 10/16/2019
7.0.0-rc.41 328 10/15/2019
7.0.0-rc.40 338 10/15/2019
7.0.0-rc.39 325 10/12/2019
7.0.0-rc.38 320 10/11/2019
7.0.0-rc.37 319 10/10/2019
7.0.0-rc.36 314 10/9/2019
7.0.0-rc.35 318 10/8/2019
7.0.0-rc.34 317 10/8/2019
7.0.0-rc.33 318 10/7/2019
7.0.0-rc.32 315 10/5/2019
7.0.0-rc.31 325 10/3/2019
7.0.0-rc.30 325 10/1/2019
7.0.0-rc.28 323 10/1/2019
7.0.0-rc.27 317 9/30/2019
7.0.0-rc.26 317 9/30/2019
7.0.0-rc.25 329 9/27/2019
7.0.0-rc.24 313 9/27/2019
7.0.0-rc.23 319 9/26/2019
7.0.0-rc.22 322 9/25/2019
7.0.0-rc.21 316 9/24/2019
7.0.0-rc.20 314 9/23/2019
7.0.0-rc.19 309 9/20/2019
7.0.0-rc.18.1 319 9/20/2019
7.0.0-rc.18 317 9/20/2019
6.5.0-rc.17 328 9/19/2019
6.5.0-rc.16 337 9/18/2019
6.5.0-rc.15 341 9/18/2019
6.5.0-rc.14.1 325 9/18/2019
6.5.0-rc.14 347 9/17/2019
6.5.0-rc.13 324 9/16/2019
6.5.0-rc.12.2 330 9/13/2019
6.5.0-rc.12.1 325 9/12/2019
6.5.0-rc.12 337 9/12/2019
6.5.0-rc.11 340 9/11/2019
6.5.0-rc.10 327 9/10/2019
6.5.0-rc.9 329 9/9/2019
6.5.0-rc.8 313 9/6/2019
6.5.0-rc.7 330 9/6/2019
6.5.0-rc.6 334 9/6/2019
6.5.0-rc.5 323 9/2/2019
6.5.0-rc.4 331 9/2/2019
6.5.0-rc.3 327 8/30/2019
6.5.0-rc.2 344 8/29/2019
6.5.0-rc.1 336 8/28/2019
6.5.0-beta.5 346 8/28/2019
6.5.0-beta.4 352 8/27/2019
6.0.0 3,461 8/6/2019
6.0.0-rc.7 334 7/19/2019
6.0.0-rc.6 331 6/28/2019
6.0.0-rc.5 324 6/28/2019
6.0.0-rc.4 317 6/25/2019
6.0.0-rc.3 333 6/20/2019
6.0.0-rc.2 339 5/29/2019
6.0.0-rc.1 337 5/28/2019
6.0.0-beta.3 341 4/17/2019
5.3.0-beta.2 344 3/21/2019
5.3.0-beta.1 332 3/20/2019
5.2.0 2,922 3/19/2019
5.1.0 3,249 1/25/2019
5.0.0 3,287 12/21/2018
5.0.0-rc11 2,409 12/14/2018
5.0.0-rc10 2,307 11/16/2018
5.0.0-rc09 2,278 11/1/2018
5.0.0-rc08 2,297 10/31/2018
5.0.0-rc07 2,312 10/31/2018
5.0.0-rc06 2,179 10/30/2018
5.0.0-rc05 2,185 10/29/2018
5.0.0-rc04 2,188 10/29/2018
5.0.0-rc03 2,243 10/26/2018
5.0.0-rc02 2,153 10/25/2018
5.0.0-rc01 2,231 10/12/2018
5.0.0-beta03 2,307 9/21/2018
5.0.0-beta02 2,306 9/10/2018
5.0.0-beta01 2,248 9/7/2018
4.5.1 2,102 8/7/2018
4.5.0 4,695 8/7/2018
4.5.0-rc01 2,196 6/7/2018
4.5.0-beta09 2,232 6/7/2018
4.5.0-beta08 2,292 5/16/2018
4.5.0-beta07 2,163 5/9/2018
4.5.0-beta06 2,203 4/25/2018
4.5.0-beta05 2,243 4/12/2018
4.5.0-beta03 2,212 4/12/2018
4.2.0-beta02 2,226 3/27/2018
4.2.0-beta01 2,176 2/14/2018
4.1.1 2,255 2/1/2018
4.1.0 3,535 1/15/2018
4.1.0-rc10 2,238 12/19/2017
4.1.0-rc09 2,332 12/19/2017
4.1.0-rc08 2,295 12/12/2017
4.1.0-rc07 2,061 12/5/2017
4.1.0-rc06 2,123 12/5/2017
4.1.0-rc05 2,108 12/5/2017
4.1.0-rc03 2,179 12/4/2017
4.1.0-rc02 2,140 12/4/2017
4.1.0-rc01 2,031 12/4/2017
4.1.0-beta09 2,117 12/3/2017
4.1.0-beta08 2,139 11/25/2017
4.1.0-beta07 2,097 11/23/2017
4.1.0-beta06 2,109 11/22/2017
4.1.0-beta05 2,113 11/21/2017
4.1.0-beta04 1,801 11/21/2017
4.1.0-beta03 1,691 11/17/2017
4.1.0-beta02 1,784 11/17/2017
4.0.1-beta01 1,780 11/6/2017
4.0.0 4,262 10/23/2017
4.0.0-rc05 2,042 10/17/2017
4.0.0-rc04 2,126 10/17/2017
4.0.0-rc03 2,084 10/12/2017
4.0.0-rc02 2,155 10/10/2017
4.0.0-rc01 2,088 10/6/2017
4.0.0-beta9 2,088 10/5/2017
4.0.0-beta8 2,080 10/5/2017
4.0.0-beta7 2,088 10/3/2017
4.0.0-beta6 2,077 9/30/2017
4.0.0-beta5 2,110 9/28/2017
4.0.0-beta4 2,161 9/27/2017
4.0.0-beta3 2,137 9/26/2017
4.0.0-beta2 2,105 9/25/2017
4.0.0-beta1 2,044 9/22/2017
3.11.0 2,904 8/18/2017
3.10.1 2,057 8/18/2017
3.10.0 3,662 8/1/2017
3.9.1 2,120 6/23/2017
3.9.0 3,524 6/13/2017
3.8.3 2,184 5/29/2017
3.8.2 2,105 5/29/2017
3.8.1 2,681 5/26/2017
3.8.0 2,674 5/26/2017
3.7.0 2,670 5/23/2017
3.6.1 2,176 5/19/2017
3.6.0 2,976 5/18/2017
3.5.0 3,052 5/15/2017
3.4.0 2,755 5/4/2017
3.3.6 2,114 4/13/2017
3.3.5 2,018 4/12/2017
3.3.1 2,110 4/12/2017
3.3.0 4,176 4/12/2017
3.3.0-preview1 1,853 4/6/2017
3.2.0 2,895 3/27/2017
3.1.0 2,564 3/22/2017
3.1.0-preview4 2,082 3/9/2017
3.1.0-preview3 1,800 12/9/2016
3.1.0-preview2 1,987 12/9/2016
3.1.0-preview1-rc2 1,939 10/31/2016
3.1.0-preview1 1,903 10/28/2016
3.0.9 2,164 10/19/2016
3.0.8 2,114 8/19/2016
3.0.7 2,289 7/12/2016
3.0.7-pre1 1,895 5/18/2016
3.0.0-rc6 1,868 3/29/2016
3.0.0-rc5 1,893 3/24/2016
3.0.0-rc4 1,969 3/21/2016
3.0.0-rc3 2,341 12/22/2015