Showing posts with label Linq. Show all posts
Showing posts with label Linq. Show all posts
Monday, 17 September 2012

CSharp: Slice in CSharp

Question:
Is there an equivalent to the Python slice method in c#?
How to slice in c#?

Wednesday, 1 June 2011

Linq: Aggregate string array to string

Question:
I want to concatenate all strings of an array using Linq. How to?
How to use the aggregate method with enumerables of string?