↧
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 ArticleAbstract 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