snprr

Stories kicked by snprr

Creating a common generic and extensible NHiberate Repository(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 3 months ago

This article shows how to implement a generic Repository pattern for NHibernate which could be applied to LINQ or other sources and how to encapsulate it to offer the flexibility of interacting directly with the database session but not exposing that to the client. read more...

add a comment |category: |Views: 68

tags: another

Conversation Per Business Transaction using PostSharp and IoC(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 3 months ago

This is a simple easy to follow example of implementing the Conversation Per Business Transaction session management pattern for NHibernate using dependency injection and PostSharp. read more...

1 comment |category: |Views: 34

tags: another