by changing: public object CreateResource(string containerName, string fullTypeName) to: object IUpdatable.CreateResource(string containerName, string fullTypeName) then the intellisense ...
Suggestion from Benjamín Eidelman - If you had, have you tried improving it by avoiding some of the Reflection calls? because those they use to be expensive, and caching would be very straight-fo...
Can't figure out how to easily do this with Linq to Sql.
Reset resource currently creates a new entity and correctly sets the default values (other then key values) however this entity is not attached to the context, therefore changes never go through