Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
anonymars
53 days ago
|
parent
|
context
|
favorite
| on:
Learn SQL Once, Use It for 30 Years
Also helps with autocomplete, which is why LINQ starts with `from`
deepsun
52 days ago
[–]
Linq took that from Hibernate in believe. But in general, I'd say almost all ORM and SQL-gen libraries have FROM first, because it's clearer for programmers.
anonymars
52 days ago
|
parent
[–]
Hibernate puts SELECT last if requesting only specific properties?
LINQ:
var query = from e in entities where e.property1 == value select e.property2;
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: