Arks.Framework.Core.ApplicationServices
2.0.0
dotnet add package Arks.Framework.Core.ApplicationServices --version 2.0.0
NuGet\Install-Package Arks.Framework.Core.ApplicationServices -Version 2.0.0
<PackageReference Include="Arks.Framework.Core.ApplicationServices" Version="2.0.0" />
<PackageVersion Include="Arks.Framework.Core.ApplicationServices" Version="2.0.0" />
<PackageReference Include="Arks.Framework.Core.ApplicationServices" />
paket add Arks.Framework.Core.ApplicationServices --version 2.0.0
#r "nuget: Arks.Framework.Core.ApplicationServices, 2.0.0"
#:package Arks.Framework.Core.ApplicationServices@2.0.0
#addin nuget:?package=Arks.Framework.Core.ApplicationServices&version=2.0.0
#tool nuget:?package=Arks.Framework.Core.ApplicationServices&version=2.0.0
Arks.Framework.Core.ApplicationServices
Arks.Framework.Core.ApplicationServices is a library designed to manage application services, following the principles of CQRS (Command Query Responsibility Segregation) and DDD (Domain-Driven Design). This library enables developers to better manage Commands, Events, and Queries.
Features
- Implementation of Command, Event, and Query Dispatchers.
- Support for decorators to handle validation, logging, and exception handling.
- Modular and extensible design.
- Adheres to DDD architecture and SOLID principles.
Project Structure
Commands
- CommandDispatcher.cs: Responsible for dispatching commands to the associated CommandHandler.
- CommandHandler.cs: Handles commands.
- Decorators: Adds additional functionalities like exception handling and validation.
Events
- EventDispatcher.cs: Manages and dispatches events.
- Decorators: Additional functionalities for event management.
Queries
- QueryDispatcher.cs: Manages query dispatching.
- QueryHandler.cs: Handles queries.
- Decorators: Add-ons for logging, validation, and exception handling.
Installation and Usage
Add this library to your project:
dotnet add package Arks.Framework.Core.ApplicationServicesDefine your Command, Event, and Query classes.
Implement the respective handlers and register them in Dependency Injection.
Use CommandDispatcher, EventDispatcher, or QueryDispatcher to manage operations.
Contribution
If you want to contribute to this project:
- Fork the repository.
- Make your changes.
- Submit a Pull Request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For inquiries or issues, please reach out to your.email@example.com.
| 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. 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. net10.0 was computed. 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. |
-
net8.0
- Arks.Framework.Core.Contracts (>= 1.0.0)
- Arks.Framework.Utilities.OutService (>= 2.0.0)
- FluentValidation (>= 11.9.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Arks.Framework.Core.ApplicationServices:
| Package | Downloads |
|---|---|
|
Arks.Framework.Endpoints.Web
A library for building robust and standardized web endpoints in .NET applications. Includes base controllers, middleware, filters, and extensions for simplifying API development. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 182 | 1/24/2025 |