Today, I started creating my own implementation of the VB.NET 2005 “My“ namespace. The target platforms for my implementation are .NET v1.1 and Mono v1.x Heck, maybe eventually I could convince the folks over at the Mono project to put my code into their implementation of the .NET Framework, but I suppose I'll have to get alot more done on it first.

If you don't know what the “My” namespace is check this out: http://channel9.msdn.com/ShowPost.aspx?PostID=13368

If you would like to get your hands on my implementation of the My namespace for .NET 1.1 and Mono, you will have to wait since it is no where near complete enough to even let anyone play with it.

UPDATE: I have since abandoned this project idea since the My namespace is WAY to large for one person to write the entire thing in their spare time. Plus, I think the Mono guys have probably started to tackle this anyway.