Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • How to use extension methods with C# 3.0

    In this post I would like to talk about a new feature in C# 3.0 that is called extension methods . Extension methods are used extensively with LINQ, so it is of vital importance that we get a good understanding of extension methods. The reason why extension methods are so important is because this is...
    Posted to Nikolaos Kantzelis' Blog - Talks ASP.NET (Weblog) by nikolaosk on 11-15-2009, 12:00 AM
    Filed under: ASP.NET, Visual Studio 2008, C#, extension methods, LINQ
  • Retrieving recent tweets using LINQ

    There are a few different APIs for accessing Twitter from .NET. In this example, I'll use linq2twitter . Other APIs can be found on Twitter's development site . First off, we'll use the LINQ provider to pull in the recent tweets. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family...
    Posted to Brian Ritchie's Blog (Weblog) by brian_ritchie on 03-05-2011, 12:00 AM
    Filed under: C#, Extension Methods, LINQ
Page 1 of 1 (2 items)