News

Object initializers enable you to specify properties for a complex object by using a single expression. They can be used to create instances of named types and of anonymous types. Declarations of ...
Microsoft’s Visual Basic is about to sprout some powerful legs this year in the form of Visual Basic.Net. Companies planning to adopt Visual Basic.Net will be able to leverage application ...
Processing All Properties on an Object. If you ever need to work with all of the properties in some object, you can use GetType and GetProperties to retrieve the object's PropertyInfo objects. After ...
Object initializers enable you to specify properties for a complex object by using a single expression. They can be used to create instances of named types and of anonymous types. Declarations of ...