This repository demonstrates couple of good concepts on Entry Framework.
- Seeding database
- Loading related data
- Eager Loading
- Explicit Loading
- Select loading
- Lazy loading
- Handling relationship
- one-to-one
- one-to-many
- many-to-many
- Sorting, Filtering and Paging
- CRUD operation on DB
- .NET 5
- dotnet tool install --global dotnet-ef
-
Clone this repository
git clone https://github.com/abhishekgoenka/BookApp.git cd BookApp
The main projects you can run are
MyFirstEfCoreApp
, which is the console applicationBookApp
, which is the ASP.NET Core application