Blog Stats
  • Posts - 13
  • Articles - 0
  • Comments - 5
  • Trackbacks - 0

 

August 2007 Entries

alt.net conference

If you haven't already heard about this conference, you should check it out fast. There's only room for 100 attendendees and some of the best know "agilist" in the .Net community will be there. http://www.altnetconf.com/h... Here's part of the description from the website "The ALT.NET Conference applies Open Space Technology to create a dialog between people who are trying to learn ALT.NET practices and people who are working toward communicating the practices" It is going to be very...

Using Template Pattern to solve my Nhibernate Session issue

Template Method Pattern is a way to extract repitivie parts of an algorithm to a base class and use concrete classes to tweak the behavior. I'm using it here to manage NHibernate sessions when saving objects.

NHibernate in an an ajax application

OK, I'll admit I'm not the brightest light on the block. I'm adding this post just in case some trys to do a Nhibernate save in an ajax call and wonders why it wasn't actually saved. Hopefully I won't be the only one who had this happen. Also, in my defense this is the first time I've ever used NHibernate, so cut me a little slack. So I set up NHibernate as most of the samples our there have it. I've got an HttpModule that gets the Session object on BeginRequest from the cache and then calls Flush()...

 

 

Copyright © John Teague