DataExplorer 3.2.1
dotnet add package DataExplorer --version 3.2.1
NuGet\Install-Package DataExplorer -Version 3.2.1
<PackageReference Include="DataExplorer" Version="3.2.1" />
paket add DataExplorer --version 3.2.1
#r "nuget: DataExplorer, 3.2.1"
// Install DataExplorer as a Cake Addin #addin nuget:?package=DataExplorer&version=3.2.1 // Install DataExplorer as a Cake Tool #tool nuget:?package=DataExplorer&version=3.2.1
DataExplorer
Library featuring a few popular patterns in regard to working with data in .NET offering abstractions and implementations for EF Core and MongoDb.
Utilizes Autofac thus Autofac is required and a functional result approach for failure-prone operations.
Features
- Full fledged base entity definition with soft deletion and snowflake ID support
- Specification pattern encapsulating query LINQ logic avoiding bloated repositories
- Read-only and CRUD versions of repositories and data services
- Data services with mapping support (currently requires setting AutoMapper up)
- Fully abstracted and unit test ready including EF Core's DbContext
- Only asynchronous operations
- Supports decorators, adapters and interceptors via Autofac's methods
- MongoDb support via MongoDb.Entities
- EF Core caching via a caching interceptor offered by EFCoreSecondLevelCacheInterceptor
- In-memory query evaluation through specifications
Installation
Since the library utilizes Autofac, base Autofac configuration is required - Autofac's docs.
To register the library services with the DI container use the ContainerBuilder extension method provided by the library and register one or both offered sets of services:
builder.AddDataExplorer(options =>
{
options.AddEfCore();
options.AddMongoDb();
});
Description
Detailed descriptions are provided within EfCore and MongoDb directories (packages).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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 is compatible. 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. |
-
net6.0
- AttributeBasedRegistration (>= 2.2.7)
- AttributeBasedRegistration.Autofac (>= 2.2.7)
- Autofac (>= 8.0.0)
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- AutoMapper (>= 13.0.1)
- AutoMapper.Contrib.Autofac.DependencyInjection (>= 7.2.0)
- AutoMapper.Extensions.ExpressionMapping (>= 7.0.1)
- IdGen (>= 3.0.7)
- IdGen.DependencyInjection (>= 3.0.7)
- JetBrains.Annotations (>= 2024.2.0)
- Remora.Results (>= 7.4.1)
-
net7.0
- AttributeBasedRegistration (>= 2.2.7)
- AttributeBasedRegistration.Autofac (>= 2.2.7)
- Autofac (>= 8.0.0)
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- AutoMapper (>= 13.0.1)
- AutoMapper.Contrib.Autofac.DependencyInjection (>= 7.2.0)
- AutoMapper.Extensions.ExpressionMapping (>= 7.0.1)
- IdGen (>= 3.0.7)
- IdGen.DependencyInjection (>= 3.0.7)
- JetBrains.Annotations (>= 2024.2.0)
- Remora.Results (>= 7.4.1)
-
net8.0
- AttributeBasedRegistration (>= 2.2.7)
- AttributeBasedRegistration.Autofac (>= 2.2.7)
- Autofac (>= 8.0.0)
- Autofac.Extensions.DependencyInjection (>= 9.0.0)
- AutoMapper (>= 13.0.1)
- AutoMapper.Contrib.Autofac.DependencyInjection (>= 8.0.0)
- AutoMapper.Extensions.ExpressionMapping (>= 7.0.1)
- IdGen (>= 3.0.7)
- IdGen.DependencyInjection (>= 3.0.7)
- JetBrains.Annotations (>= 2024.2.0)
- Remora.Results (>= 7.4.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DataExplorer:
Package | Downloads |
---|---|
DataExplorer.EfCore
Library featuring an opinionated, reusable data access layer offering abstractions and implementations for SQL storages based on EF Core. |
|
DataExplorer.MongoDb
Library featuring an opinionated, reusable data access layer for MongoDb based on MongoDB.Entities. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.1 | 122 | 8/2/2024 |
3.2.0 | 102 | 8/2/2024 |
3.1.1 | 133 | 7/23/2024 |
3.1.0 | 163 | 7/11/2024 |
3.0.5 | 337 | 2/16/2024 |
3.0.4 | 334 | 1/25/2024 |
3.0.3 | 424 | 1/4/2024 |
3.0.2 | 524 | 11/22/2023 |
3.0.1 | 425 | 11/21/2023 |
3.0.0 | 447 | 11/20/2023 |
2.2.12 | 593 | 9/12/2023 |
2.2.11 | 517 | 9/1/2023 |
2.2.10 | 555 | 8/31/2023 |
2.2.9 | 673 | 8/30/2023 |
2.2.8 | 734 | 8/18/2023 |
2.2.7 | 692 | 8/8/2023 |
2.2.6 | 773 | 7/10/2023 |
2.2.5 | 664 | 6/25/2023 |
2.2.4 | 758 | 5/10/2023 |
2.2.3 | 729 | 4/14/2023 |
2.2.2 | 775 | 4/14/2023 |
2.2.1 | 834 | 4/7/2023 |
2.2.0 | 814 | 3/14/2023 |
2.1.6 | 994 | 2/23/2023 |
2.1.5 | 932 | 2/21/2023 |
2.1.4 | 828 | 2/15/2023 |
2.1.3 | 895 | 2/3/2023 |
2.1.2 | 977 | 1/28/2023 |
2.1.1 | 912 | 1/22/2023 |
2.1.0 | 860 | 1/22/2023 |
2.0.8 | 987 | 1/11/2023 |
2.0.7 | 895 | 1/11/2023 |
2.0.6 | 958 | 1/9/2023 |
2.0.5 | 983 | 1/9/2023 |
2.0.4 | 1,067 | 11/21/2022 |
2.0.3 | 1,015 | 11/21/2022 |
2.0.2 | 987 | 11/19/2022 |
2.0.1 | 1,007 | 11/19/2022 |
2.0.0 | 847 | 11/19/2022 |
1.1.10 | 1,009 | 11/18/2022 |
1.1.9 | 1,132 | 9/27/2022 |
1.1.8 | 1,142 | 9/26/2022 |
1.1.7 | 1,129 | 9/24/2022 |
1.1.6 | 1,143 | 9/21/2022 |
1.1.5 | 1,075 | 9/19/2022 |
1.1.4 | 1,082 | 9/19/2022 |
1.1.3 | 1,135 | 9/19/2022 |
1.1.2 | 1,100 | 9/19/2022 |
1.1.0 | 1,135 | 9/17/2022 |
1.0.16 | 1,110 | 9/8/2022 |
1.0.15 | 1,154 | 8/29/2022 |
1.0.14 | 1,168 | 8/29/2022 |
1.0.13 | 1,102 | 8/29/2022 |
1.0.12 | 1,132 | 8/29/2022 |
1.0.11 | 1,132 | 8/29/2022 |
1.0.10 | 1,126 | 8/25/2022 |
1.0.8 | 1,118 | 8/25/2022 |
1.0.7 | 1,114 | 8/25/2022 |
1.0.6 | 1,097 | 8/25/2022 |
1.0.5 | 1,101 | 8/24/2022 |
1.0.4 | 1,174 | 8/23/2022 |
1.0.3 | 962 | 8/23/2022 |
1.0.2 | 1,174 | 8/23/2022 |
1.0.1 | 1,122 | 8/22/2022 |
1.0.0 | 891 | 8/22/2022 |