Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dnautics
on Oct 21, 2020
|
parent
|
context
|
favorite
| on:
What ORMs Have Taught Me: Just Learn SQL (2014)
If you're talking about linq I wouldn't call that an orm.
tehlike
on Oct 21, 2020
|
next
[–]
Linq + ef or linq + nhibernate. You can use linq to query against both.
tehlike
on Oct 21, 2020
|
parent
|
next
[–]
Ef, entity framework, exposes an iqueryable which you can use linq to query against. Meaning you can use your orms entity model and query your database In a type-safe compile-time-checked manner.
dnautics
on Oct 21, 2020
|
parent
|
prev
|
next
[–]
Linq is more of a query builder than an orm, or am I wrong?
jeswin
on Oct 21, 2020
|
prev
[–]
Linq is not an ORM, but Entity Framework is. But what makes EF interesting is Linq.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: