Per DB Conventions With FluentNhibernate
I need to support 2 db types on my app, so I thought about a nice pattern that will help me achieve this.// I’m working with latest Fluent Nhibernate version...
I need to support 2 db types on my app, so I thought about a nice pattern that will help me achieve this.// I’m working with latest Fluent Nhibernate version...
I got a new task: Build Nhibernate based infrastructure, so I decided to check the existing third party tools and my boss gave me a day at home to check them...
I’m overriding equals and implementing IEquatable on some of my objects and bind them as an ObservableCollection to the UI.Here is a sample: (ugly code do no...
About a year ago I asked the following question <div id="stacktack-1114555"></div>This week I got one more answer and I wanna ask you guys what d...
Hard coded strings are annoying,In XAML, we have a lot of cases of hard coded strings.Here is a simple way of implementing static naming class, and use it in...