I'm considering using an ORM like Entity Framework 4 for a system like 911. Can someone please enumerate the pros and cons for such systems? Thanks in advance! Daniel
Asked
Active
Viewed 86 times
-2
-
NHibernate's been around longer. – Adam Dymitruk Nov 09 '10 at 21:36
1 Answers
1
Not to promote my own product but I asked a similar question some time ago. Do a search on StackOverflow and there's a lot about different ORMs being compared.
After all this time I've come to the conclusion that you should pick one that seems flexible and learn it really well.
-
I understand it, but my point of view is about performance for a system which should receive lots of entries per day and should retrieve the information in a good time, but it's not a real time system. – user502355 Nov 09 '10 at 20:59
-
1When I alluded to a flexible option, I meant one that could be optimized for performance or alternately optimized for flexibility. Your application architecture will be critical in this, it's less likely to hinge on whether you picked NHibernate versus Entity Framework. – t3rse Nov 11 '10 at 19:34