July 2015
Intermediate to advanced
1300 pages
87h 27m
English
The My namespace provides shortcuts for accessing several common objects in .NET development. My exposes classes that wrap existing built-in objects and offers them again in a way that’s easier to use. By using My, you can access lots of development areas and write less code than you would if you used traditional techniques. At a higher level My exposes the following members:
My.Application, a property exposing members that allows access to other properties of the current application
My.Computer, a property exposing ...