David Hayden [MVP C#]

Sponsors

The Lounge

News

  • CodeBetter.Com Home

Other Links

Teas

Patterns & Practices

Florida .NET Developer

Book Reviews

Tampa ASP.NET MVC Developer Group

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
NHibernate with ASP.NET using OOP and Design Patterns

Jason Haley points to a really nice introduction to using NHibernate with ASP.NET, called NHibernate Best Practices with ASP.NET and Generics.

It is not the NHibernate-related topics that interested me the most about the article, but the author's inclusion of a number of development best practices for use with NHibernate and ASP.NET:

The author goes on to reference one book that I really enjoyed reading in the past, called Agile Software Development Principles, Patterns, and Practices by Robert Martin, that goes over a number of good object-oriented principles.

I haven't downloaded the source code yet to the NHibernate and ASP.NET article, but my guess is that it will be a solid example of using NHibernate with ASP.NET.

 

Additional Resources:

 


Posted 03-12-2006 9:44 AM by David Hayden
Filed under:

[Advertisement]

Comments

Christopher Steen wrote Link Listing - March 12, 2006
on 03-12-2006 11:35 PM
Debugging AJAX apps, part 5 - XmlHttpRequest in IE /
FireFox [Via: Rumen Stankov ]
Debugging AJAX...
Billy McCafferty wrote re: NHibernate with ASP.NET using OOP and Design Patterns
on 03-15-2006 1:49 PM
Thanks for the positive feedback on the article! I very much tried to emphasize best practice OOP over the NHibernate tool itself. I'm currently checking out your reference to the MVP article...MVC separation within ASP.NET is the one area that I have not yet found a satisfying solution - I've tried page controllers, front controllers, Maverick .NET, Castle project and currently lie my hopes with the future of Spring .NET (that is, if I don't switch to Ruby on Rails before then).

Billy
David Hayden wrote re: NHibernate with ASP.NET using OOP and Design Patterns
on 03-15-2006 6:45 PM
You're welcome. It was great to see an article that not only kept it real but focused on the fundamentals. I look forward to downloading the code in the near future.
anti-keseronokan » NHibernate Best Practices with ASP.NET and Generics wrote anti-keseronokan » NHibernate Best Practices with ASP.NET and Generics
on 12-28-2006 9:34 AM