logoalt Hacker News

CharlieDigitalyesterday at 3:30 PM2 repliesview on HN

Then this goes back to your question:

    > Is it good at the wrong thing?
No, it's good at the right thing which is allowing developers to write type-safe SQL queries using C# at the application layer versus writing SQL that gets translated into C#.

Replies

mattgreenrocksyesterday at 4:00 PM

Yep, up there with ActiveRecord as the finest ORM I’ve ever used. What seals it for me is the low coupling it imposes on entities.

gib444yesterday at 5:16 PM

I don't think you were aware of code gen SQL tools before this conversation right

show 1 reply