PreviousNext

Easy CRUD for Your Web API With Dapper

by bill-s, 2016-07-16T19:15:52.000Z

Full disclosure here: I don’t like ORMs. If you’re building an enormous enterprise project, you should absolutely use an ORM. If you have data you really care about and a complex, monstrous system using something like Entity Framework can save you a lot of frustration.

Read More