Microsoft has an introduction article describing DbContext features.
Some of them, like filtering related entities I hadn't seen in ObjectContext.
Is that functionality really new for DbContext and not available in ObjectContext? What are the other "new" functions? Or is DbContext just a simplified API over the same functionality that ObjectContext has?