Ahura
-
- 3,205 total downloads
- last updated 12/18/2024
- Latest version: 1.1.2
The Ahura.Extensions.Translation.Abstraction library serves as an abstraction layer for the translation and localization services in the Ahura framework. It defines interfaces and contracts for handling... More information -
Ahura.
by: AhuraUtility - 2,957 total downloads
- last updated 6/7/2025
- Latest version: 1.1.6
This package is designed to serve as the core repository of all interface definitions needed by other packages within the framework. By housing all shared interfaces in one package, it provides a structured... More information -
- 2,655 total downloads
- last updated 6/7/2025
- Latest version: 1.1.2
abstract layer within the Ahura framework's Identity module. It defines essential contracts and interfaces for identity-related operations, such as authentication, authorization, and user management. This layer... More information -
- 2,067 total downloads
- last updated 12/18/2024
- Latest version: 1.1.0
The Ahura.Extensions.Translation.Sql library provides SQL-based implementations for the translation and localization services defined in Ahura.Extensions.Translation.Abstraction. This library enables storing,... More information -
- 2,018 total downloads
- last updated 11/8/2025
- Latest version: 1.1.7
A caching system in .NET is a mechanism used to temporarily store frequently accessed data in memory to improve application performance and reduce response times. By keeping data close to the application,... More information -
- 2,011 total downloads
- last updated 11/8/2025
- Latest version: 1.0.7
The Extensions Caching Abstraction in .NET provides a standardized way to work with caching in applications. It is part of the Microsoft.Extensions.Caching.Abstractions library and defines interfaces and... More information -
- 1,236 total downloads
- last updated 6/7/2025
- Latest version: 1.1.3
is a component within the Ahura framework, designed to provide comprehensive identity and authentication management services. It offers tools for handling user authentication, authorization, and role-based... More information -
- 1,092 total downloads
- last updated 5/8/2025
- Latest version: 1.1.0
Extension methods in .NET are a feature that allows developers to add new methods to existing types without modifying their source code or creating new derived types. Defined as static methods in a static... More information -
- 938 total downloads
- last updated 11/6/2024
- Latest version: 1.0.3
The Ahura.Extensions.Notification.Abstraction library provides a standardized interface for handling notifications within the Ahura framework. It defines core contracts and abstractions for various notification... More information -
- 760 total downloads
- last updated 12/22/2024
- Latest version: 1.0.1
A mapper object in .NET is used to transfer or convert data between different types of objects, such as entities and Data Transfer Objects (DTOs). It automates the process of mapping properties from one object... More information -
- 714 total downloads
- last updated 12/22/2024
- Latest version: 1.0.3
AutoMapper is a .NET library that automates the process of mapping data between objects, making it easier to convert one object type to another. It automatically maps properties with matching names and types,... More information -
- 637 total downloads
- last updated 11/6/2024
- Latest version: 1.0.4
The Ahura.Extensions.Notification.Gmail library provides an implementation for sending email notifications via Gmail within the Ahura framework. It utilizes Gmail's APIs or SMTP protocol to deliver emails,... More information -
- 552 total downloads
- last updated 11/8/2025
- Latest version: 1.0.2
The Extensions Caching Distributed SQL is part of the Microsoft.Extensions.Caching.SqlServer package in .NET, which allows developers to use SQL Server as a distributed cache store. This implementation provides... More information -
- 452 total downloads
- last updated 11/6/2024
- Latest version: 1.0.3
The Ahura.Extensions.Notification.Telegram library provides an implementation for sending notifications via Telegram within the Ahura framework. It uses Telegram’s API to send messages, leveraging the... More information -
- 343 total downloads
- last updated 11/8/2025
- Latest version: 1.0.1
Redis cache is an in-memory data store that is widely used for caching purposes, providing extremely fast read and write operations. It supports various data structures like strings, hashes, lists, sets, and... More information