Browse by Tags

All Tags » Programming - C# (RSS)
Sorry, but there are no more tags available to filter with.

C# string and the @ symbol

I knew that you could use the @ symbol like this: "c:\\temp\\temp.txt" ==> @"c:\temp\temp.txt" to make paths, etc more readable but I didn't know this: Console.Writeline(@"bozo breath and rubber noses"); will print out exactly as written. I write a lot...
Posted by cloudycity | 2 comment(s)
Filed under:

This may have been obvious to others but ...

I have misunderstood one of the basic concepts of C#: reference types and pass by value. I know that this is explained in the elementary C# texts but I made an assumption about pass by value and ignored the rest. When reference types are passed to methods...
Posted by cloudycity | with no comments
Filed under:
More Posts