| Article: |
Better, Faster, Lighter Programming in .NET and Java | |
| Subject: | Amazing assumptions | |
| Date: | 2004-07-28 01:36:18 | |
| From: | nbenin | |
|
I find it amazing to read things like "currently, the major O/R mapping framework available to .NET developers is NHibernate" and "you can only get NHibernate at present" while we know that there are more than 30 solutions available! Check the SharpToolbox. to find more. How come you talk only about NHibernate? Is it really much better than the others?
|
||
Showing messages 1 through 1 of 1.
-
Good catch
2004-07-28 05:09:21 Justin Gehtland |
[View]



I don't mention the myriad other choices because I chose to demo NHibernate. In retrospect, you are right, I should have run down a list of other available choices. Good call.
Finally, you are right, there is no exception handling in my sample code. I rarely add it to code in my articles unless it pertains to a specific point I'm making, because it makes it harder to see what I'm actually demonstrating. You aren't the first to complain about this, but I think it normally makes the code clearer.
Thanks for the feedback...I'll do better next time.