So today I found a pretty huge error in the guts of Nvigorate. I’m still not clear how I managed to ignore the broken unit tests (sorry all) but now they’re all passing again. The exception occurred when attempting to use Reflector to read/write from static members and was introduced at some point when I added the caching functionality to Reflector (which greatly improves the performance of several things in the framework).
The positive addition to Nvigorate since the last point rel...
[More]
Tags: alpha release wcf
f416eb1d-c25b-4508-a633-ed1a30f1631f|0|.0
Any serious ORM has lazy loading. But can your ORM lazy load across a remoting boundary? Nvigorate's lazy loading is a function of the state tracking now which works through AOP using the PostSharp framework. I always had some conceptual idea of how I wanted the lazy loading to work through an AOP model but wasn't positive how to implement it so that it would work across remoting boundaries and/or a 2-tier application. Currently, the IRepository interface has GetRelative and GetRelatives methods...
[More]
Tags:
5761a8f2-e822-4c34-abc1-af1983121e24|0|.0