Provides a code baseline for .NET Core service-oriented projects including configuration, standard service builder, common enumerations, common exceptions, a standar response model, pagination, resources, base service classes and utilities.
Info
Version: | 3.0.2 |
Author(s): | Celerik |
Last Update: | Thursday, November 10, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/celerik/celerik-netcore-services |
NuGet Url: | https://www.nuget.org/packages/Celerik.NetCore.Services |
Install
Install-Package Celerik.NetCore.Services
dotnet add package Celerik.NetCore.Services
paket add Celerik.NetCore.Services
Celerik.NetCore.Services Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.0.0)
- Celerik.NetCore.Util(>= 2.3.0)
- FluentValidation(>= 9.1.3)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 3.1.7)
- Microsoft.AspNetCore.Identity.UI(>= 3.1.7)
- Microsoft.EntityFrameworkCore.Cosmos(>= 3.1.7)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.7)
- Microsoft.Extensions.Logging.Console(>= 3.1.7)
- Microsoft.Extensions.Logging.Debug(>= 3.1.7)
- System.Text.Json(>= 4.7.2)
Tags