Provide CQRS, MediatR, Pipelines, DTOs, and more for the Application Layer.
$ dotnet add package NArchitecture.Core.ApplicationThis library contains application layer components utilized in kodlama.io projects. The NArchitecture.Core.Application package offers commonly used features and structures in the application layer, aimed at streamlining the software development process. It includes core classes for both clean and union architectures, providing support for CQRS, MediatR, Pipelines, request models, response models, and essential security features.
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.Application
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.Application GitHub Repository