I\'m sorry but I\'m new to repositories patterns, unit tests and orm tools. I\'ve been researching on unit tests and the repository pattern, and arrived at some conclusions, I wonder if I\'m right.
I have a self-referential relationship in an entity and for the life of me can\'t figure this out. I have a type, \"Project\" which has a number of properties on it which for this case don\'t matter,
In MySQL i can do SELECT * FROM table WHERE MD5(column) = \'blablabla\'; But how do i do that with NHibernate and Criteria functions?
We develop a ASP.NET 4.0 / MVC 3 web application, using Active Record as database abstraction. To be able to use lazy relations inside views, we are using the SessionScopeWebModule from ActiveRecord
I have a class A which contains a list of Bs: IList. This associates As with Bs (mapped as a many-to-many relationship). The association between As and Bs is determined by an external source which con
Is there a version of NHibernate Query Analyzer that works with NHibernate 3开发者_StackOverflow社区?As far as I know, the official code repository is now on github. As this is an open source project,
开发者_开发问答I\'ll preface this with that I\'ve recommended we instead look at some sort of reporting software that is outside the application, but, time being limited as is, I\'m at my current ques
I am looking for examples of how to persist a tree structure, ideally one used as part of a composite patter开发者_如何学运维n. Gabriel Shenker apparently wrote something about this awhile back but th
So I have a situation I\'m trying to map with NHibernate. Say we have the following schema: Question - QuestionID
I\'m trying to get something similar to the SQL below via QueryOver: SELECT docs.*, (SELECT TOP 1 eventDate from events WHERE id=do开发者_如何学Gocs.id