This repository showcases applications developed for a practical work assignment on Transaction Control in the Master's in Computer Engineering program.
-
Updated
Sep 18, 2024 - C#
This repository showcases applications developed for a practical work assignment on Transaction Control in the Master's in Computer Engineering program.
It is a repository created to learn advanced entity framework. All theoretically known knowledge has been tried practically through this pool. It was a different experience to deal with the isolation level issue with the entity framework in particular.
The following example shows how to override the default (READ COMMITTED) isolation level in a specific query to allow the user to retrieve the data without being locked on the requested data by another process that modifies it.
Add a description, image, and links to the isolation-levels topic page so that developers can more easily learn about it.
To associate your repository with the isolation-levels topic, visit your repo's landing page and select "manage topics."