views:

57

answers:

3

Hi i'm looking for some books about asp.net and nhibernate.

Any suggest?

thanks

+3  A: 

This is the best one: ASP.NET MVC in Action The book features not only NHibernate and ASP.NET MVC but all the best practices such as TDD/DI/SOC. By the way, second edition is under way too: MVC 2 in Action book conducting public reviews
You can read the review here: ASP.NET MVC in Action Book Review

Giorgi
+1 on that one. I didn't really like the NHibernate in action book from Manning though: a bit too much focus on ORM theory and many recent NH features missing.
tijmenvdk
A: 

+I recommend NHibernate in action :)

zihotki
A: 

The best MVC book I've come across so far is Pro ASP.NET MVC Framework goes into great detail and is easy to follow. Plus has some great code about performance that's really useful. If your after a getting started guide to MVC I'd recommend the free Nerd Dinner pdf from ScottGu, it covers all the basics to start with.

Simon G