Friday, July 9, 2021

Template literals in c#

Template literals in c#

string name="Rinkesh";

string str = $"My name is {name}";

No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)