Hi Ayende,
This is not a testimonial per se, but a 'true story'. You can stop
reading now if you are only interested in "why I love llblgen"
replies.
I am implementing a callcenter system that is much more than CRUD and
LLBLGen caused me some memory-related problems. In short: entity
collection that is loaded together stays in memory until ALL of it's
elements are dereferenced, even if I use the "EntityCollection" just
to load them.
Frans helped me resolve this issue (and some other issues, also
related to memory leaks) but the solution is rather ugly. Note that I
am using v2.6, but AFAIK the this behavior has not changed in further
releases. You can see the whole story and the context @ LLBLGen
forums, my problems and Frans's answers will tell you more than I can
do here:
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=19232
.
Br/
Maciej Aniserowicz