An open API service indexing awesome lists of open source software.

https://github.com/milandjurdjevic/audentity

Auditing library for Entity Framework
https://github.com/milandjurdjevic/audentity

audit dotnet efcore entityframework entityframeworkcore

Last synced: about 1 year ago
JSON representation

Auditing library for Entity Framework

Awesome Lists containing this project

README

          

# Audentity [![latest version](https://img.shields.io/nuget/v/Audentity)](https://www.nuget.org/packages/Audentity)

**Auditing library for Entity Framework**

The Audentity project is designed to enhance data integrity and accountability within applications utilizing the Entity
Framework
for data access. By integrating specialized auditing functionality, the project enables developers to effortlessly track
and log changes to the database, including inserts, updates, and deletions. This empowers organizations to maintain a
clear and transparent record of data modifications, ensuring compliance, detecting unauthorized activities, and
facilitating
forensic analysis when necessary. The project aims to streamline the implementation of robust auditing features, making
it seamless for developers to integrate comprehensive data tracking capabilities into their Entity Framework-based
applications.

## Usage

To read more about how to use Audentity, please refer to the [documentation](src/Audentity/README.md#usage) link.

## License

This project is licensed under the [MIT License](LICENSE).