From 78688d63ab23fee98fb0231c143c5d11453ce9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oktay=20K=C4=B1r=20=2C=20PhD?= Date: Mon, 10 Feb 2020 11:59:37 +0300 Subject: [PATCH] Entity Framework Core Audit Log on .NET Standard https://github.com/OKTAYKIR/EFCoreAuditing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3670b92..f706283 100644 --- a/README.md +++ b/README.md @@ -2566,3 +2566,4 @@ A curated list of awesome C-Sharp frameworks, libraries and software. * [kubiix/ReSharper.StyleCop](https://github.com/kubiix/ReSharper.StyleCop) - StyleCop support for ReSharper * [reuzel/CqlSharp](https://github.com/reuzel/CqlSharp) - An ADO.Net driver for Cassandra * [dotMorten/SharpGIS.GZipWebClient](https://github.com/dotMorten/SharpGIS.GZipWebClient) - GZip WebClient for Windows Phone +* [OKTAYKIR/EFCoreAuditing](https://github.com/OKTAYKIR/EFCoreAuditing) - A Library for EntityFrameworkCore to support automatically recording data changes history (audit logging), soft-delete, and Snakecase naming convention functionality.