简体   繁体   中英

NHibernate on Azure?

Has anyone tried NHibernate on Azure? Is there conflicts with the medium trust or SQL integration?

The NHibernate test suite fully works on SQL Azure . You should be able to simply change your connection string to your SQL Azure connection string.

There shouldn't be any hangups in running using NHibernate from a Web or Worker role.

I have tried NHibernate 3 inside Azure Web Role which talks to Azure SQL. I did not have any problems, runs pretty fine.

I am using NFluent for configuration. I can create the database directly from the mapping configuration.

There was only one issue with the HiLo generator. If you are interested in details, I have post it on my blog .

This issue comes from the fact that Azure SQL is not completely compatible with SQL Server. The limitations of Azure SQL are described here . But that was just a minor issue.

Not sure about NHibernate, but Azure now allows full trust applications.

Hosting Web and Worker Roles Under Full Trust

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM