|
+1
And I'd also like to integrate directly to Core.Data.
Also, it'd be nice to make the library easily substitutable to enable unit testing of apps. It should ship 2 implementations of the API. One is the real deal. The other operates only on an in-memory cache. So it simulates what the real system would do, starting
from a server with an empty database and without any network overhead.
Mostly, I want to eliminate the code gen. That is a very C# approach, and feels absolutely bizarre to the platform (besides being annoying overhead).
|