🤖
REN (Regular Everyday Normal) Helper
CtrlK
  • 🚨 DEPRECATION NOTICE 🚨
  • Welcome to REN (Regular Everyday Normal) Helper
    • Version Notes
  • REN.DataAccessHelpers
    • Database Helpers
      • Database Setup for .NET Projects
      • REN Unit Of Work Helper
        • Standard Implementation of REN Unit Of Work
          • Transactions
        • Custom Implementation of REN Unit Of Work
          • Overriding Existing Methods
          • Implementing Additional Methods
          • Using Both
      • REN Repository Helper
        • Standard Implementation of REN Repository
        • Usage of Parameters
        • Custom Implementation of REN Repository
          • Overriding Existing Methods
          • Implementing Additional Methods
          • Using Both
  • Cache Helpers
    • Cache Setup for .NET Projects
    • REN Cache Helper
      • REN In Memory Cache Service
        • Standard Implementation of REN In Memory Cache Service
        • Custom Implementation Of REN In Memory Cache Service
          • Overriding Existing Methods
          • Implementing Additional Methods
          • Using Both
      • REN Redis Cache Service
        • Standard Implementation of REN Redis Cache Service
        • Custom Implementation Of REN Redis Cache Service
          • Overriding Existing Methods
          • Implementing Additional Methods
          • Using Both
Powered by GitBook
On this page
  1. REN.DataAccessHelpers
  2. Database Helpers
  3. REN Repository Helper

Custom Implementation of REN Repository

You can customize implementation of RENRepository via overriding its methods or implementing new ones to expand.

PreviousUsage of ParametersNextOverriding Existing Methods

Last updated 1 year ago