GitHub Documentation

Kista

Kista is a framework that provides a set of abstractions and implementations of the Repository Pattern for .NET applications. It allows you to define repositories that abstract away the details of data access, enabling you to write clean, testable, and maintainable code that is decoupled from specific data storage technologies.

Features