5

When your VP Engineer says we DONT NEED AN ORM.

Raw sql queries are just fine and he even can help with that!!

It's only monday.

Comments
  • 1
    I'm still dealong with pre-ORM code! Ha add to make an SQL transformer to make the queries work with 2 different SQL dialects (until the switch over).
  • 0
    procedures only
  • 1
    The only ORMs I'd use are Microsoft Entity Framework and RealM
    Never had trouble with them, though I don't know for large projects, the ones I've worked on are considered mid sized ones. Don't know about projects as big as SharePoint
  • 2
    Depends on scaling.
    If you're expecting a twitter-size service, ORMs can cause you rather severe problems.

    But for small projects, why wouldn't you use an ORM?
  • 0
    @Ashkin exactly, why?
  • 1
    @lostpirate The added overhead.
Add Comment