2015-06-18 14:01 GMT+01:00 Andrew Chan <[email protected]>: > Hi, > > Is this any big different on syntax of Nhibernate 1.0.2 to 4.0.3? > As It is curious that there is on Nhibernate in Action on 1.0.2. > Thank you. > > Ah, ok, I responded to you other email before seeing this. Let's continue the discussion here.
If you use an old book based on NHibernate 1.0 you will be able to learn the basic ideas and theory behind O/R-mapping and how to work with NHibernate. Large parts of the API are similar, but with the odd change here or there. You will however not learn about all the new possibilities in NH 2, 3 and 4, most notable omissions I would say are support for generics (since NH2) and support for LINQ (since NH3). There are loads of other improvements too, but those two would be a large part of the "basic features". /Oskar -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
