📄️ Overview
EF Core Integration with Ramsha
📄️ Connections Strings
Ramsha provides a flexible and powerful connection string management system that supports multiple databases, connection string aliases, and automatic resolution.
📄️ Database Migrations
Entity Framework Core includes a powerful migration system. Ramsha builds on this foundation to provide a consistent, streamlined way to manage database changes during application development.
📄️ Repositories
Repository Pattern in Ramsha
📄️ Global Query Filters
Global query filters in Ramsha automatically apply filtering conditions to all queries for specific entity types. This is particularly useful for implementing cross-cutting concerns like soft delete, multi-tenancy, or entity state management without repeating the same conditions throughout your codebase.