Browse by Tags

Related Posts

  • 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
  • Lambdas in C# 3.0

    I recently wrote an article on lambda expressions on codeproject.com It talk in depth about how lambda expressions play in building linq query expressions. http://www.codeproject.com/KB/cs/explore_lamda_exp.aspx If you enjoy my article, pls comment so i can improve. Thanks Zeeshan Hirani
    Posted to Zeeshan Hirani (Weblog) by zhirani on 03-19-2008, 12:00 AM
    Filed under: LINQ, LINQ TO SQL
Page 1 of 1 (2 items)
Page view counter