New answers tagged c#
2
votes
concatenate string, with different first and last iteration
You may wish to unroll the loop to avoid putting a condition inside it. We know that i == arr.Length - 1 condition is only ever going to be true once, and we know ...
Top 50 recent answers are included
Related Tags
c# × 9970.net × 1141
performance × 871
linq × 586
beginner × 564
design-patterns × 454
object-oriented × 445
algorithm × 401
asp.net × 394
entity-framework × 393
multithreading × 348
strings × 320
wpf × 320
winforms × 307
programming-challenge × 298
unit-testing × 255
generics × 232
async-await × 231
asp.net-mvc × 224
unity3d × 220
console × 208
game × 198
asynchronous × 181
asp.net-core × 169
array × 165