0
kicks
C# String Extension - Repeat and Coalesce, with Linq
Howto create lite String Extensions. Coalesce works great - if you want for example show Name, but if it is empty, show Email of user. Linq gaves possibility to do this in one line of code! Extensions - for ease of use.