Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
rjbwork
11y ago
0 comments
Save
Share
Personally, I think it's great even for crud...It's an order of magnitude faster than things like EF/LINQ2SQL
0 comments
3 comments · 2 top-level
top
newest
oldest
odinserj
11y ago
· 1 in thread
I've also used BLToolkit, and it is pretty fast too, plus it has Linq support to build strongly-typed queries that sometimes better than raw SQL queries. But when it comes to table hints, Linq and other stuff does not help. So, it always depends :)
radicalbyte
11y ago
BLToolkit and the replacement (linq2db) are great. Excellent performance and it has some excellent developers contributing.
aggieben
11y ago
Agreed. And really it's pretty simple to get it working and start using it even for straight crud - much easier than EF or other heavy ORMs, I think.
j
/
k
navigate · click thread line to collapse