Hacker News new | ask | show | jobs
by Imustaskforhelp 82 days ago
To me, I really like Golang's batteries included platform. I am not sure about .NET though
1 comments

C#'s LINQ (code as data, like LISP) wins over golang for any type of data access. Strongly-typed, language-native queries. Go has its own advantages though.
EF is amazing