744 Views
C# is still evolving, this time with C# 10 we will focus on constants. Before C# 10 it was possible to concatenate strings, the string interpolation functionality existed but did not allow to have interpolated string constants. this is now possible with C# 10 for readability reasons. Let's look at an example.
0 comments