Error!
Success!

IRepository<T>: one size does not fit all

0
kicks

IRepository&lt;T&gt;: one size does not fit all  (Unpublished)

One pattern that has recently become popular in mainstream .NET is IRepository&lt;T&gt;. 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.


Kicked By:
Drop Kicked By: