Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

NHibernate is a mature, open source object-relational mapper (ORM) for the .NET framework.

learn more… | top users | synonyms

0
votes
0answers
229 views

NHibernate.NonUniqueObjectException is Throw when try Save a Object with two properties with same type and same value

When I try save a FacebookUserInfo with 02 properties (Location and Hometown) of the same type FacebookLocation and same value (ID), NHibernate throws NHibernate.NonUniqueObjectException: a different ...
3
votes
3answers
793 views

Would nhibernate be used in large scale projects like say facebook? (for arguments sake)

For those who know the inner workings of nhibernate, do you think a large scale web application like say facebook/myspace would use nhibernate? Or is nhibernate well suited for more low traffic sites ...