Hacker News new | ask | show | jobs
by yellowapple 1242 days ago
For C# that's basically LINQ, no?
1 comments

No, usually linq is used in combination with an OEM (e.g. entity Framework) to avoid writing raw sql. From the parent comment, I thought he meant something more like sqlx for rust