TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ORM-Less Data Access in .Net Core

2 pointsby rdfiabout 7 years ago

1 comment

parvenu74about 7 years ago
&gt; &quot;The use of Object Relational Mapper libraries (ORMs) is so prevalent today that it’s uncommon to see anyone question their use.&quot;<p>Depends on where you work. At every company for which I&#x27;ve interviewed (or done the interviewing) where ORMs were used the portion of the interview devoted to probing one&#x27;s understanding of SQL and database querying was more intense than shops where ORMs aren&#x27;t used. The reason was clear enough: do you really understand what the ORM is doing and can you program your way out of a situation where the ORM cannot make an efficient query? The problem here isn&#x27;t with the ORM but in the expectations of technical leadership.