Skip to content
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.

Resources

Clone this wiki locally