Click here to Skip to main content
15,867,488 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: for each loop with if else statement Pin
Walter Schmidt 20227-Mar-23 10:03
Walter Schmidt 20227-Mar-23 10:03 
QuestionWhat does the Rollback method in EF Core do? Pin
dataminers30-Oct-22 23:52
dataminers30-Oct-22 23:52 
AnswerRe: What does the Rollback method in EF Core do? Pin
Richard MacCutchan31-Oct-22 0:30
mveRichard MacCutchan31-Oct-22 0:30 
GeneralRe: What does the Rollback method in EF Core do? Pin
dataminers31-Oct-22 3:14
dataminers31-Oct-22 3:14 
GeneralRe: What does the Rollback method in EF Core do? Pin
Richard Deeming31-Oct-22 3:21
mveRichard Deeming31-Oct-22 3:21 
GeneralRe: What does the Rollback method in EF Core do? Pin
dataminers31-Oct-22 21:09
dataminers31-Oct-22 21:09 
Question.net 6.0 web api how increment request timeout? Pin
ste2224-Oct-22 23:01
ste2224-Oct-22 23:01 
AnswerRe: .net 6.0 web api how increment request timeout? Pin
Richard Deeming25-Oct-22 1:48
mveRichard Deeming25-Oct-22 1:48 
You need to change the requestTimeout property on the aspNetCore element instead:
XML
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.webServer>
    <aspNetCore requestTimeout="00:02:00" .../>
  </system.webServer>
</configuration>




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

QuestionWays to migrate a Silverlight application? Pin
Member 1579410912-Oct-22 22:54
Member 1579410912-Oct-22 22:54 
AnswerRe: Ways to migrate a Silverlight application? Pin
Richard Deeming12-Oct-22 23:27
mveRichard Deeming12-Oct-22 23:27 
Questioncsv file sort and create a new and store the data Pin
Member 1577533021-Sep-22 20:52
Member 1577533021-Sep-22 20:52 
AnswerRe: csv file sort and create a new and store the data Pin
Richard Deeming21-Sep-22 21:31
mveRichard Deeming21-Sep-22 21:31 
QuestionPLINQ - WithDegreeOfParallelism Pin
dataminers9-Sep-22 5:27
dataminers9-Sep-22 5:27 
AnswerRe: PLINQ - WithDegreeOfParallelism Pin
Richard MacCutchan9-Sep-22 5:50
mveRichard MacCutchan9-Sep-22 5:50 
GeneralRe: PLINQ - WithDegreeOfParallelism Pin
dataminers9-Sep-22 10:18
dataminers9-Sep-22 10:18 
GeneralRe: PLINQ - WithDegreeOfParallelism Pin
Richard MacCutchan9-Sep-22 21:53
mveRichard MacCutchan9-Sep-22 21:53 
GeneralRe: PLINQ - WithDegreeOfParallelism Pin
dataminers11-Sep-22 2:01
dataminers11-Sep-22 2:01 
GeneralRe: PLINQ - WithDegreeOfParallelism Pin
Dave Kreskowiak11-Sep-22 4:36
mveDave Kreskowiak11-Sep-22 4:36 
GeneralRe: PLINQ - WithDegreeOfParallelism Pin
Richard Deeming11-Sep-22 21:39
mveRichard Deeming11-Sep-22 21:39 
QuestionMultiThread on Single Core Processor (CPU) Pin
dataminers6-Sep-22 3:24
dataminers6-Sep-22 3:24 
AnswerRe: MultiThread on Single Core Processor (CPU) Pin
dan!sh 6-Sep-22 3:46
professional dan!sh 6-Sep-22 3:46 
GeneralRe: MultiThread on Single Core Processor (CPU) Pin
dataminers6-Sep-22 22:28
dataminers6-Sep-22 22:28 
AnswerRe: MultiThread on Single Core Processor (CPU) Pin
Eddy Vluggen6-Sep-22 4:20
professionalEddy Vluggen6-Sep-22 4:20 
AnswerRe: MultiThread on Single Core Processor (CPU) Pin
Dave Kreskowiak6-Sep-22 4:38
mveDave Kreskowiak6-Sep-22 4:38 
GeneralRe: MultiThread on Single Core Processor (CPU) Pin
Eddy Vluggen6-Sep-22 5:14
professionalEddy Vluggen6-Sep-22 5:14 

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.