Tagged Content List
  • Blog Post: Resharper 5.0 Outgoing calls analysis: Example from NHibernate

    The following is a screenshot when you start off from NHibernate’s default OnLoad listener (called e.g. when you say session.Load<Cat>(23) ). I’ve cut out other outgoing calls to show you the level of abstraction between loading an Entity and hitting the ExecuteReader() method of ADO.NET’s low...
  • Blog Post: Repository or DAO?: Repository

    Fine, fine, the title is a blatant copy from Fabio Maulo 's equally titled blog post . Then again, this was the direct inspiration for understanding how the data access should look like in the mini-Blog engine I am cooking up. I decided to implement a repository just like Fabio recommends (but...
  • Blog Post: NHibernate's ISession, scoped for a single WCF-call

    I am working at a project that uses the .NET 3.5 communication stack between client & server (WCF) and they have decided to be Domain driven. In this case NHibernate (NH) is the persistence framework of choice. The abstraction chosen for persistence are repositories (See Evans' relevatory book...
Page 1 of 1 (3 items)