codecorner.galanter.net
String Aggregate in LINQ
In the past I described how to perform string aggregates in T-SQL. In this post I will show how strings can be concatenated in LINQ. I am using ADO.NET data table as a source for the query, but LIN…