Click here to Skip to main content
15,893,588 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWindows Service Pin
RajaMohammed.A28-Nov-19 0:56
RajaMohammed.A28-Nov-19 0:56 
AnswerRe: Windows Service Pin
phil.o28-Nov-19 0:59
professionalphil.o28-Nov-19 0:59 
AnswerRe: Windows Service Pin
Richard MacCutchan28-Nov-19 7:21
mveRichard MacCutchan28-Nov-19 7:21 
QuestionHow to remove unused CSS Pin
Member 1466872726-Nov-19 2:22
Member 1466872726-Nov-19 2:22 
AnswerRe: How to remove unused CSS Pin
Eddy Vluggen26-Nov-19 2:55
professionalEddy Vluggen26-Nov-19 2:55 
PraiseRe: How to remove unused CSS Pin
Member 1466872727-Nov-19 2:10
Member 1466872727-Nov-19 2:10 
Questionfaulting module ClrProfilerAgent.dll Pin
Adinath123426-Nov-19 0:41
Adinath123426-Nov-19 0:41 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
phil.o26-Nov-19 0:50
professionalphil.o26-Nov-19 0:50 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
#realJSOP26-Nov-19 1:38
mve#realJSOP26-Nov-19 1:38 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
Slacker00726-Nov-19 2:10
professionalSlacker00726-Nov-19 2:10 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
OriginalGriff26-Nov-19 1:53
mveOriginalGriff26-Nov-19 1:53 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
glennPattonWork326-Nov-19 2:03
professionalglennPattonWork326-Nov-19 2:03 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
#realJSOP26-Nov-19 2:06
mve#realJSOP26-Nov-19 2:06 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
Slacker00726-Nov-19 2:11
professionalSlacker00726-Nov-19 2:11 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
Mike Hankey26-Nov-19 2:50
mveMike Hankey26-Nov-19 2:50 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
Kornfeld Eliyahu Peter26-Nov-19 2:37
professionalKornfeld Eliyahu Peter26-Nov-19 2:37 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
F-ES Sitecore26-Nov-19 2:40
professionalF-ES Sitecore26-Nov-19 2:40 
QuestionSpeculative question on Identity Server Pin
Ger Hayden20-Nov-19 22:05
Ger Hayden20-Nov-19 22:05 
QuestionWindows Service Pin
RajaMohammed.A20-Nov-19 20:42
RajaMohammed.A20-Nov-19 20:42 
AnswerRe: Windows Service Pin
Richard MacCutchan20-Nov-19 22:20
mveRichard MacCutchan20-Nov-19 22:20 
QuestionWeb Application in Visual Studio 2019 Pin
Ebrahimaw20-Nov-19 13:08
Ebrahimaw20-Nov-19 13:08 
AnswerRe: Web Application in Visual Studio 2019 Pin
Eddy Vluggen20-Nov-19 13:56
professionalEddy Vluggen20-Nov-19 13:56 
QuestionPlayer ranking Pin
padre_17-Nov-19 5:16
padre_17-Nov-19 5:16 
AnswerRe: Player ranking Pin
Roberto M.7915-Sep-20 4:20
Roberto M.7915-Sep-20 4:20 
QuestionTransaction scope and web apis Pin
Ger Hayden13-Nov-19 23:16
Ger Hayden13-Nov-19 23:16 
One of my API controllers is hitting two databases each on its own context, and I do not want any tables updated until I am satisfied that it is safe.

With that in mind I wrapped the code in a C# transaction scope but when I reached a point where I had to fire scope.dispose, the API call crashed out with a code 500 and any previously executed inserts were not rolled back.

I have successfully applied entity framework core transaction protection to the code block so it is not an issue, but I am curious to know if anyone has tried and succeeded or failed in the same thing.

A quick look online did not show up anything.
Ger

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.