Jun 30 2009

Nvigorate Alpha Release 0.8.1.0 – Dynamic WCF Proxy

Category: NvigorateAlexRobson @ 14:45
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:

Apr 3 2009

Nvigorate - Lazy Loading

Category: NvigorateAlexRobson @ 09:02
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: