IRepository<T>: one size does not fit all(richarddingwall.name)
submitted by
rdingwall(323) 3 years ago
One pattern that has recently become popular in mainstream .NET is IRepository<T>. Originally documented in PoEAA, a repository is an adapter that can read and write objects from the database as if it were an in-memory collection like an array. This is called persistence ignorance (PI), and lets you forget about underlying database/ORM semantics.
|category: Patterns
|Views: 123
tags:
Patterns another
Everyones tags:
Your Tags: