-
Recent Posts
Recent Comments
- rssvihla on An Evernote backed Journal using Vim/Emacs
- ap on An Evernote backed Journal using Vim/Emacs
- www.techies.co.nz on An Evernote backed Journal using Vim/Emacs
- agilejoe on An Evernote backed Journal using Vim/Emacs
- Sean Kenny on Ruth’s Story
Archives
Categories
- ActiveRecord
- Agile
- alt.net
- Anti-Patterns
- AppDomain
- Authkit
- BDD
- Boo
- Brownfield
- C#
- Castle
- CI
- Context
- Craftsmanship
- DotNet
- DSL
- Dynamic Langs
- EC2
- Evernote
- Functional
- GHC
- Haskell
- Hate
- Hudson
- IoC
- IronPython
- Ivy
- Java
- Lean
- Learning
- Mako
- Maven
- Monorail
- MSBuild
- MySQL
- NHibernate
- ORM
- Pylons
- Python
- Rails
- SOLID
- Spec
- SpecMaker
- Spring
- SqlAlchemy
- StructureMap
- TDD
- Uncategorized
- VAN
- Vim
Meta
Category Archives: NHibernate
NHibernate Intro Screencast Source
A few folks have asked me recently to post the source/binaries for my recent NHibernate Intro screencasts that are currently up on Dimecasts.net. So, here they are! ZIP/Binary download: http://code.google.com/p/pablo/downloads/list Source Code Browse: http://code.google.com/p/pablo/source/browse/#svn/trunk/presentations/chadmyers/nhibernate-intro SVN Source Code Checkout: http://pablo.googlecode.com/svn/trunk/presentations/chadmyers/nhibernate-intro … Continue reading
Comments Off
NHibernate DimeCasts.net Series
Derik Whittaker and his band of merry video elves over at DimeCasts.net have posted the 0th of about 5 parts to an NHibernate draft run-through presentation I did with a few of my colleagues. It was part of a presentation … Continue reading
Integrating StructureMap and NHibernate with WCF
Following many examples I found online for other IoC containers, I borrowed utilized those designs to create a StructureMap instance provider. One problem we ran into with that design was dealing with NHibernate. Mainly, there are two types that are … Continue reading
Converting Columns To a Collection with a Nhibernate UserType
For some of you who have been using Nhibernate for a while, may found this old news, but I thought this was coolest thing ever (at least this week). I am working with a legacy database that is,.. unpleasant (yeah … Continue reading
Also posted in Pylons, Python
7 Comments
Strategies and discriminators in NHibernate
I recently posted about enumeration classes, and how I like to use them as a sort of “Enumerations with behavior”. Not every enumeration should be replaced with a class, but that pattern helps quite a bit when I find a … Continue reading
Parameter lists in NHibernate
Occasionally I need to return a set of entites that match a collection of parameters. In SQL, I would use the “IN” clause, then manually create each parameter in ADO.NET. With NHibernate, that’s not necessary anymore. NHibernate has built-in capabilities … Continue reading
Why Use ActiveRecordMediator instead of NHibernate
My blog post on using ActiveRecordMediator to use the Repository pattern with ActiveRecord was discussed on Castle’s Forums. A good question was raised in that forum, and other people that I talked to about using the Mediator class: “Why use … Continue reading
Also posted in BDD, Context, Spec
12 Comments
NHibernate Query Example using CreateCriteria
I’m a big fan of NHibernate. I love how it abstracts out the data portion of your application and allows you to work from the perspective of the domain rather than the database. So in building my domain repositories, I … Continue reading
Also posted in Learning
2 Comments
RE: Presentation Model Question
I’ve been working on an end to end example using MonoRail (I know, just get it posted Joey!) that can demonstrate one way this can be implemented and JP has given me the green light to get it posted even though he’s … Continue reading
Also posted in Uncategorized
Comments Off
Quick Background on my current CICS integration project
I’m currently working on a stop-gap legacy integration project that is geared toward data integration between a legacy CICS system and a new 3rd party product. I have 2 major tasks in this project, the first being a web application … Continue reading
Also posted in ORM, Pylons, Python
2 Comments
