DotNetShoutout - Stories tagged with SkipWhile
4
Shouts

C#/.NET Little Wonders: Skip() and Take()

published 409 days, 19 hours, 14 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 415 days, 4 hours, 59 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Friday, March 30, 2012 12:19:05 AM GMT
I’ve covered many valuable methods from System.Linq class library before, so you already know it’s packed with extension-method goodness. Today I’d like to cover two small families I’ve neglected to mention before: Skip() and Take(). While these methods seem so simple, they are an easy way to create sub-sequences for IEnumerable (more)
category: Web Dev | clicked: 82 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, Little Wonders, Take, C#, Skip, CSharp, Linq, TakeWhile, SkipWhile