Quantcast
Channel: The Gray Zone » reflection
Browsing latest articles
Browse All 2 View Live

Checking for property differences in object

I recently had to come up with a way to check the properties to 2 similar objects and find any differences between them. The solution that I came up with was to write a generic extension method that...

View Article


Abstract class to dynamically alter EntityFramework Domain Service connection

In my previous post I wrote about overriding the LinqToEntitiesDomainService.CreateObjectContext() method to dynamically set the connection string for the used by the domain service. I realised that I...

View Article

Browsing latest articles
Browse All 2 View Live