Click here to Skip to main content
15,793,547 members
Home / Discussions / C#
   

C#

 
GeneralRe: linq to objects Extract values between start and end strings Pin
Mycroft Holmes2-May-21 13:21
professionalMycroft Holmes2-May-21 13:21 
AnswerRe: linq to objects Extract values between start and end strings Pin
Eddy Vluggen3-May-21 7:24
professionalEddy Vluggen3-May-21 7:24 
QuestionHow to report progress from Async function Pin
Mou_kol29-Apr-21 21:23
Mou_kol29-Apr-21 21:23 
AnswerRe: How to report progress from Async function Pin
Richard Deeming29-Apr-21 22:15
mveRichard Deeming29-Apr-21 22:15 
GeneralRe: How to report progress from Async function Pin
Mou_kol29-Apr-21 23:10
Mou_kol29-Apr-21 23:10 
GeneralRe: How to report progress from Async function Pin
Richard Deeming30-Apr-21 2:45
mveRichard Deeming30-Apr-21 2:45 
GeneralRe: How to report progress from Async function Pin
Mou_kol1-May-21 4:18
Mou_kol1-May-21 4:18 
GeneralRe: How to report progress from Async function Pin
Dave Kreskowiak1-May-21 6:29
mveDave Kreskowiak1-May-21 6:29 
The _ is a place holder for a throw-away variable.

It just means whatever the Run() call returns is ignored, or thrown away. It saves you from having to define a variable of the correct type to hold a value you're not going to use any way.

AnswerRe: How to report progress from Async function Pin
OriginalGriff30-Apr-21 20:56
mvaOriginalGriff30-Apr-21 20:56 
GeneralRe: How to report progress from Async function Pin
Mou_kol1-May-21 4:15
Mou_kol1-May-21 4:15 
GeneralRe: How to report progress from Async function Pin
OriginalGriff1-May-21 5:21
mvaOriginalGriff1-May-21 5:21 
GeneralRe: How to report progress from Async function Pin
Mou_kol1-May-21 7:42
Mou_kol1-May-21 7:42 
AnswerRe: How to report progress from Async function Pin
Eddy Vluggen3-May-21 7:25
professionalEddy Vluggen3-May-21 7:25 
QuestionC# How to speed up for loop with large data iteration Pin
Mou_kol29-Apr-21 3:40
Mou_kol29-Apr-21 3:40 
AnswerRe: C# How to speed up for loop with large data iteration Pin
Richard Andrew x6429-Apr-21 3:46
professionalRichard Andrew x6429-Apr-21 3:46 
AnswerRe: C# How to speed up for loop with large data iteration Pin
Richard MacCutchan29-Apr-21 4:07
mveRichard MacCutchan29-Apr-21 4:07 
AnswerRe: C# How to speed up for loop with large data iteration Pin
OriginalGriff29-Apr-21 5:16
mvaOriginalGriff29-Apr-21 5:16 
AnswerRe: C# How to speed up for loop with large data iteration Pin
Gerry Schmitz29-Apr-21 10:03
mveGerry Schmitz29-Apr-21 10:03 
GeneralRe: C# How to speed up for loop with large data iteration Pin
jsc4229-Apr-21 23:29
professionaljsc4229-Apr-21 23:29 
GeneralRe: C# How to speed up for loop with large data iteration Pin
Gerry Schmitz30-Apr-21 9:22
mveGerry Schmitz30-Apr-21 9:22 
GeneralRe: C# How to speed up for loop with large data iteration Pin
jsc421-May-21 10:42
professionaljsc421-May-21 10:42 
QuestionHow to configure ad hoc network using C# windows form app for windows 10 Pin
Member 1517286227-Apr-21 5:09
Member 1517286227-Apr-21 5:09 
AnswerRe: How to configure ad hoc network using C# windows form app for windows 10 Pin
Gerry Schmitz27-Apr-21 9:02
mveGerry Schmitz27-Apr-21 9:02 
Questionsql server 2019 instances with C # Pin
Member 1407213825-Apr-21 21:50
Member 1407213825-Apr-21 21:50 
AnswerRe: sql server 2019 instances with C # Pin
OriginalGriff25-Apr-21 22:13
mvaOriginalGriff25-Apr-21 22:13 

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.