Tavenem.DataStore.EntityFramework 0.35.1-preview

Prefix Reserved
This is a prerelease version of Tavenem.DataStore.EntityFramework.
dotnet add package Tavenem.DataStore.EntityFramework --version 0.35.1-preview
                    
NuGet\Install-Package Tavenem.DataStore.EntityFramework -Version 0.35.1-preview
                    
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="Tavenem.DataStore.EntityFramework" Version="0.35.1-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tavenem.DataStore.EntityFramework" Version="0.35.1-preview" />
                    
Directory.Packages.props
<PackageReference Include="Tavenem.DataStore.EntityFramework" />
                    
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 Tavenem.DataStore.EntityFramework --version 0.35.1-preview
                    
#r "nuget: Tavenem.DataStore.EntityFramework, 0.35.1-preview"
                    
#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.
#:package Tavenem.DataStore.EntityFramework@0.35.1-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tavenem.DataStore.EntityFramework&version=0.35.1-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Tavenem.DataStore.EntityFramework&version=0.35.1-preview&prerelease
                    
Install as a Cake Tool

build NuGet downloads

Tavenem.DataStore.EntityFramework

Tavenem.DataStore is a persistence-agnostic repository library. Its intended purpose is to help author libraries which need to interact with a project's data layer, while remaining fully decoupled from persistence choices.

For example: you might want to author a library which can retrieve an object from the data store by ID, modify it, then update the item in the data store. You want your library to be useful to people who use EntityFramework to access a SQL database, people who use Marten to access a PostgreSQL database, or people who work with Azure Cosmos DB.

Tavenem.DataStore provides another possible way to handle this scenario. It provides a simple interface which encapsulates common data operations. As the author of a library, you can accept this interface and use it for all data operations. As a consumer of a library which uses Tavenem.DataStore.EntityFramework, you can provide an implementation of this interface designed to work with the particular ORM or data storage SDK you are using in your project.

Tavenem.DataStore.EntityFramework provides an implementation of the IDataStore library for EntityFramework. Include it when your code depends on a library that uses Tavenem.DataStore, and your data storage layer uses EntityFramework. An EntityFrameworkDataStore object can be instantiated and provided wherever the library requires an implementation of IDataStore.

Installation

Tavenem.DataStore.EntityFramework is available as a NuGet package.

Roadmap

Tavenem.DataStore.EntityFramework is currently in a prerelease state. Development is ongoing, and breaking changes are possible before the first production release.

No release date is currently set for v1.0 of Tavenem.DataStore.EntityFramework. The project is currently in a "wait and see" phase while its utility, completeness, and correctness are evaluated. When the project is judged to be in a satisfactory state, and further breaking changes to the interface are determined to be unlikely, a production release will be made.

Contributing

Contributions are always welcome. Please carefully read the contributing document to learn more before submitting issues or pull requests.

Code of conduct

Please read the code of conduct before engaging with our community, including but not limited to submitting or replying to an issue or pull request.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.35.1-preview 92 8/11/2025
0.35.0-preview 86 8/11/2025
0.34.1-preview 187 8/19/2022
0.34.0-preview 177 8/3/2022
0.33.0-preview 178 8/3/2022
0.32.0-preview 176 8/3/2022
0.31.0-preview 167 8/3/2022
0.30.0-preview 229 8/30/2021
0.29.1-preview 246 4/8/2021