CodeBetter.Com
CodeBetter.Com

Browse by Tags

  • Wrapping up nHibernate in repositories

    In my last post I discussed wrapping up the two core objects of nHibernate, the session manager factory and the session, in a helper class. At the end of the story I briefly mentioned how to use helper objects in a repository. In this post I am further exploring the actual database actions of the helper...
    Posted to Peter's Gekko (Weblog) by pvanooijen on 04-04-2008
  • Wrapping up nHibernate

    In a relative short span of time nHibernate has become a major member of my toolbox. It has become the way to work with a database, not only a small hap-snap apps but it's also making big strides into a constantly evolving system I'm working on. Setting up nHibernate several times has given me...
    Posted to Peter's Gekko (Weblog) by pvanooijen on 03-26-2008
  • Back to basics, from the DB to a simple domain object

    This post is an extended and revised version of " Back to basics, just reading some data from a DB ". Feedback on that provided more than enough inspiration for this one. Are you already drowning in the enormous amount of TLA's, tools, utilities, methodologies and whatever else ? Let's...
    Posted to Peter's Gekko (Weblog) by pvanooijen on 12-03-2007
  • Back to basics, just reading some data from a DB

    <update>A revised and extended version of this post also handles creating a customer domain object, which does have some behavior. It does also covers some methods to make the behavior of the datareader a little cleaner. The post can be found here </update> Are you already drowning in the...
    Posted to Peter's Gekko (Weblog) by pvanooijen on 11-21-2007
  • The Static Gateway Pattern

    Now I am by no means claiming to be any sort of patterns naming authority, but after you see the same occurent pattern in your applications you often will try to formulate some sort of vocabulary among the team to express the concept that you see occurring over and over again. This is the very nature...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 10-15-2007
  • More on modopt

    Previously I discussed some issues with modopt . Well there are more. In total I have logged three issues (could be many more as nearly every language I have looked at has the same problems). I figured I would put up some links and describe each issue here. C# specification does not define modopt varying...
    Posted to Greg Young [MVP] (Weblog) by Greg on 06-11-2007
  • Multithreading Question - One Solution

    This morning had a good question asked: Q: Basically we're writing the billing processing part of our business application. On the 1st and 15th of the month, we bill all our policy holders and it's usually 10,000 or so transactions that need to be run. The processor gateway runs as a webservice...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 04-17-2007
Page 1 of 1 (7 items)