Repository
Everything on SkillVeris tagged Repository — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
Repository Pattern in MVC
How the repository pattern abstracts data access behind interfaces, decoupling MVC controllers from Entity Framework and improving testability.
Repository Pattern in ASP.NET Core
How to abstract data access behind repository interfaces in ASP.NET Core, and when that abstraction is worth the added indirection over EF Core directly.
Repositories in Spring Data
Understand the Repository interface hierarchy in Spring Data — from Repository and CrudRepository to PagingAndSortingRepository and JpaRepository.
Repository Pattern in Android
The repository pattern centralizes data access behind a single abstraction, hiding whether data comes from Room, Retrofit, or DataStore from ViewModels and the…
Initializing a Repository
How to create a new Git repository with git init, what actually gets created inside the .git directory, and how this differs from cloning an existing one.