via Brad McCabe's weblog:
For those of you who are C# programmers and a little miffed about the new “My” namespace that's coming out for VB.NET 2005 developers, there's hope. C#.Net 2005 is going to be released with a “that” namespace that will closely mimic the “My” namespace that's been discussed by so many...
via IDesign site:
“The My class in VB often simplifies and streamlines many operations, from Network programming to clipboard, to audio access, and so on. What takes sometimes a programming fit in C# can be done in one line using the My class in VB. If VB has Me and My, then C# should have this and That. The That class is the C# equivalent of the VB My class. It is a static class that uses the VB implementation as much as possible, and it requires adding a referencing to Microsoft.VisualBasic. The That class is instrumental when working in heterogeneous environments and when dealing with in porting of VB to C# or visa-versa.”