🤖
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 Unit Of Work Helper

Custom Implementation of REN Unit Of Work

REN library does not like forcing you to do something with its own rules. That's why it allows you to customize it and make it fit to your own rules!

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

PreviousTransactionsNextOverriding Existing Methods

Last updated 8 months ago