
Using the String.join Method to Concatenate Strings
To join the objects in a collection, such as a string array, with a common delimiter like a comma or
To join the objects in a collection, such as a string array, with a common delimiter like a comma or
We often do String.ToUpper()?on two strings to compare them. This introduces additional overhead on string allocation. It is better to
Did you know you can chain null comparisons to any level on an object with ?? operator? See below for
If you want to let your web application restart your application pool, all you have to do is write a
Have you felt a need for enums to have composite values? They can be defined internally within the enum as
Write a test method around the block of code that you want to test as an independent piece. Then, compile
Protocol Buffers are considered to be one of the fastest serializer and deserializer and respond with a lightweight response. You
Queries like the one below will perform more slowly than they could be run on a varchar column. Explicitly marking
Often, assemblies are distributed to vendors to consume your code. Changes to such assemblies are always hectic to manage. If