| ▲ | grebc 4 hours ago | |
Once you break free of ORM’s I find the code so much simpler to maintain. Here’s the query(typically multiple different subqueries and return types), here’s the params, give me all the data back and something like Dapper in .net is an absolute godsend to convert it. | ||
| ▲ | gonzalohm 21 minutes ago | parent [-] | |
The code is simple to maintain until the database changes. Then you will experience the pain of SQL | ||