Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Tips: Better GetXXByYY in LINQ

    book.anytao.com | Anytao in chinese Tips: Better GetXXByYY in LINQ Published 22 Oct 2008, by Anytao © 2008 Anytao.com , A fun world for making tech as art. I'm anytao, Visual C# MVP of Microsoft, and come from China. Contents Using LINQ for unifying the GetXXByYY in query expression. Introduction In...
    Posted to Anytao.net (Weblog) by anytao on 10-22-2008, 12:00 AM
    Filed under: Lambda Expression, LINQ, C#
  • LINQ to SQL Extension: Batch Deletion with Lambda Expression

    Batch deletion in the O/R Mapping frameworks is always depressing. We need to query all the entities we want to delete from the database, pass them to the DeleteOnSubmit or DeleteAllOnSubmit methods of DataContext, and finally invoke SubmitChanges to delete the records form database. In this case, we...
    Posted to Happy Coding (Weblog) by JeffreyZhao on 03-06-2008, 12:00 AM
    Filed under: Lambda Expression, Batch Deletion, Expression Tree, LINQ, C#, .NET, LINQ to SQL
Page 1 of 1 (2 items)