Browse by Tags

Related Posts

  • Sample uses of LINQ, DLINQ and XLINQ

    My article entitled Sample uses of LINQ, DLINQ and XLINQ is now available in English. In this article, we will see how to put LINQ, DLINQ and XLINQ in action. The goal is just to show how to use these technologies, and not to provide a target architecture or demonstrate optimal uses. The goal is not...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 05-11-2006, 12:00 AM
    Filed under: LINQ, Architecture, Source, Tools, .NET
  • Converting a CSV file to XML using LINQ to XML and Functional Construction

    Steve has published on his blog a sample from the book we are working on together. This example shows how LINQ to XML makes it easy to convert a CSV file into an XML document. Going from CSV to XML doesn't require something more complicated than this: XElement xml = new XElement("books"...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 01-08-2007, 12:00 AM
    Filed under: Source, .NET, LINQ
  • Converting a CSV file to XML using LINQ to XML and Functional Construction

    Steve has published on his blog a sample from the book we are working on together. This example shows how LINQ to XML makes it easy to convert a CSV file into an XML document. Going from CSV to XML doesn't require something more complicated than this: XElement xml = new XElement("books"...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 01-08-2007, 12:00 AM
    Filed under: Source, .NET, LINQ
  • Sample uses of LINQ, DLINQ and XLINQ

    My article entitled Sample uses of LINQ, DLINQ and XLINQ is now available in English. In this article, we will see how to put LINQ, DLINQ and XLINQ in action. The goal is just to show how to use these technologies, and not to provide a target architecture or demonstrate optimal uses. The goal is not...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 05-11-2006, 12:00 AM
    Filed under: Source, Tools, Architecture, .NET, LINQ
  • Use the power of let in your LINQ queries

    Often, when you try to find out how to write the correct LINQ query you need, you end up being confused because it becomes too complex. In such situations, you should remember that the let clause is here to help you. Let's see is an example from the official LINQ forum. Someone asked how to query the...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 12-05-2007, 12:00 AM
    Filed under: Source, Tips, .NET, LINQ
  • Randomizing LINQ to SQL queries

    Yesterday, a developer asked in the LINQ in Action forum and in Microsoft's official LINQ forum how to write a LINQ to SQL query that would return random records from the database. It's not something built-in. There is no Random query operator provided by Microsoft. In addition, it can't be done simply...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 01-10-2008, 12:00 AM
    Filed under: Source, Tips, .NET, LINQ
  • Introducing Linq to Amazon

    As an example that will be included in the Linq in Action book , I've created an example that shows how Linq can be extended to query anything. This example introduces Linq to Amazon , which allows querying Amazon for books using Linq! It uses Linq's extensibility to allow for language-integrated queries...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 06-26-2006, 12:00 AM
    Filed under: Source, .NET, LINQ
  • LINQ in Action is for VB developers too

    A frequent question we get about our LINQ book is whether it's been written for C# developers only. If you think so, you're making a mistake. We cover both C# and VB.NET in the book. This is one big difference with competing books. Even if not all code samples are in both languages all the time in the...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 03-05-2008, 12:00 AM
    Filed under: Source, .NET, LINQ
Page 1 of 1 (8 items)
Page view counter