python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# AOP Transaction Aspect
My problem is related to the undoing of the actions I have done when the error is received.
In the project that I am developing on .Net core 5, I can undo these transactions with Transection scope asp...
Onur GOZ
Votes: 0
Answers: 1
EF Core- his SqlTransaction has completed; it is no longer usable. at Microsoft.Data.SqlClient.SqlTransaction.ZombieCheck()
We are using EF Core with repository pattern in our application.
But we are facing an issue randomly anytime ,however frequency of the issue not very high but still after 300 to 400 request it popups ...
shk001
Votes: 0
Answers: 0
Bind Db context lifecycle to TransactionScope
I am new to Entity framework core but have used Nhibernate and Java Hibernate for years and I'd like to bind DbContext to transaction scope.
So method calls from service layer to business layers for a...
Gengis
Votes: 0
Answers: 1
Transaction Scope and Task.When all execution
Intention: speed up Sql insert operation with a transaction commit / rollback support
Have a pretty big amount of data (about 900 k entities)
Would like to put down the data to SQL table in parallel,...
AllmanTool
Votes: 0
Answers: 1