Click here to Skip to main content
15,891,621 members

Videos


Page 7 of 120
2 3 4 5 6 7 8 9 10 11


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
121. Using LINQ to select from a List within a List
If you want to "flatten" enumerable of enumerables, the SelectMany extension method will do the trick.var orders = new List();var distinctOrderLines = orders.SelectMany(order => order.OrderLines).Distinct();
S. Senthil Kumar Updated: 5 Dec 2009
Rating: 4.64/5 ( (5 votes))
122. When a C++ Destructor Did Not Run – Part 2
Why did it not run?
S. Senthil Kumar Updated: 5 Dec 2009
Rating: 5.00/5 ( (2 votes))
123. When a C++ Destructor Did Not Run – Part 1
When a C++ destructor did not run
S. Senthil Kumar Updated: 4 Dec 2009
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 7 of 120
2 3 4 5 6 7 8 9 10 11