
More productivity and more power. For example, the My namespace provides access to many features of the .NET Framework with much less code. For example, My.Computer.DefaultPrinter lets you work with the default printer on your computer. You can, of course, still talk to the default printer using the appropriate .NET Framework classes, but using My offers you a shortcut. There is also My.Application, My.User, and My.Forms. We'll ship with pre-built code snippets for performing common tasks, such as reading and writing to files, reading the Registry, sending e-mail, and hundreds more.
|