Fluent nHibernate required files and linux
I've downloaded the fluent hibernate 1.2 zip file from the website. It contains various files, amongst them
NHibernate.dll
FluentNHibernate.dll Castle.Core.dll Remotion.Data.Linq.dll Antlr3.Runtime.dll Iesi.开发者_运维问答Collections.dll NHibernate.ByteCode.Castle.dllQ1) Are all these files required for doing a simple application?. By simple I mean that the db contains a few tables that doesn't need complicated queries and has limited levels/amounts of reference keys and joins.
Q2) Does fluent nHibernate run on mono on linux?
- no; see here for what's needed and what's optional.
- it runs wherever you can run (and develop) .net programs (i.e it, obviouslly, needs .net runtime environment).
精彩评论