we can use:
- remove duplicate rows activity
- dtResult = dtOrig.DefaultView.ToTable(True)
When there is something special, that we only can handle with a LINQ then we would use a groupby strategy
we can use:
When there is something special, that we only can handle with a LINQ then we would use a groupby strategy