Why doesn't DomainContext from WCF RIA Services implement the IDisposable pattern ?
- by Scott Davies
Hi,
Just doing some work with RIA services and I see in the MSDN documentation that neither it or any parents up its' hierarchy implement IDisposable. I'm wondering what the design decision was for this...as DomainContext is a stateful resource, wouldn't it be nice to have a Dispose() to release it when done ?
Thanks,
Scott