In many times people have asked me some question about strings in C#. The much quoted question is about: “What is the @ before the string?”
So, now I want try to give some pills about those strings in C#.
Just to be clear, I’m assuming that you already know a base of C# and strings operations (concats, escaping, etc.)