It's certainly not crazy, at my company we ended up making our own object-relational mapper and db cache layer inspired by Django: http://www.djangoproject.com/
/Henrik On Fri, Oct 31, 2008 at 3:56 PM, TheJonathan <[EMAIL PROTECTED]> wrote: > > Has anyone played around with extending the Sql data classes in .NET > to add a layer of memcached? The datasets could be stored in > memcached, and it would just need some fancy coding to make the > updates/inserts invalid the proper keys. Am I crazy for even thinking > about such a thing? :)
