1 repository
Data access strategies that combine full object-relational mapping with lightweight mappers for performance optimization.
Distinct from ORM: Existing candidates focus on schema generation or specific language models, not the hybrid approach of heavy ORM and lightweight mapper.
Explore 1 awesome GitHub repository matching data & databases · Hybrid ORM Access. Refine with filters or upvote what's useful.
Util is a comprehensive development framework for .NET designed to implement layered architectures and domain driven design. It provides a toolkit of base classes and tools for building full stack applications, specifically focusing on the creation of backend admin frameworks and management interfaces. The project distinguishes itself through a boilerplate generator that produces the necessary types and classes to standardize repetitive architectural patterns. It also includes a micro-frontend orchestrator that enables the splitting of large frontend modules into independent projects for sepa
Performs database operations using a combination of a heavy ORM and a lightweight mapper for complex queries.