AspNetCoreMicroserviceInitializer.Database
2.0.2
dotnet add package AspNetCoreMicroserviceInitializer.Database --version 2.0.2
NuGet\Install-Package AspNetCoreMicroserviceInitializer.Database -Version 2.0.2
<PackageReference Include="AspNetCoreMicroserviceInitializer.Database" Version="2.0.2" />
paket add AspNetCoreMicroserviceInitializer.Database --version 2.0.2
#r "nuget: AspNetCoreMicroserviceInitializer.Database, 2.0.2"
// Install AspNetCoreMicroserviceInitializer.Database as a Cake Addin #addin nuget:?package=AspNetCoreMicroserviceInitializer.Database&version=2.0.2 // Install AspNetCoreMicroserviceInitializer.Database as a Cake Tool #tool nuget:?package=AspNetCoreMicroserviceInitializer.Database&version=2.0.2
All NuGet packages
- AspNetCoreMicroserviceInitializer.Registrations
- AspNetCoreMicroserviceInitializer.TradingDesk
- AspNetCoreMicroserviceInitializer.Database
What It This?
A library with basic repository models, interfaces and the IEntity database entities.
This library contains the basic interfaces and abstract repositories classes for working with databases to quickly deploy a microservice on
.NET 8
.
It is assumed that the library will be used in conjunction with other libraries to quickly deploy microservices:
AspNetCoreMicroserviceInitializer.TradingDesk
andAspNetCoreMicroserviceInitializer.Registrations
.
Docs
Tech Stack
.NET 8
Authors
Contacts
Year of Development
2024
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- MongoDB.Driver (>= 3.0.0)
- StackExchange.Redis (>= 2.8.22)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AspNetCoreMicroserviceInitializer.Database:
Package | Downloads |
---|---|
AspNetCoreMicroserviceInitializer.Registrations
This library adds a new class `WebApplicationFacade`, which helps you quickly deploy the `.NET 8` microservice and add the desired modules to the application. The most up-to-date documentation on GitHub Wiki: https://github.com/qpashkaaa/Asp-Net-Core-Microservice-Initializer/wiki. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Changed the order of Enum in WebApplicationModules (change the order of registration).