Jump to content

Repository: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 January 2025

  • curprev 07:4207:42, 22 January 2025 Chr1ss talk contribs 12,064 bytes +7 No edit summary
  • curprev 07:4107:41, 22 January 2025 Chr1ss talk contribs 12,057 bytes +6,941 No edit summary
  • curprev 06:2206:22, 22 January 2025 Chr1ss talk contribs 5,116 bytes +5,116 Created page with "= Repository Pattern = The Repository Pattern mediates between the domain and data mapping layers, using a collection-like interface for accessing domain objects. It provides an abstraction of data persistence, enabling applications to work with domain models without being concerned about database connections or queries. == Purpose == The primary purpose of the Repository Pattern is to achieve a clean separation and one-way dependency between the domain and data mappin..."