Learn your way! Get started

ASP.NET Core 3.1 MVC, Part 2 of 7: Repository Pattern

with expert Bhrugen Patel


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 2/20/2020
Level Beginner
Runtime 0h 56m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

Ready for a deep dive into framework that will power your web pages? Jump in and Master it with this series on using MVC with ASP.NET Core. This course covers: the repository pattern and implementing the repository pattern.

Prerequisites

• 3-6 months of C# experience • Basic SQL knowledge • Basic HTML and JavaScript knowledge.

Meet the expert

I have a master's of science degree in computer science, and a bachelor of Computer Engineering. I also have many years of experience with .NET, C#, and .NET MVC. I enjoy teaching along with my full-time job.

Course outline



Repository Pattern

Repository Pattern (19:09)
  • Introduction (00:08)
  • What is Repository Pattern (00:55)
  • Create Category Model (03:03)
  • Intro to Repository (02:55)
  • Repository Overview (01:37)
  • Repository Pattern Detailed flow (06:28)
  • Repository Detailed Architecture (03:53)
  • Summary (00:08)
Implement Repository Pattern (16:05)
  • Introduction (00:08)
  • Implement Repository Pattern (03:38)
  • Implement IRepository (06:22)
  • Implement Repository Class Part 1 (05:49)
  • Summary (00:08)
Implement Repository Class Part 2 (21:37)
  • Introduction (00:08)
  • Implement Repository Class Part 2 (04:00)
  • Implement ICategoryRepository (02:33)
  • Implement CategoryRepository (05:43)
  • Implement UnitOfWork (04:56)
  • Push Category To Database (04:07)
  • Summary (00:08)