Biztalk Musings

Biztalk and its use in Healthcare

Order by Multiple Columns in LINQ

clock January 19, 2012 18:31 by author btsguy

http://www.ginktage.com/2011/12/how-to-order-by-multiple-columns-using-lambas-and-linq-in-c/



Distinct in LINQ

clock January 4, 2012 21:41 by author btsguy

http://blogs.msdn.com/b/charlie/archive/2006/11/19/linq-farm-group-and-distinct.aspx



LINQ OuterJoin

clock September 23, 2011 16:49 by author btsguy

http://smehrozalam.wordpress.com/2009/06/10/c-left-outer-joins-with-linq/

http://stackoverflow.com/questions/1122942/linq-to-sql-left-outer-join-with-multiple-join-conditions



LINQ 2 XML

clock August 3, 2011 17:10 by author btsguy

http://dotnetslackers.com/articles/net/LINQ-to-XML-in-a-Nutshell.aspx



50 LINQ Examples

clock July 25, 2011 16:34 by author btsguy

http://www.dotnetcurry.com/ShowArticle.aspx?ID=727



C#/.NET Little Wonders: First() and Single() - Similar Yet Different

clock April 18, 2011 19:26 by author btsguy

http://geekswithblogs.net/BlackRabbitCoder/archive/2011/04/14/c.net-little-wonders-first-and-single---similar-yet-different.aspx



Composable LINQ to SQL query with dynamic OrderBy

clock March 4, 2011 18:43 by author btsguy

http://blogs.msdn.com/b/swiss_dpe_team/archive/2008/06/05/composable-linq-to-sql-query-with-dynamic-orderby.aspx



Need Lambas

clock February 25, 2011 20:30 by author btsguy

http://www.vikramlakhotia.com/Using_Lambda_expressions_in_LINQ.aspx



Linq to SQL Nuance

clock February 23, 2011 06:15 by author btsguy

Unless you have this line of code nothing works

DbContext.Refresh(RefreshMode.KeepCurrentValues, p2);

http://www.richardbushnell.net/2008/02/18/how-to-update-data-with-linq-to-sql/



Repository Pattern

clock December 27, 2010 20:30 by author btsguy

http://osmirnov.net/posts/a-repository-at-the-linq-epoch-part-ii-coming-linq/