immutabletest @ immutabletest @lemmy.world Posts 0Comments 2Joined 2 yr. ago
![immutabletest](https://lemmy.world/pictrs/image/3202f1df-e647-440d-8114-032fe3861cd9.jpeg?format=webp&thumbnail=128)
immutabletest @ immutabletest @lemmy.world
Posts
0
Comments
2
Joined
2 yr. ago
Something similar to VSCode's ability to open searches in an editor? Looks like you can save and reopen them too.
LINQ looks great with the query syntax:
var productsByCategory = from p in dbContext.Products where p.Price < 50 group by p.Category.Id select p;