Part 60-Repository Pattern In Asp.Net

Sdílet
Vložit
  • čas přidán 25. 08. 2020
  • Asp.net core 60:
    Repository Pattern in Asp.net Core:
    Repository Pattern hides the details of how exactly the data is saved or retrieved from the underlying data source.
    In this video ,we have implemented a repository that stores and retrieves data from an in-memory collection
    as well another repository that stores and retrieves data from a database like SQL Server,
    for understanding how does the repository pattern helps in building loosely coupled application.

Komentáře •