Just a quick blog post demonstrate a way generating the Fibonacci Sequence with LINQ.
...
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 =...