Skip to content
Jon P Smith edited this page Jan 21, 2019 · 14 revisions

EFCore.GenericBizRunner library

GenericBizRunner is a library to help write and run business logic that is using Entity Framework Core (EF Core) library for database accesses, normally in an ASP.NET Core web application. See Readme for why this library was written.

Docs to understand things

NOTE: If you own my book Entity Framework Core in action, then read chapter 4.

I also suggest you clone this repo and press F5. This will start the example application (it uses in-memory databases, so it runs anywhere). The business logic examples can be found by a) going though the process of buying a book, and b) changing the delivery date of an order.

Docs to set up and use GenericBizRunner