Using OData , LINQPad, Reactive Extensions (Rx) to query stackoverflow
I saw this cool post from Scott Hanselman on creating a OData API for stackoverflow. I use LINQPad more often than anything. And sometimes when I am not very busy, I also look for unanswered...
View ArticleUsing LINQ and Reactive Extensions to overcome limitations in OData query...
I was pleased to know that Netflix had OData API to query. The practical reason is obviously was to use the API to query for the movies I want to watch. Like I mentioned in my previous post, I will be...
View ArticleUsing LINQPad , PLINQ to grep for files
I use linqpad as my primary dev tool for iterative code development. Today I had to search the source code tree on my hard disk for certain keywords that were present in database. There is big...
View ArticleUsing Tech-Ed OData to download videos
I wanted to watch the Teched 2010 videos, but the problem I had was going to the site manually to download files for offline viewing. And I was also interested only in Dev sessions which were level...
View ArticleCombining Stack Overflow RSS, OData and API to query
In my opinion Stack Overflow has a ton of knowledge to learn new tricks. And there are some really smart people in the SO community. I try and learn new things when I find time. I subscribe to RSS...
View Article