In-line Assignment Operator
I admit that I'm not a fan of in-line assignment, as the symbol for the operator closely resembles the comparison operator for equality.
Which to me is easily confusing.
Since vb.net does allow assignment mid expression, due to symbol =...
New VB11 FeaturesA preview of some of the new features coming in VB11, which you can experiment with via the
VS11 Developer PreviewThe New Features- Async & Await
This will be the major feature of VB11 asynchronous method supported directly by the language.
...