4 ms·
NHibernate does support LINQ
by jl00080 14y ago
NHibernate does support LINQ
- Rastafarian 14y agoYeah ... somewhat ;) Basic queries do work, but not ready for production use.
- Glide 14y agoBut NH has other methods of querying that are readily available. EF doesn't make those as accessible. I was able to put in full text function support in NH HQL rather easily in an app and I don't see that ability in EF. I'm working on a desktop application and the ability to precompile the dynamic proxies would help the startup time of the application. I would love if I could do that in EF, I've done it before in NHibernate.
- ttrashh 14y agoEntity Framework has entity sql right? You don't have to use linq?