surviving winformsc# 6.0string interpolation Sep 19, 2022 Using string interpolation to craft readable strings in C# The longer I write software, the more I come to appreciate clear code. String interpolation in C# is just one more way to help us do that. Read more Share
c#datetimestring interpolation Apr 4, 2019 How to include a DateTime format as a constant inside string interpolation I was upgrading some code to use string interpolation, a feature introduced in C# 6, when I ran into a small snag with DateTimes and a format string stored as a constant. Read more Share