Ian Blackburn

C

There are 2 entries for the tag C

Simple FriendFeed C# User Control

We use a simple Friend Feed user control on our home page.  We have found this a great way to share "filtered" information that is relevant to our customers.  What we have done is created a FriendFeed account called bbits, which we share things into (via google reader and other feeds).  The user control then picks the friendfeed up and displays this in a gridview. When we did this FriendFeed didn't have any widgets, which they do have now, (and here) so if you prefer to use those rather than a c# user control go visit those...

Learning Linq with LINQPad

If you are getting into LINQ - then this free, copy and run app, is a great way to play with it. It's a companion to C# 3.0 in a Nutshell but it is valuable without the book, and comes with 200 samples! Recommended!   Cheers   Ian Technorati Tags: Linq,LinqPad,C#,Nutshell