Browse by Tags

Related Posts

  • IOrderedQueryable VS IQueryable

    We have seen that , while making general LINQ query provider , we have to implement IQueryable along with IQueryProvider. But what about the following query. var query = (from ph in context.Photos where ph.User == User && ph.PhotoSize == PhotoSize.Medium && ph.SearchText == "pocketpc...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 12-06-2007, 12:00 AM
    Filed under: LINQ, C#, VS2008, LinqExtender
  • [New Article] Creating custom LINQ provider using LinqExtender

    First of all happy new year, secondly my new article is just published at Dotnetslackers. This explains the detail of creating custom LINQ providers using Linqextender. You can check that out at http://dotnetslackers.com/articles/csharp/CreatingCustomLINQProviderUsingLinqExtender.aspx Moreover, I would...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 01-08-2008, 12:00 AM
    Filed under: LINQ, C#, VS2008, LinqExtender, OpenLinqToSql
  • REST with LINQ to XML

    With LINQ to XML, what I have learned so far, it's awesome, it is not only the first class concept of processing XML data, but also let you process a complex XML doc in the most simplest and readable way. I have a project called, Linq.Flickr , and I often need to process XML data for REST query. To show...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 01-11-2008, 12:00 AM
    Filed under: LINQ, C#, VS2008, Linq.Flickr, LINQ To Xml
  • Sudoku solver in LINQ

    I'm sure many of us are addicted to the new game Sudoku. Here's a program which uses the new Microsoft LINQ technology to solve Sudoku puzzles. Check it out! http://www.codeproject.com/csharp/SudokuSolver.asp
    Posted to Parthasarathy Mandayam (Weblog) by mcp111 on 10-22-2007, 12:00 AM
    Filed under: vs2008, sudoku, linq, c#
  • Free VS2008 Training Kit!!!

    Get up to speed quickly on Visual Studio 2008 with this free training kit. http://www.microsoft.com/downloads/details.aspx?FamilyID=8bdaa836-0bba-4393-94db-6c3c4a0c98a1&DisplayLang=en
    Posted to Parthasarathy Mandayam (Weblog) by mcp111 on 12-04-2007, 12:00 AM
    Filed under: .net, ajax, asp.net, linq, vs2008
Page 1 of 1 (5 items)
Page view counter