|
|
Browse by Tags
All Tags » C# » LINQ
-
I was wondering if writing well known C# (or VB.NET if you wish) code flow statements, such as for .. and foreach etc. are faster or slower compared to a generic expression.
The results are refreshing . At least using this simple array iteration. Array Iterations on millions of elements, of course, are not the the real life CPU eaters for ...
-
LINQ! Yes, Also I fell in love with linq.
So here is my first try. And as you fans know, I like to dig into subjects.
Maybe, the title is a little incorrect, but I wanted a query that returns one record, using a subquery in one statement!
Using SQL syntax, this would look like the query just below.: Yes, It seems I can dream SQL, but it ...
|
|
|