Contains the DbContext interfaces and classes necessary to implement ApiFramework. ApiFramework is designed to replace the need for manual Controller creation. It uses the concept of EntityFramework's Code First approach, but applied to WebApi REST endpoints. Build your models, assign them to DbContexts, and override the desired REST endpoints. ApiFramework will use your EF Code First models to create entity mappings, Controllers, and database Tables.


Keywords
License
MIT
Install
Install-Package ApiFramework.Data -Version 7.0.2024095.1