Andrei's blog

sharing coding bits

Wednesday, December 19, 2012

NHibernate Inverse and Cascade

›
Best explanation: http://www.emadashi.com/2008/08/nhibernate-inverse-attribute/ Suppose we have a Parent with a collection of Child objects...

SaveOrUpdate Vs Update and Save in NHibernate

›
Chapter 9 : http://www.nhforge.org/doc/nh/en/index.html But cliff notes: Save() takes a new object without an identifier and attaches it t...

NHibernate defaults

›
Nullable – yes, all properties are nullable by default Lazy – yes, all properties are lazy by default. They must be virtual and public or p...

NHibernate Get vs Load behavior in whether returning the proxy or not

›
When returning an entity by using Get or Load, NHibernate first tries to return it from the session cache. If it’s not there, then Get and ...
Friday, November 16, 2012

Remote debugging in Visual Studio, target on a different domain

›
My computer is a Windows 7 32bits and I had to debug a ASP.NET 32 bit worker process running on a Windows Server 2008 64 bit machine. The s...

HibernateException: Creating a proxy instance failed –> Unable to obtain public key for StrongNameKeyPair issue

›
I stumbled upon the following exception for a webapp of a particular site: HibernateException: Creating a proxy instance failed –> Unabl...
Sunday, October 30, 2011

Merged Dictionaries with ResourceDictionary set to linked XAML

›
As you know, you can add a linked XAML file using "Add as link" feature from "Add file" in Visual studio. I created a fo...
‹
›
Home
View web version

About Me

My photo
Andrei Nitescu
Passionate software developer with ❤ for .NET C# Xamarin
View my complete profile
Powered by Blogger.