NuGet Ecosystem
Enterprise .NET Libraries
Production-ready packages following clean architecture and domain-driven design principles
469.5k+
Total Downloads
23
Active Packages
5K+
Developers
stable
core
eQuantic Core Library
Core functionality and abstractions for building robust applications
stable
architecture
eQuantic.Core.CQS
eQuantic.Core.CQS library for .NET applications
stable
data
eQuantic Core Data Class Library
Data abstractions and patterns for domain-driven design
stable
core
eQuantic Exceptions
Custom exceptions and error handling utilities
stable
data
eQuantic.Core.Data.Cassandra
eQuantic.Core.Data.Cassandra library for .NET applications
stable
data
eQuantic.Core.Data.EntityFramework
eQuantic.Core.Data.EntityFramework library for .NET applications
stable
data
eQuantic.Core.Data.MongoDb
eQuantic.Core.Data.MongoDb library for .NET applications
stable
data
eQuantic Core Persistence
Repository patterns and data persistence abstractions
stable
web
eQuantic Core API
API building blocks and utilities
stable
web
eQuantic Core API Error Handling
Centralized API error handling and responses
stable
web
eQuantic Core API Client
HTTP client abstractions and utilities
stable
architecture
eQuantic Core Application
Application layer patterns and CQRS implementation
stable
architecture
eQuantic Core Domain
Domain layer building blocks for DDD
stable
web
eQuantic Core API CRUD
RESTful CRUD API controllers and operations
stable
web
eQuantic Core API CRUD Client
Type-safe HTTP clients for CRUD operations
stable
architecture
eQuantic Core Application CRUD
CRUD operations for application layer
stable
web
eQuantic Core MVC
ASP.NET Core MVC extensions and utilities
stable
utilities
eQuantic.Core.Outcomes
eQuantic.Core.Outcomes library for .NET applications
stable
utilities
eQuantic.Core.UnityAutoMapperIntegration
eQuantic.Core.UnityAutoMapperIntegration library for .NET applications
stable
core
eQuantic.GoogleIdentityPlatform.Auth
eQuantic.GoogleIdentityPlatform.Auth library for .NET applications
stable
utilities
eQuantic Mapper
Object mapping utilities and extensions
stable
utilities
eQuantic.Mapper.Generator
eQuantic.Mapper.Generator library for .NET applications
Quick Start
1. Install Package
dotnet add package eQuantic.Core
2. Configure Services
services.AddEQuantic()
3. Start Building
using eQuantic.Core;