Unity: Passing Constructor Parameters to Resolve

by Mikael Koskinen 11. February 2012 18:55
In this tutorial we will go through of couple different ways of using custom constructor parameters when resolving an instance using Unity. We will use ParameterOverride and a custom ResolverOveride. [More]

Tags:

c#

Mapping to Oracle Stored Procedure with Fluent NHibernate

by Mikael Koskinen 4. May 2011 20:03
Tutorial on how to map Fluent NHibernate to a Oracle Stored Procedure. [More]

Getting the parameter’s value from Lambda Expression

by Mikael Koskinen 24. August 2010 19:07
Tutorial on how to get parameter's value from Lambda Expression [More]

Tags:

c#