CSharpFeeds - All your C# feeds in one place.

Sunday, January 09, 2011

Reimplementing LINQ to Objects: Part 29 - Min/Max

by skeet via Jon Skeet: Coding Blog on 1/9/2011 10:03:05 PM

The second and third AOOOD operators today... if I'm brave enough to tackle Average tomorrow, I'll have done them all. More surprises here today, this time in terms of documentation... What are they? Min and Max are both extension methods with 22 overloads each. Min looks like this: public static int Min(this IEnumerable<int> source) public static int Min<TSource>(     this IEnumerable<TSource> source,   &# ...

[ read more ]

How to use the Twitter Search API with jQuery and JSONP

by via eggheadcafe.com articles on 1/9/2011 9:30:50 AM

The jQuery javascript library offers advantages to developers who dislike writing complex javscript code. This article details how to use JSONP to avoid same-origin restrictions and the Twitter Search API to return and process JSON Data.  read moreBy Peter Bromberg ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us