ImanSoftware
-
- 1,252 total downloads
- last updated 9/15/2026
- Latest version: 1.0.12
Display ImanSoftware branding badge with contact information in Blazor apps. -
- 753 total downloads
- last updated 8/29/2026
- Latest version: 1.0.6
Base DDD building blocks: Entity, ValueObject, AggregateRoot, Guard clauses, and domain event abstractions. -
- 671 total downloads
- last updated 8/3/2026
- Latest version: 1.0.3
A lightweight Result/Outcome pattern implementation for .NET — consistent error handling without exceptions. -
- 601 total downloads
- last updated 9/9/2026
- Latest version: 1.0.5
Rate limiting abstraction with in-memory and distributed support. -
- 548 total downloads
- last updated 9/9/2026
- Latest version: 1.0.4
Common extension methods for strings, DateTime, Enum, IEnumerable, Exception, and Object to reduce boilerplate code. -
- 533 total downloads
- last updated 8/17/2026
- Latest version: 1.0.2
Unified JSON serialization abstraction with providers for System.Text.Json and Newtonsoft.Json. -
- 497 total downloads
- last updated 9/9/2026
- Latest version: 1.0.6
Umbrella package that bundles all ImanSoftware modules for a unified development experience. -
- 466 total downloads
- last updated 9/3/2026
- Latest version: 1.0.2
In-memory caching abstraction built on IMemoryCache, with a clean GetOrSet pattern. -
- 429 total downloads
- last updated 8/7/2026
- Latest version: 1.0.1
Structured logger adapter with ILogger abstraction, supporting scopes and standard log levels. -
- 165 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
Dapper implementation of ImanSoftware.DataAccess for high-performance SQL operations. -
- 162 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
Database-agnostic data access abstractions (connection factory, transaction scope, query executor). -
- 161 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
File storage abstraction for upload, download, delete, move, copy, and metadata operations (local file system included). -
- 158 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
JWT token generation, validation, and authentication middleware for ASP.NET Core. -
- 157 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
Access the current authenticated user via HttpContext with generic TUserId support (Guid, int, string). -
- 157 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
Generates sequential (database-friendly) and random GUIDs with dependency injection support. -
- 156 total downloads
- last updated 8/3/2026
- Latest version: 1.0.0
Abstraction over DateTime.Now to improve testability and control over time in your application. -
- 104 total downloads
- last updated 8/5/2026
- Latest version: 1.0.0
A lightweight CQRS abstraction layer built on MediatR for .NET applications.Provides base interfaces (ICommand, IQuery, ICommandHandler, IQueryHandler) to implement the Command Query Responsibility Segregation... More information