In some programming languages all strings have an @ prefix i.e. var foo = @"this is a test";
If a string does not have an @ prefix does the .NET framework have to do extra work? Is there any scanning that has to be done? I'm curious of we should be using @ on all strings possible?