30
votes
2answers
3k views
What’s the Hi/Lo Algorithm
I've found this in the Nhibernate documentation (it's one method to generate unique keys, section 5.1.4.2), but I haven't found any good explanation of how does it work.
I know th …
29
votes
17answers
5k views
Subsonic Vs NHibernate
What is the concensus on when to use one of these tools adversed to the other? I find Subsonic very useful in terms of getting things done quickly, but on large projects it tends n …
24
votes
12answers
856 views
Career Killer? Nhibernate, OOP, Design Patterns, Domain Driven Design, Test Driven Development, IoC, MVC
I have a fairly slick approach to doing C# development using the above tools/methodologies. Specifically i follow the "Jeffrey Palermo Agile Bootcamp" onion architecture. I feel …
21
votes
9answers
4k views
NHibernate vs LINQ to SQL
As someone who hasn't used either technology on real-world projects I wonder if anyone knows how these two complement each other and how much their functionalities overlap?
18
votes
14answers
2k views
Best place for NHibernate documentation?
I've been looking for good documentation for nhibernate, specifically version 2.0. I've recently returned to .NET development and for the life of me, I can't find the right sort o …
18
votes
2answers
5k views
NHibernate ISession Flush: Where and when to use it, and why?
One of the things that get me thoroughly confused is the use of session.Flush,in conjunction with session.Commit, and session.Close.
Sometimes session.Close works, e.g., it commit …
17
votes
12answers
2k views
What is the best way to improve performance of NHibernate?
I have an application that uses NHibernate as its ORM and sometimes it experiences performance issues due to how the data is being accessed by it. What kind of things can be done t …
16
votes
14answers
2k views
Are there good reasons not to use an ORM?
During my apprenticeship, I have used NHibernate for some smaller projects which I mostly coded and designed on my own. Now, before starting some bigger project, the discussion aro …
14
votes
19answers
940 views
Is Code Generation a Bad Thing?
This is a subjective question.
Recently I have been trying to learn NHibernate. The problem with it is at least 2 fold:
mapping xml file that needs to be coded by hand
Entity Cl …
13
votes
25answers
1k views
Are code generators bad?
I use MyGeneration along with nHibernate to create the basic POCO objects and XML mapping files. I have heard some people say they think code generators are not a good idea. What i …
12
votes
9answers
3k views
NHibernate - good complete working Helper class for managing SessionFactory/Session
can anyone provide/refer a proper OO type helper class for managing a singleton of the SessionFactory and then also for managing Sessions?
12
votes
8answers
5k views
How can you do paging with NHibernate?
For example, I want to populate a gridview control in an ASP.NET web page with only the data necessary for the # of rows displayed. How can NHibernate support this?
11
votes
1answer
289 views
Discriminated unions in NHibernate
I'm wondering if there's any relatively easy way to extend NHibernate to support F#'s discriminated union. Not just a single IUserType or ICompositeUserType, but something generic …
11
votes
13answers
655 views
Is it foolish of me not to use NHibernate for my project?
I am working on a .NET web application that uses an SQL Server database with approximatly 20 to 30 tables.
Most tables will be included in the .NET solution as class.
I have writte …
11
votes
5answers
685 views
Linq + NHibernate: is it production ready?
Hi,
Is Linq + NHibernate production ready? I hear many folks using it in production code but it is still officialy 'Alpha'. It has been a long time, however, so what's your experi …
