caphosra / caphosra.github.io

This is a source repository of my blog.
https://caphosra.net/
0 stars 0 forks source link

[Today's C# tips] #1 Operate arrays like SQL · Capra Cabra Notes #35

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

[Today's C# tips] #1 Operate arrays like SQL · Capra Cabra Blog

This is a first page of the new series, Today's C# tips. I will talk about how to manipulate arrays like SQL.

https://capra314cabra.github.io/en/posts/2020-03-20-onepoint-csharp/

caphosra commented 4 years ago

Note that a statement of SQL-like syntax returns IEnumerable<>, not List<>.