Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Code from My ASP.NET Connections Talks

    I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session.  Here they are: Building N-Tier ASP.NET Applications with LINQ Code Silverlight 2 Animations Code SilverlightFX Farseer...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 11-13-2008, 12:00 AM
    Filed under: ASP.NET, .NET, C#, Silverlight, LINQ, Lambdas
  • Using the Select LINQ query operator with indexes

    Yesterday, Fred asked me if I could help him to convert C# code to LINQ. The solution may not obvious to find unless you know LINQ well. I will reproduce here the solution I gave Fred. Whether the LINQ version of the code is easier to read than the original one is arguable. The purpose here is more to...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 11-10-2008, 12:00 AM
    Filed under: Tips, .NET, LINQ
  • ADO.NET EF v LINQ to SQL

    So with the recent news of LINQ to SQL going DOA a lot of those who have developed applications around it are probably hurting. I myself was shocked to hear that Microsoft would do such a foolish thing. This is one of the things that turns off people from using .NET and other Microsoft technologies....
    Posted to Chad# (Weblog) by Xtek on 11-09-2008, 12:00 AM
    Filed under: .NET, ADO.NET, LINQ
  • LINQ to Concurrency Problems

    LINQ to SQL is fascinating - the more I work with it, the more I hate it, and then love it again all at the same time. Recently we had an issue while using it in a slightly older version of our N-Tier WCF application which uses LINQ to SQL as it's primary ORM solution (yes, I know). I'll try to briefly...
    Posted to i have a framework... (Weblog) by fdumlao on 10-28-2008, 12:00 AM
    Filed under: WCF, ASP.NET, .NET, LINQ, C#, LINQ to SQL
  • Solving common problems with Compiled Queries in Linq to Sql for high demand ASP.NET websites

    If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries . if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-28-2008, 12:00 AM
    Filed under: .net, asp.net, C#, LINQ
  • Another Standard Deviation Extension for LINQ

    Just wanted to post my SDev extension for linq HopeFully someone will find it helpfull Happy coding all DK Module Module1 <Runtime.CompilerServices.Extension()> _ Function StDev( Of T)( ByVal Values As System.Collections.Generic.IEnumerable( Of T), ByVal selector As Func( Of T, Double )) Return...
    Posted to Lloyd McGhee (Weblog) by Dkultra on 10-03-2008, 12:00 AM
    Filed under: General Software Development, .NET, LINQ, Visual Basic
  • Book Review: LINQ In Action

    Amazon.com: LINQ in Action: Fabrice Marguerie, Steve Eichert, Jim Wooley, Matt Warren: Books I think the expression is " don't cry over spilled milk... ", well when my son spilled milk on this book I almost cried. Why would you cry over a book you ask? There are many reasons.  Not only...
    Posted to Joseph Guadagno (Weblog) by jguadagno on 09-28-2008, 12:00 AM
    Filed under: .NET, ASP.NET, NET 3.5, NET 3.0, NET 2.0, Book Review, LINQ
  • ForEach method and blonde me

    I want to tell you about List<T>.ForEach method and one of my famous blonde moments when I was debugging faulty code. LINQ makes it easy to query collections and that's why I like it a lot. Today is friday and weekend is coming. Let's relax and have some fun on me. Here's one proof how n00b I can...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 09-26-2008, 12:00 AM
    Filed under: C#, .NET, LINQ
  • LINQ With C# Book

    Luís just broke the news on our LINQ with C# book. I was honored with the invitation from Luís to write this book with him for FCA , for which he has already published a few books [ ^ ] [ ^ ] [ ^ ] before. This will be an entry level book in Portuguese targeted to anyone wanting to learn LINQ with C#...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-22-2008, 12:00 AM
    Filed under: SoftDev, Microsoft, .NET, C#, LINQ, Books
  • Visual Studio Talk Show podcast about LINQ

    In July, I was invited by Mario Cardinal and Guy Barrette to register a session for their Visual Studio Talk Show podcast. This session is now online . During one hour, Guy, Mario and I discuss about LINQ in French . You can find the podcast here . I hope that you'll enjoy it and that it'll help you...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 09-15-2008, 12:00 AM
    Filed under: .NET, LINQ
Page 1 of 52 (518 items) 1 2 3 4 5 Next > ... Last »