Kephas.Data 4.1.0-beta04

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.1.0-beta04
                    
NuGet\Install-Package Kephas.Data -Version 4.1.0-beta04
                    
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.1.0-beta04" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kephas.Data" Version="4.1.0-beta04" />
                    
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.1.0-beta04
                    
#r "nuget: Kephas.Data, 4.1.0-beta04"
                    
#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.1.0-beta04&prerelease
                    
Install Kephas.Data as a Cake Addin
#tool nuget:?package=Kephas.Data&version=4.1.0-beta04&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,413 4/13/2022
11.1.0-dev.4 159 4/6/2022
11.1.0-dev.3 158 3/30/2022
11.1.0-dev.2 153 3/23/2022
11.1.0-dev.1 159 3/23/2022
11.0.0 4,176 3/11/2022
11.0.0-dev.7 166 3/7/2022
11.0.0-dev.6 171 2/28/2022
11.0.0-dev.5 151 2/26/2022
11.0.0-dev.4 152 2/24/2022
11.0.0-dev.3 151 2/23/2022
11.0.0-dev.2 157 2/18/2022
11.0.0-dev.1 158 2/7/2022
10.3.0 3,895 1/18/2022
10.2.0 3,160 12/3/2021
10.1.0 7,212 11/23/2021
10.1.0-dev.7 216 11/17/2021
10.1.0-dev.6 197 11/16/2021
10.1.0-dev.5 193 11/10/2021
10.1.0-dev.4 210 11/8/2021
10.1.0-dev.3 174 11/8/2021
10.1.0-dev.2 198 11/4/2021
10.1.0-dev.1 183 11/3/2021
10.0.1 3,206 10/16/2021
10.0.0 3,151 10/13/2021
10.0.0-dev.4 183 10/13/2021
10.0.0-dev.3 194 10/11/2021
10.0.0-dev.2 243 10/8/2021
9.3.4 2,983 8/25/2021
9.3.3 3,024 8/25/2021
9.3.2 2,961 8/24/2021
9.3.1 2,864 8/12/2021
9.3.0 3,022 8/12/2021
9.2.0 3,083 6/17/2021
9.1.0 3,002 6/17/2021
9.1.0-dev.9.1 229 5/28/2021
9.1.0-dev.9 225 5/26/2021
9.1.0-dev.8 208 5/26/2021
9.1.0-dev.7.1 215 5/17/2021
9.1.0-dev.7 222 5/17/2021
9.1.0-dev.6 204 4/28/2021
9.1.0-dev.5 223 4/23/2021
9.1.0-dev.4 209 4/21/2021
9.1.0-dev.3 227 4/17/2021
9.1.0-dev.2 190 4/12/2021
9.1.0-dev.1 209 4/9/2021
9.0.5 3,061 3/31/2021
9.0.4 3,076 3/23/2021
9.0.3 3,124 3/20/2021
9.0.1 3,119 3/18/2021
9.0.0 3,166 3/17/2021
9.0.0-dev.4 214 3/4/2021
9.0.0-dev.3 224 3/1/2021
9.0.0-dev.2 244 2/22/2021
8.4.0 3,938 11/11/2020
8.3.0 3,207 10/28/2020
8.2.0 3,323 10/16/2020
8.1.0 3,717 9/23/2020
8.0.0 5,330 7/1/2020
8.0.0-dev.44 316 6/25/2020
8.0.0-dev.43 305 6/23/2020
8.0.0-dev.42 352 6/22/2020
8.0.0-dev.41 347 6/18/2020
8.0.0-dev.40 299 6/18/2020
8.0.0-dev.39 317 6/15/2020
8.0.0-dev.38 426 6/14/2020
8.0.0-dev.37 278 6/13/2020
8.0.0-dev.36 335 6/13/2020
8.0.0-dev.35 274 6/12/2020
8.0.0-dev.34 327 6/12/2020
8.0.0-dev.33 376 6/10/2020
8.0.0-dev.32 298 6/1/2020
8.0.0-dev.31 330 6/1/2020
8.0.0-dev.30 390 5/30/2020
8.0.0-dev.28 328 5/28/2020
8.0.0-dev.27 309 5/15/2020
8.0.0-dev.26 298 5/14/2020
8.0.0-dev.25 312 5/14/2020
8.0.0-dev.24 303 5/13/2020
8.0.0-dev.23 304 5/13/2020
8.0.0-dev.22 304 5/13/2020
8.0.0-dev.21 306 5/12/2020
8.0.0-dev.20 308 5/12/2020
8.0.0-dev.19 315 5/7/2020
8.0.0-dev.18 301 5/7/2020
8.0.0-dev.17 312 5/6/2020
8.0.0-dev.16 311 5/6/2020
8.0.0-dev.15 305 5/5/2020
8.0.0-dev.14 303 5/5/2020
8.0.0-dev.13 331 5/4/2020
7.6.0-dev.13 325 5/1/2020
7.6.0-dev.12 330 4/30/2020
7.6.0-dev.11 314 4/28/2020
7.6.0-dev.10 298 4/27/2020
7.6.0-dev.9 306 4/24/2020
7.6.0-dev.8 297 4/22/2020
7.6.0-dev.7 296 4/15/2020
7.6.0-dev.6 293 4/15/2020
7.6.0-dev.5 286 4/15/2020
7.6.0-dev.4 284 4/11/2020
7.6.0-dev.3 295 4/10/2020
7.6.0-dev.2 290 4/10/2020
7.6.0-dev.1 387 4/8/2020
7.5.2 4,771 3/20/2020
7.5.1 3,051 3/12/2020
7.5.0 5,398 3/10/2020
7.5.0-dev.18 319 3/5/2020
7.5.0-dev.17 324 3/5/2020
7.5.0-dev.16 351 3/4/2020
7.5.0-dev.15 291 3/3/2020
7.5.0-dev.14 304 3/3/2020
7.5.0-dev.13 284 2/29/2020
7.5.0-dev.12 406 2/29/2020
7.5.0-dev.10 295 2/25/2020
7.5.0-dev.9 338 2/20/2020
7.5.0-dev.8 368 2/18/2020
7.5.0-dev.7 303 2/18/2020
7.5.0-dev.6 323 2/14/2020
7.5.0-dev.5 329 2/12/2020
7.5.0-dev.4 298 2/11/2020
7.5.0-dev.3 281 2/11/2020
7.5.0-dev.2 425 2/8/2020
7.5.0-dev.1 313 2/7/2020
7.4.2 3,591 2/5/2020
7.4.1 4,179 2/3/2020
7.4.0 4,274 1/31/2020
7.4.0-dev.4 373 1/31/2020
7.4.0-dev.3 348 1/29/2020
7.4.0-dev.2 295 1/28/2020
7.4.0-dev.1 293 1/23/2020
7.3.1 3,485 1/21/2020
7.3.1-preview.7 314 1/21/2020
7.3.1-preview.1 335 1/20/2020
7.3.0 3,452 1/19/2020
7.2.6 3,556 1/18/2020
7.2.5 3,627 12/19/2019
7.2.4 3,677 12/19/2019
7.2.3 3,547 12/16/2019
7.2.2 3,544 12/9/2019
7.2.1 3,581 12/4/2019
7.2.0 3,544 11/26/2019
7.2.0-preview.10 296 11/20/2019
7.2.0-preview.9 292 11/19/2019
7.2.0-preview.8 311 11/18/2019
7.2.0-preview.6 307 11/14/2019
7.2.0-preview.5 310 11/14/2019
7.2.0-preview.4 296 11/14/2019
7.2.0-preview.2 302 11/11/2019
7.2.0-preview.1 298 11/9/2019
7.1.0 3,482 11/6/2019
7.1.0-preview.8 315 11/5/2019
7.1.0-preview.7 312 11/4/2019
7.1.0-preview.6 323 11/1/2019
7.1.0-preview.5 329 10/31/2019
7.1.0-preview.4 332 10/30/2019
7.1.0-preview.3 322 10/26/2019
7.1.0-preview.2 312 10/25/2019
7.1.0-preview.1 306 10/24/2019
7.0.0 3,565 10/16/2019
7.0.0-rc.41 324 10/15/2019
7.0.0-rc.40 334 10/15/2019
7.0.0-rc.39 321 10/12/2019
7.0.0-rc.38 316 10/11/2019
7.0.0-rc.37 315 10/10/2019
7.0.0-rc.36 310 10/9/2019
7.0.0-rc.35 314 10/8/2019
7.0.0-rc.34 313 10/8/2019
7.0.0-rc.33 314 10/7/2019
7.0.0-rc.32 311 10/5/2019
7.0.0-rc.31 321 10/3/2019
7.0.0-rc.30 321 10/1/2019
7.0.0-rc.28 319 10/1/2019
7.0.0-rc.27 313 9/30/2019
7.0.0-rc.26 313 9/30/2019
7.0.0-rc.25 325 9/27/2019
7.0.0-rc.24 309 9/27/2019
7.0.0-rc.23 315 9/26/2019
7.0.0-rc.22 318 9/25/2019
7.0.0-rc.21 312 9/24/2019
7.0.0-rc.20 310 9/23/2019
7.0.0-rc.19 305 9/20/2019
7.0.0-rc.18.1 315 9/20/2019
7.0.0-rc.18 313 9/20/2019
6.5.0-rc.17 324 9/19/2019
6.5.0-rc.16 333 9/18/2019
6.5.0-rc.15 337 9/18/2019
6.5.0-rc.14.1 321 9/18/2019
6.5.0-rc.14 343 9/17/2019
6.5.0-rc.13 320 9/16/2019
6.5.0-rc.12.2 326 9/13/2019
6.5.0-rc.12.1 321 9/12/2019
6.5.0-rc.12 333 9/12/2019
6.5.0-rc.11 336 9/11/2019
6.5.0-rc.10 323 9/10/2019
6.5.0-rc.9 325 9/9/2019
6.5.0-rc.8 309 9/6/2019
6.5.0-rc.7 326 9/6/2019
6.5.0-rc.6 330 9/6/2019
6.5.0-rc.5 319 9/2/2019
6.5.0-rc.4 327 9/2/2019
6.5.0-rc.3 323 8/30/2019
6.5.0-rc.2 340 8/29/2019
6.5.0-rc.1 332 8/28/2019
6.5.0-beta.5 342 8/28/2019
6.5.0-beta.4 348 8/27/2019
6.0.0 3,442 8/6/2019
6.0.0-rc.7 330 7/19/2019
6.0.0-rc.6 327 6/28/2019
6.0.0-rc.5 320 6/28/2019
6.0.0-rc.4 313 6/25/2019
6.0.0-rc.3 329 6/20/2019
6.0.0-rc.2 335 5/29/2019
6.0.0-rc.1 333 5/28/2019
6.0.0-beta.3 336 4/17/2019
5.3.0-beta.2 339 3/21/2019
5.3.0-beta.1 328 3/20/2019
5.2.0 2,917 3/19/2019
5.1.0 3,239 1/25/2019
5.0.0 3,277 12/21/2018
5.0.0-rc11 2,399 12/14/2018
5.0.0-rc10 2,302 11/16/2018
5.0.0-rc09 2,273 11/1/2018
5.0.0-rc08 2,292 10/31/2018
5.0.0-rc07 2,307 10/31/2018
5.0.0-rc06 2,174 10/30/2018
5.0.0-rc05 2,180 10/29/2018
5.0.0-rc04 2,183 10/29/2018
5.0.0-rc03 2,238 10/26/2018
5.0.0-rc02 2,148 10/25/2018
5.0.0-rc01 2,226 10/12/2018
5.0.0-beta03 2,302 9/21/2018
5.0.0-beta02 2,301 9/10/2018
5.0.0-beta01 2,243 9/7/2018
4.5.1 2,092 8/7/2018
4.5.0 4,685 8/7/2018
4.5.0-rc01 2,183 6/7/2018
4.5.0-beta09 2,219 6/7/2018
4.5.0-beta08 2,279 5/16/2018
4.5.0-beta07 2,149 5/9/2018
4.5.0-beta06 2,190 4/25/2018
4.5.0-beta05 2,230 4/12/2018
4.5.0-beta03 2,199 4/12/2018
4.2.0-beta02 2,213 3/27/2018
4.2.0-beta01 2,163 2/14/2018
4.1.1 2,242 2/1/2018
4.1.0 3,522 1/15/2018
4.1.0-rc10 2,225 12/19/2017
4.1.0-rc09 2,319 12/19/2017
4.1.0-rc08 2,282 12/12/2017
4.1.0-rc07 2,052 12/5/2017
4.1.0-rc06 2,114 12/5/2017
4.1.0-rc05 2,099 12/5/2017
4.1.0-rc03 2,170 12/4/2017
4.1.0-rc02 2,131 12/4/2017
4.1.0-rc01 2,022 12/4/2017
4.1.0-beta09 2,108 12/3/2017
4.1.0-beta08 2,130 11/25/2017
4.1.0-beta07 2,088 11/23/2017
4.1.0-beta06 2,100 11/22/2017
4.1.0-beta05 2,104 11/21/2017
4.1.0-beta04 1,792 11/21/2017
4.1.0-beta03 1,682 11/17/2017
4.1.0-beta02 1,775 11/17/2017
4.0.1-beta01 1,771 11/6/2017
4.0.0 4,253 10/23/2017
4.0.0-rc05 2,033 10/17/2017
4.0.0-rc04 2,117 10/17/2017
4.0.0-rc03 2,075 10/12/2017
4.0.0-rc02 2,146 10/10/2017
4.0.0-rc01 2,079 10/6/2017
4.0.0-beta9 2,078 10/5/2017
4.0.0-beta8 2,071 10/5/2017
4.0.0-beta7 2,079 10/3/2017
4.0.0-beta6 2,068 9/30/2017
4.0.0-beta5 2,101 9/28/2017
4.0.0-beta4 2,152 9/27/2017
4.0.0-beta3 2,128 9/26/2017
4.0.0-beta2 2,096 9/25/2017
4.0.0-beta1 2,035 9/22/2017
3.11.0 2,895 8/18/2017
3.10.1 2,048 8/18/2017
3.10.0 3,652 8/1/2017
3.9.1 2,111 6/23/2017
3.9.0 3,515 6/13/2017
3.8.3 2,175 5/29/2017
3.8.2 2,096 5/29/2017
3.8.1 2,672 5/26/2017
3.8.0 2,665 5/26/2017
3.7.0 2,661 5/23/2017
3.6.1 2,167 5/19/2017
3.6.0 2,967 5/18/2017
3.5.0 3,043 5/15/2017
3.4.0 2,746 5/4/2017
3.3.6 2,105 4/13/2017
3.3.5 2,009 4/12/2017
3.3.1 2,101 4/12/2017
3.3.0 4,167 4/12/2017
3.3.0-preview1 1,844 4/6/2017
3.2.0 2,886 3/27/2017
3.1.0 2,555 3/22/2017
3.1.0-preview4 2,073 3/9/2017
3.1.0-preview3 1,791 12/9/2016
3.1.0-preview2 1,978 12/9/2016
3.1.0-preview1-rc2 1,930 10/31/2016
3.1.0-preview1 1,894 10/28/2016
3.0.9 2,155 10/19/2016
3.0.8 2,105 8/19/2016
3.0.7 2,280 7/12/2016
3.0.7-pre1 1,886 5/18/2016
3.0.0-rc6 1,859 3/29/2016
3.0.0-rc5 1,884 3/24/2016
3.0.0-rc4 1,960 3/21/2016
3.0.0-rc3 2,328 12/22/2015