DotNetShoutout - Stories tagged with Count
5
Shouts

C#/.NET Little Wonders: Empty(), DefaultIfEmpty(), and Count()

published 719 days, 14 hours, 7 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 723 days, 9 hours, 13 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Friday, June 03, 2011 12:12:32 AM GMT
Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. On this post I will finish examining the System.Linq methods in the static class Enumerable by examining two extension methods Count() and DefaultIfEmpty(), and one static method Empty(). (more)
category: Web Dev | clicked: 45 | comment | | source: www.blackrabbitcoder.net
tags: .NET, Empty, Little Wonders, C#, IEnumerable, enumerable, Any, Count, Linq, DefaultIfEmpty