-
Part I: Introducing Nhibernate and WPF Part II: Chinook Media Manager: The Core Introduction For this post I will use the concept of Fabio Maulo called “Conversation-per-BussinesTransaction”. If you have not read, what are you waiting for? Definition This definition is extracted from Fabio’s post and...
-
Part I: Introducing NHiberate and WPF: The ChinookMediaManager Introduction This is my second post about the Chinook Media Manager, an example application for NHibernate and WPF. In this post I will outline some concepts behind the architecture that I’ve chosen. Note Probably at some points you will...
-
A new Dynamic-Proxy provider is available in NHibernate trunk ( here the others two) Erich Eichinger (Spring.NET team member) sent us the implementation of NHibernate.ByteCode.Spring . The property to configure is < property name = " proxyfactory.factory_class " > NHibernate.ByteCode...
-
Some years ago a phrase broke my mind: “Program to an interface and not to an implementation” As you probably know the phrase is one of the famous Gang of Four . Is the phrase valid even for entities ? I definitive think that the answer is yes for various reason; from dyn-proxy, for lazy...