IAt the MSDN Event in Boston last week someone was asking about whether the “My” object would be available to C# developers…I received a follow up email from an attendee who found some information about this, and the fact that Richard Hale Shaw will be presenting on the topic next week at the Boston Code Camp…
http://www.thomscontent.com/cc4/default.htm
Why should VB.NET Guys Have All the Fun? Using the My Object (.NET 2.0) in C# With the release of VB.NET 2.0 (VS2005) comes a new object referred to as the My Services object, which makes it easier to consume Web Services, retrieve and set application settings, and examine and use other application environment settings. But peek under-the-hood shows that the My object is really a set of classes and generic types that are generated by the VB.NET compiler, and which - with a little bit of work -- can be reproduced for use by C# (and other Managed Code) developers. In this session, Richard will explain the workings of the My object, how to leverage it from C#, and why you'll want to do so.
Enjoy!