Tolitech.Application 1.0.0-preview.1

This is a prerelease version of Tolitech.Application.
dotnet add package Tolitech.Application --version 1.0.0-preview.1                
NuGet\Install-Package Tolitech.Application -Version 1.0.0-preview.1                
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="Tolitech.Application" Version="1.0.0-preview.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.Application --version 1.0.0-preview.1                
#r "nuget: Tolitech.Application, 1.0.0-preview.1"                
#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.
// Install Tolitech.Application as a Cake Addin
#addin nuget:?package=Tolitech.Application&version=1.0.0-preview.1&prerelease

// Install Tolitech.Application as a Cake Tool
#tool nuget:?package=Tolitech.Application&version=1.0.0-preview.1&prerelease                

Application

Overview

Welcome to the Application repository! This repository is designed to provide fundamental interfaces for implementing the CQRS (Command Query Responsibility Segregation) pattern and the Unit of Work interface within the context of Clean Architecture.

Key Interfaces

ICommandHandler<TCommand>: Interface for command handlers, responsible for processing commands.

IQueryHandler<TQuery, TResult>: Interface for query handlers, responsible for processing queries and returning results.

IUnitOfWork: Interface for the Unit of Work pattern, allowing the grouping of multiple operations into a single transaction.

Additional Application Layer Interfaces: Other interfaces representing the application layer in Clean Architecture, promoting separation of concerns.
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Tolitech.Application:

Package Downloads
Tolitech.Infrastructure.Persistence.EntityFrameworkCore

The Tolitech.Infrastructure.Persistence.EntityFrameworkCore repository provides a foundational implementation for the Repository pattern, Unit of Work, and Specification Query Builder using Entity Framework Core. Simplify database interaction, promote code organization, and maintenance using these widely recognized patterns.

Tolitech.Infrastructure

A comprehensive infrastructure library, providing essential services and utilities to support robust and scalable architectures.

Tolitech.Infrastructure.Persistence.ConstraintValidator

A static library providing tools for managing and validating database constraint exceptions. It allows for the registration of custom constraint validators and handles exceptions efficiently.

Tolitech.Infrastructure.Authorization

The library provides implementations for managing authorization logic. It includes classes and utilities for handling permissions, attribute-based authorization, and configuring authorization policies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-preview.1 51 12/8/2024