Yesterday´s Tip described how to match two IEnumerable collections and retrieve the intersected results between them. Let’s check today how to match two collections but retrieve only the items t… more →
ITtecturewrote 8 months ago: The wait is over, Ronin 0.2.3 (code-named “faster”) has finally been released. This rele … more →
wrote 8 months ago: Yesterday´s Tip described how to match two IEnumerable collections and retrieve the intersected resu … more →
wrote 8 months ago: Intersecting results of two IEnumerable classes is pretty straightforward. An extension method calle … more →
wrote 10 months ago: The Average extension method provides an easy way to calculate an average value based on either a nu … more →
wrote 10 months ago: Today’s tip is about the Skip extension method from the Enumerable class. The idea of this met … more →
wrote 11 months ago: The TakeWhile extension method from the Enumerable class is used to retrieve elements in a collectio … more →
wrote 11 months ago: The Take extension method from the Enumerable class is used to retrieve a specific number of element … more →
wrote 11 months ago: One more useful method from the Enumerable class: Reverse method. The name says it all. The idea is … more →
wrote 11 months ago: The LongCount method available from any class that implements the IEnumerable is used to count the n … more →
wrote 1 year ago: from Specifies a data source and a range variable (similar to an iteration variable). where Filters … more →
wrote 1 year ago: This past Tuesday June 10th I hosted the 6th monthly Ruby on Rails Project Night for the Toronto … more →