in

code for eternity !!!

community website for .net freaks ;-)
All Tags » .NET 3.5 » LINQ (RSS)

Browse by Tags

  • LINQ ElementAt and ElementAtOrDefault

    We can use the ElementAt extension method of LINQ to return the element at a specified index (zero based) in a sequence. However the ElementAt extension method would throw the System.ArguementOutOfRangeException when the specified index is a negative value or not less than the size of the sequence. In...
    Posted to Technology (Weblog) by raj on 08-13-2008
  • LINQ Single and SingleOrDefault

    We can use the Single extension method of LINQ to return the only element in a sequence that satisfies a specified condition. However the Single extension method would throw the System.InvalidOperationException when no element in a sequence satisfies a specified condition. In such a scenario, we can...
    Posted to Technology (Weblog) by raj on 05-10-2008
  • LINQ Last and LastOrDefault

    We can use the Last extension method of LINQ to return the last element in a sequence that satisfies a specified condition. However the Last extension method would throw the System.InvalidOperationException when no element in a sequence satisfies a specified condition. In such a scenario, we can use...
    Posted to Technology (Weblog) by raj on 04-27-2008
  • LINQ First and FirstOrDefault

    We can use the First extension method of LINQ to return the first element in a sequence that satisfies a specified condition. However the First extension method would throw the System.InvalidOperationException when no element in a sequence satisfies a specified condition. In such a scenario, we can use...
    Posted to Technology (Weblog) by raj on 04-25-2008
  • Building a Web 2.0 Portal with ASP.NET 3.5

    I recently purchased this great new book named Building a Web 2.0 Portal with ASP.NET 3.5 by Omar Al Zabir and I would highly recommend this book to any architect or developer who is interested in learning how to design and develop world class highly scalable ASP.NET web portals using the latest and...
    Posted to Technology (Weblog) by raj on 02-13-2008
Page 1 of 1 (5 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems