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 Fluent NHibernate. Show all posts
Showing posts with label Fluent NHibernate. Show all posts
Saturday, August 28, 2010

How To Do A One To One Mapping In Fluent NHibernate Using HasOne! It Is So Easy! (Lets Map A One To One With Fluent NHibernate..YEAH!!)

›
I am going to give you a solid example of a One to One Fluent NHibernate mapping. Fluent NHibernate can be a fabulous tool once you learn ho...
2 comments:
Tuesday, August 24, 2010

One Solution To The Fluent NHibernate Error "The given key was not present in the dictionary."

›
Problem: You have set up some mappings and you get the following Fluent NHibernate error - "The given key was not present in the dictio...
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:
›
Home
View web version
Powered by Blogger.