Intermediate

ASP.NET Core 10 Web API: Databases, Searching, Filtering and Paging

EF Core, the repository pattern, and searching, filtering and paging resources in a Web API.

Demo Project: CityInfo API Technologies: ASP.NET Core 10 · Entity Framework Core · SQLite · AutoMapper · Repository Pattern

Entity Framework Core (EF Core) is an open-source ORM (Object-Relational Mapper) for .NET. It allows you to work with a database using .NET objects, without writing most of the data access SQL code.

In this course, the database used is SQLite, which is lightweight and ideal for local development.

Sign in to read this course

A free account unlocks all 514 courses. 20 are readable without one.

What's inside

11 sections
  1. 1 Table of Contents
  2. 2 Module 1 — Getting Started with Entity Framework Core
  3. 3 Module 2 — Working with Data via the Repository
  4. 4 Module 3 — Manipulating Data via the Repository
  5. 5 Module 4 — Searching and Filtering Resources
  6. 6 Module 5 — Paging Resources
  7. 7 Module 6 — Service Layer
  8. 8 Overall Architecture
  9. 9 Repository Pattern Flow
  10. 10 Search / Filter / Pagination Pipeline
  11. 11 Reference Tables

Interested in this course?

Contact us to book it or get a custom training plan for your team.