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
- Host: GitHub
- URL: https://github.com/milandjurdjevic/audentity
- Owner: milandjurdjevic
- License: mit
- Archived: true
- Created: 2023-11-11T01:50:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T00:25:21.000Z (about 2 years ago)
- Last Synced: 2025-02-20T18:17:32.919Z (over 1 year ago)
- Topics: audit, dotnet, efcore, entityframework, entityframeworkcore
- Language: C#
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).