Visual Basic 2010 Programmerвђ™s Reference May 2026

The reference focuses on the major advancements introduced in VB 2010 that aimed for "coevolution" with C#, ensuring feature parity between the two premier .NET languages. Key technical updates covered include:

While newer versions of the .NET Framework (such as .NET 5/6/7) have since been released, the reference remains a vital resource for:

Extends the lambda support introduced in 2008 to include multi-line subroutines and functions. Visual Basic 2010 Programmer’s Reference

Simplifies property declarations to a single line, with the compiler automatically generating the getter, setter, and backing fields.

Covers enhancements like "Navigate To," "Highlight References," and improved IntelliSense. The reference focuses on the major advancements introduced

The Visual Basic 2010 Programmer's Reference is a core entry in the Wrox "Programmer to Programmer" series. It is authored by Rod Stephens, a Microsoft Visual Basic MVP known for his extensive contributions to the VB community. The book is designed for experienced developers, providing direct facts and practical examples to apply new tools to real-world development projects.

Introduces "In" and "Out" modifiers for generic interfaces and delegates, allowing for more flexible assignment between related types (covariance and contravariance). Tooling and Framework Integration The book is designed for experienced developers, providing

Removes the requirement for the underscore ( _ ) character in over 60 different code scenarios, such as after commas or before operators.