EFCore.GenericRepository Versions Save

This repository contains Generic Repository implementation for Entity Framework Core

v6.0.2

6 months ago
  1. dotNET 8.0 support has been added.
  2. ExecuteUpdateAsync and ExecuteDeleteAsync have been added.

v6.0.0

1 year ago
  1. dotNET 7.0 support has been added.
  2. Breaking changes in command methods.

v6.0.0-preview1

1 year ago
  1. dotNET 7.0 support has been added.
  2. Breaking changes in command methods.

v5.9.1

1 year ago

SQL connection closing issue has been fixed.

v5.9.0

1 year ago
  1. Multiple DbConext support has been added.

v5.8.1

1 year ago
  1. Delete and Update methods return type updated.
  2. An overload for GetFromRawSqlAsync method has been added.

v5.8.0

2 years ago
  1. EF Core 6.0 support has been added.
  2. ExistsByIdAsync method has been added.

v5.7.0

2 years ago
  1. Query methods have been separated into a separate NuGet package called TanvirArjel,EFCore.QueryRepository.

v5.6.0

2 years ago

TanvirArjel.EFCore.GenericRepository 5.6.0 is available in NuGet.

This release contains the following features:

  1. EF Core 6.0 support has been added.

v5.5.0

2 years ago

TanvirArjel.EFCore.GenericRepository 5.5.0 is available in NuGet.

This release contains the following features:

  1. Methods and extension methods have been added for pagination support.

  2. Free raw SQL query support both for complex type and primitive types has been added.