I'm brand-new to C#. Among the samples I've seen is the use of the @ symbol in front of quoted text. What's its purpose?
For my first program, I wrote one that opens Excel workbooks for retrieval and update. In the on-line samples I found, that symbol preceded the filename samples. I omitted that symbol, though, and my program works fine - which leaves me wondering why I see samples with that symbol in them.