-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Leo Botinelly edited this page Jan 27, 2020
·
7 revisions
Zen is platform-independent, opinionated .NET Core middleware that simplifies the implementation of data-driven, API-focused apps.
Its core aspect is the ability to handle data for multiple connectors at the same time, regardless of the target database: Both relational and document (no-SQL) models are supported.
Several features are provided out-of-the-box, ORM, Caching, REST, Containerization, environment isolation - the list goes on; Zen takes care of the moving parts, allowing you to focus on your what's important.
- Getting Started
- API Reference
- Tutorials
- Plugins