RedonAlla
-
- 2,374 total downloads
- last updated 11/17/2025
- Latest version: 10.0.99-rc.222 (prerelease)
Provides a collection of essential utilities for building robust and consistent ASP.NET Core APIs. This package includes endpoint registration helpers, standardized response models, and exception handling... More information -
- 1,500 total downloads
- last updated 1/7/2026
- Latest version: 10.0.6
This package provides utilities to generate and transform OpenAPI documents for ASP.NET Core web APIs. -
- 1,216 total downloads
- last updated 11/8/2025
- Latest version: 10.0.9-rc (prerelease)
Provides generic repository base classes for implementing the Repository and Unit of Work patterns with Entity Framework Core. -
- 817 total downloads
- last updated 11/16/2025
- Latest version: 10.0.100-rc.2 (prerelease)
RA.Utilities.Core is a lightweight .NET library designed to enhance error handling by providing a functional `Result` type. It helps you write cleaner, more predictable, and more robust code by avoiding... More information -
- 695 total downloads
- last updated 11/25/2025
- Latest version: 10.0.0
This library simplifies JWT Bearer authentication setup to a few lines of code in your `Program.cs` (or `Startup.cs`). -
- 637 total downloads
- last updated 11/23/2025
- Latest version: 10.0.0
RA.Utilities.Api.Middlewares provides a simple and efficient ASP.NET Core middleware for logging HTTP request and response details. It's designed to be easy to integrate, configurable, and performant, using... More information -
- 603 total downloads
- last updated 1/11/2026
- Latest version: 10.0.2
Provides a collection of essential data access abstractions, including the Repository and Unit of Work patterns. This library helps create a decoupled and testable data access layer in .NET applications. -
- 599 total downloads
- last updated 12/14/2025
- Latest version: 10.0.1
Provides a set of core abstractions and base classes for data entities within the RA.Utilities ecosystem. This includes common interfaces like IEntity and base classes with properties like Id, CreatedDate, and... More information -
- 597 total downloads
- last updated 10/27/2025
- Latest version: 10.0.100-rc.2 (prerelease)
Provides a set of standardized, semantic exceptions for use in the RA.Utilities ecosystem. These exceptions, such as NotFoundException, ConflictException, and BadRequestException, allow for clear, intent-driven... More information -
- 543 total downloads
- last updated 11/1/2025
- Latest version: 10.0.100-rc.2 (prerelease)
Provides a centralized and consistent set of core constants for the RA Utilities ecosystem. This includes common response types, HTTP status codes, and default messages to streamline development and reduce... More information -
- 369 total downloads
- last updated 11/23/2025
- Latest version: 10.0.0
Provides shared components and abstractions for logging HTTP requests and responses within the RA.Utilities ecosystem. This package contains core models and helpers used by other logging libraries, such as... More information -
- 349 total downloads
- last updated 11/23/2025
- Latest version: 10.0.0
Provides a standardized set of models for creating consistent API responses. This package includes generic wrappers for success, error, and validation failure scenarios, helping to streamline API development... More information -
- 344 total downloads
- last updated 11/24/2025
- Latest version: 10.0.0
RA.Utilities.Authorization offers a streamlined approach to handling user authentication and authorization in ASP.NET Core applications. It provides a strongly-typed, injectable service to easily access the... More information -
- 344 total downloads
- last updated 11/23/2025
- Latest version: 10.0.0
Provides a set of opinionated helpers and configurations for setting up structured logging with Serilog in .NET applications. This package simplifies the integration of common sinks (Console, File), enrichers... More information -
- 353 total downloads
- last updated 1/12/2026
- Latest version: 10.0.1
Provides a base implementation for the feature slice/vertical slice architecture pattern, including base handlers, validation behaviors, and exception handling for CQRS. -
- 285 total downloads
- last updated 11/23/2025
- Latest version: 10.0.0
A utility library to simplify and standardize HTTP client calls in .NET applications. It builds upon `IHttpClientFactory` to provide a structured way to configure and use typed HTTP clients for various... More information -
- 39 total downloads
- last updated 1/12/2026
- Latest version: 10.0.0
Provides a utilities validators that uses FluentValidation to validate incoming requests.