Browse by Tags

Related Posts

  • Book Review: LINQ In Action

    Hi all. I've been reading this book from Manning Publications . It's very well recommended by several, well respected, persons, including Scott Guthrie . About the book At first, I was a bit intrigued by the publicity, but the book is worth it. I'm very impressed how very complex ideas are explained...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 10-15-2008, 12:00 AM
    Filed under: VB.NET, C#, LINQ, ASP.NET, Winforms
  • What is LINQ? LINQ Developer Resources

    LINQ is Language Integrated query. It is a integral part of visual studio 2008 and Microsoft .NET Framework 3.5. It is object to database mapping technology thorough which you can query any type of collections of object,XML of database. Recently I am goggling about the LINQ and I have found following...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 07-31-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, Linq
  • Update to my LINQ to SQL performance in VB.NET saga

    Hello, If you have read my posts before where I was complaining about VB generated sub optimal SQL when using nullable columns in your where clauses, I came to the conclusion I was being silly and not using .Value on those nullable fields in my queries. I stumbled across this post today: http://blogs...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-29-2008, 12:00 AM
    Filed under: .NET 3.5, SQL, LINQ, VB.NET
  • Different SQL between VB.NET and C# LINQ to SQL SOLVED!!

    Hi All, Following my previous post I have solved this issue. Somehow accidently I discovered that if the field has allow nulls set on it VB.NET will add the Where Coalesce in your query hence in my case slowing it down dramatically. It seems that C# does not do this. So finally I have my VB.NET sql comming...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 02-12-2008, 12:00 AM
    Filed under: ASP.NET, .NET, .NET 3.5, SQL, LINQ, C#, VB.NET
  • Different SQL between C# and vb.net using LINQ to SQL causes performance issues

    Hi All, I am currently working on a project and we are using VB.NET, I am using LINQ to SQL for my data access. I have just implemented my search query and thought I would check the generated SQL's execution plan and found that the subtree cost was about 7.3. I know that I get different SQL between C#...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 02-07-2008, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, SQL, LINQ, C#, VB.NET
  • What is Linq

    Linq is the one of the most hottest release from Microsoft . Still lots of people don't know what linq is. I have found a great articles from Saqib Ullah . This articles covers all the aspects of Linq in each and every way. Following is the link for that article... http://geekswithblogs.net/technetbytes...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 01-29-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, Linq
Page 1 of 1 (6 items)
Microsoft Communities