28 packages tagged with “RoyalCode”
Abstract components for the Repository Pattern.
Implementation for the Operation Result Pattern.
Abstract components for the Entity Pattern.
Abstract components for the Unit Of Work Pattern. This pattern is designed to work together with the Repository Pattern.
Extension methods for deserialize operations results objects from http responses.
Abstract components for an extension version of the Unit Of Work Pattern. The Work Context is an pattern that include the Unit Of Work functionality and add access to others patterns like Repository, Search, Event, Message Bus, etc.
Extensions methods for adapt operations results objects to minimal api http results.
Extensions methods for adapt operations results objects to problem details.
Persistence components implementation with EntityFrameworkCore, including the handling of repositories.
Extensions methods for adapt operations results objects to AspNetCore MVC objects results (IActionResult).
Utility extension project with components to search and select properties of a type/class based on property names.
Extension methods for adapt fluent validation results into operation results.
Persistence components implementation with EntityFrameworkCore, including the handling of unit of works, repositories and searches. The Work Context is an pattern that include the Unit Of Work functionality and add access to others patterns like Repository, Search, Event, Message Bus, etc.
Persistence components implementation with EntityFrameworkCore, including the handling of unit of works.
Abstract components for Search entities by filters objects.
Utilities for building source generators, including property selection, SyntaxNode utilities, Symbol utilities, classes for working with source generators, and more.
Persistence components implementation with EntityFrameworkCore, including the handling of Searchable, Filters and Specifiers.
Persistence components implementation with EntityFrameworkCore and Sqlite, including the handling of unit of works, repositories and searches. The Work Context is an pattern that include the Unit Of Work functionality and add access to others patterns like Repository, Search, Event, Message Bus, etc.
Persistence components implementation with EntityFrameworkCore and SqlServer, including the handling of unit of works, repositories and searches. The Work Context is an pattern that include the Unit Of Work functionality and add access to others patterns like Repository, Search, Event, Message Bus, etc.
Persistence components implementation with EntityFrameworkCore and PostgreSql, including the handling of unit of works, repositories and searches. The Work Context is an pattern that include the Unit Of Work functionality and add access to others patterns like Repository, Search, Event, Message Bus, etc.
This library offers a flexible solution for adding hints to the data repositories in your application, inspired by EFCore's Query Hints. These hints can be easily applied to query operations to modify the repository's behavior, giving you greater control over data access.
Persistence abstract components for search entities by filters using linq specifiers and queryables.
Persistence abstract components for search entities by filters and specifiers.
Abstract components for the Domain Event Pattern.
Abstract components for the Aggregate Pattern from Domain-Driven Design.
Persistence components implementation with EntityFrameworkCore, for work with Operation Hint.
Utility extension project with components to work with async blocks of expressions.