Earlier quoted context omitted.
I don't know what they use at Fog Creek, but I will say that I've been building a lot of things lately in both Massive and PetaPoco, and I've really enjoyed it. I've done several projects in both Linq2SQL and EntityFramework at this point, and they both seem way too 'heavy.' Writing straight sql (or pretty much straight sql) has been a return to simplicity. it's forced me to make sure my queries are efficient, and on…
Been having a lot of success with Massive myself. How's using PetaPoco? Any frustrating gotchas?
I do see where there could be some ways to improve querying the database where you're doing a lot of joins or returning data that is not limited to the table design at all.