Click here to Skip to main content
15,791,740 members
Home / Discussions / C#
   

C#

 
GeneralRe: Lists C# Pin
Rui Couto30-Jun-22 0:51
Rui Couto30-Jun-22 0:51 
QuestionMixed mode assembly is built against version 'v2.0.50727' Pin
Le@rner2-Jun-22 1:38
Le@rner2-Jun-22 1:38 
AnswerRe: Mixed mode assembly is built against version 'v2.0.50727' Pin
OriginalGriff2-Jun-22 2:43
mvaOriginalGriff2-Jun-22 2:43 
GeneralRe: Mixed mode assembly is built against version 'v2.0.50727' Pin
Richard MacCutchan2-Jun-22 3:19
mveRichard MacCutchan2-Jun-22 3:19 
GeneralRe: Mixed mode assembly is built against version 'v2.0.50727' Pin
Le@rner2-Jun-22 18:10
Le@rner2-Jun-22 18:10 
GeneralRe: Mixed mode assembly is built against version 'v2.0.50727' Pin
Richard Deeming5-Jun-22 22:49
mveRichard Deeming5-Jun-22 22:49 
GeneralRe: Mixed mode assembly is built against version 'v2.0.50727' Pin
Le@rner5-Jun-22 23:34
Le@rner5-Jun-22 23:34 
Questionasync-await block Pin
j11codep31-May-22 17:46
j11codep31-May-22 17:46 
(1) does this block on the first item's await or will await on all?
(2) if the latter, what's the implication if the wrapped http client in
GetItemChildAsync
is a singleton?

foreach (var i in items)
{
await GetItemChildAsync(i.Id);
}
AnswerRe: async-await block Pin
Richard Deeming31-May-22 22:44
mveRichard Deeming31-May-22 22:44 
QuestionAdding items to a list updates all previous items Pin
Code4Ever27-May-22 6:58
Code4Ever27-May-22 6:58 
AnswerRe: Adding items to a list updates all previous items Pin
Gerry Schmitz27-May-22 7:21
mveGerry Schmitz27-May-22 7:21 
GeneralRe: Adding items to a list updates all previous items Pin
Code4Ever27-May-22 7:31
Code4Ever27-May-22 7:31 
AnswerRe: Adding items to a list updates all previous items Pin
James Curran21-Jun-22 8:55
James Curran21-Jun-22 8:55 
QuestionHow do I add text via c# to an OPEN Excel Workbook? Pin
jrdnoland18-May-22 12:21
jrdnoland18-May-22 12:21 
AnswerRe: How do I add text via c# to an OPEN Excel Workbook? Pin
OriginalGriff18-May-22 20:18
mvaOriginalGriff18-May-22 20:18 
AnswerRe: How do I add text via c# to an OPEN Excel Workbook? Pin
Richard Deeming19-May-22 0:46
mveRichard Deeming19-May-22 0:46 
GeneralRe: How do I add text via c# to an OPEN Excel Workbook? Pin
Eddy Vluggen20-May-22 9:13
professionalEddy Vluggen20-May-22 9:13 
AnswerRe: How do I add text via c# to an OPEN Excel Workbook? Pin
RedDk20-May-22 10:54
RedDk20-May-22 10:54 
JokeRe: How do I add text via c# to an OPEN Excel Workbook? Pin
Richard Andrew x6421-May-22 5:05
professionalRichard Andrew x6421-May-22 5:05 
GeneralRe: How do I add text via c# to an OPEN Excel Workbook? Pin
Richard MacCutchan21-May-22 7:07
mveRichard MacCutchan21-May-22 7:07 
GeneralRe: How do I add text via c# to an OPEN Excel Workbook? Pin
RedDk21-May-22 8:50
RedDk21-May-22 8:50 
QuestionSend message to Microsoft teams group via connector Pin
sdesilets18-May-22 9:40
sdesilets18-May-22 9:40 
AnswerRe: Send message to Microsoft teams group via connector Pin
lmoelleb19-May-22 1:48
lmoelleb19-May-22 1:48 
GeneralRe: Send message to Microsoft teams group via connector Pin
sdesilets19-May-22 5:44
sdesilets19-May-22 5:44 
QuestionAnyone have experience porting Wonderware scripting to C#.net? Pin
Bruce Armstrong 202218-May-22 7:36
Bruce Armstrong 202218-May-22 7:36 

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.