Where can I get the current Linq provider for NHibernate? I am also using the current release of Fluent NHibernate (1.1). Will the current Linq provider (once I find it) play nicely with fluent?
You can get it from here: NHibernate. The current, non-alpha release of LINQ for NHIbernate is here. I hear, that LINQ support is much improved in 3.0, but it is still in Alpha - but you could consider using it, depending on the nature of your project.
LINQ for NHIbernate will play nicely with Fluent. LINQ is for querying, Fluent is for configuration, so they won't step on each others toes.
You can find the current linq provider in the trunk of the [NHibernate subversion repository][1].
[1]: https://nhibernate.svn.sourceforge.net/svnroot/nhibernate nhibernate
The linq provider will play nicely with Fleunt, because FluentNH does not have influence on it. The only think FluentNH does, is providing a .Net syntax that will be converted to the original XML mappings. FluentNH feeds NH xml mappings.
Fluent 1.1 works nicely with this current version of NHibernate.Linq (for NHibernate 2.1.2.400):
We use this combination at work and they play together nicely.