Ramblings Of A Crazy DotNet Woman

This blog is for all Microsoft & .net lovers who may find themselves in need of help or information once in a while. We all have questions and we all need to know more than we know right now. When I come across things that I think may be useful, I post it. When I have something to say that I think is important, which is everything, I post it. All of my C#, ASP.NET, VB, AJAX & programming friends around the world are welcome to the info in my blog - Ramblings Of A Crazy DotNet Woman!

Showing posts with label NHibernate. Show all posts
Showing posts with label NHibernate. Show all posts
Saturday, August 14, 2010

NHibernate Not Saving And You Get A One Way To Fix Unexpected row count: 0; expected: 1 Error In NHibernate

›
I love NHibernate and I love Fluent NHibernate. Fluent NHibernate allows you to use NHibernate without the XML configuration files that woul...
1 comment:

Understanding Fluent NHibernate - The entity doesn't have an Id mapped. Use the Id method to map your identity property. For example: Id(x => x.Id)

›
The entity 'YourEntityName' doesn't have an Id mapped. Use the Id method to map your identity property. For example: Id(x =>...
4 comments:
Monday, August 9, 2010

Use StructureMap To Create And Dispose Of NHibernate Sessions

›
If you are using StructureMap to manage sessions for NHibernate, you may have encountered situations where you would like to dispose of thos...
2 comments:
›
Home
View web version
Powered by Blogger.