in

code for eternity !!!

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

Browse by Tags

  • 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
  • Developing Facebook Applications using Facebook Developer Toolkit for .NET

    You can now develop windows based or web based Facebook Applications using your favorite .NET language, be it C# or VB.NET. All you need is a Facebook account, Visual Studio Express and the Facebook Developer Toolkit for .NET. Information about the Facebook Developer Toolkit can be found here . The tooIkit...
    Posted to Technology (Weblog) by raj on 12-26-2007
Page 1 of 1 (5 items)


StopGlobalWarming.org  
Powered by Community Server (Non-Commercial Edition), by Telligent Systems