-
Recent Posts
Recent Comments
- elopezrios on Force .NET application to run in 32bit process on 64bit OS
- mck ☠ on Migrating to Git
- Michael Freidgeim on Dynamic reflection versus static reflection
- Groverboy on Synchronizing calls to the UI in a multi-threaded application
- Rvsawant21 on Step-by-step Introduction to Delegates and Lambda Expressions
Archives
Categories
- asynchronous
- book
- bootstrapper
- brownfield
- BUILD
- ClickOnce
- commands
- Conference
- CQRS
- data binding
- delegates
- design
- developer
- didactics
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- job
- jQuery
- lambda expressions
- learning
- legacy code
- methodology
- misc
- Mock
- mocking framework
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- refactoring
- reflection
- reporting
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Uncategorized
- validation
- Windows
- WIX
- Workflow
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
Also posted in CQRS, Event sourcing, no-database
11 Comments
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 didactics, learning, methodology
6 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 asynchronous, multi threading
16 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 brownfield, legacy code, patterns, practices, PTOM, SOLID, TDD
4 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 tutorial, WIX
10 Comments
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 jQuery, plugins
16 Comments
