Earlier quoted context omitted.
Yeah ... somewhat ;) Basic queries do work, but not ready for production use.
But 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 NHi…
Re: Microsoft Open Sources their Entity Framework ORM
#81Entity Framework has entity sql right? You don't have to use linq?