Code from Persistence.NET NHibernate Workshops
The relevant code from the live coding exercise can be found here, and it is probably going to be the basis of most of the demos that I am going to do.
Have fun playing with it…
The relevant code from the live coding exercise can be found here, and it is probably going to be the basis of most of the demos that I am going to do.
Have fun playing with it…
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
Comments
I was already trying to recreate the session of last week. Lets see what I got right...
It was an excellent day, I enjoyed it very much!
Thanks for making the source available. I was trying to work out how you had a key with no property, now I see I should use "column" instead of "name" on the property.
I even see that when using guid.comb the key is set immediately after session.Save(someNewInstance). Lovely :-)
Comment preview