-
Notifications
You must be signed in to change notification settings - Fork 95
Home
Jon P Smith edited this page Apr 12, 2018
·
11 revisions
If you are new to EfCore.GenericServices then make sure to have had a look at the Readme file which gives an overview of the library. You might also want to look at the longer article (??? not yet released).
The Wiki contains the documentation for the EfCore.GenericServices library (referred to as GenericServices in the docs) - see the RHS sidebar. But if you are like me you like to see the code in action, then you are in luck. This repo contains:
- An example ASP.NET Core Razor Page application called RazorPageApp, which can be run locally (it uses a SQLite in-memory database so that it will run on any platform).
- An example EF Core DataLayer. This is important because it shows how to build Domain-Driven Design (DDD)-styled entity classes which GenericServices can work with.