Browse by Tags

Related Posts

  • Suggestions for distributing CTPs as VirtualPC images

    I finally got around to trying the Sept. CTP of Orcas. I loaded up the VPC images on VPC7 Beta (which seems to perform much better than VPC2004). If this is going to be the way that MS is going to release CTPs in the future here are a few suggestions: Don't have undo disks enabled. This just slows things...
    Posted to David Findley's Blog (Weblog) by findleyd on 10-24-2006, 12:00 AM
    Filed under: C#, .NET, Tools, Visual Studio, LINQ, Tips
  • Suggestions for distributing CTPs as VirtualPC images

    I finally got around to trying the Sept. CTP of Orcas. I loaded up the VPC images on VPC7 Beta (which seems to perform much better than VPC2004). If this is going to be the way that MS is going to release CTPs in the future here are a few suggestions: Don't have undo disks enabled. This just slows things...
    Posted to David Findley's Blog (Weblog) by findleyd on 10-24-2006, 12:00 AM
    Filed under: C#, .NET, Tools, Visual Studio, LINQ, Tips
  • Sending the LINQ to SQL log to the debugger output window

    When debugging LINQ to SQL code, did you wish you could easily see the SQL that gets executed? Of course there is the DataContext.Log property that is available for that. You can assign any TextWriter to this property. Console.Out is a good candidate for example, but it doesn't help much for web applications...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 07-17-2007, 12:00 AM
    Filed under: Tips, .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
  • 7 tricks to simplify your programs with LINQ

    Despite what a lot of people still believe, LINQ is not all about SQL and databases. I guess it will take time before everybody gets used to it. With his 7 tricks to simplify your programs with LINQ , Igor Ostrovsky provides great examples of small but elegant uses of LINQ (to Objects). In his post,...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 05-22-2008, 12:00 AM
    Filed under: Tips, .NET, LINQ
Page 1 of 1 (6 items)