As far as I know EF doesn't handle disconnected maps or POCOs terribly well in the current version. It is, however, a big feature in the upcoming one. As I understand it, they're doing a lot of work ...
Take advantage of connection resiliency in EF Core to detect errors and retry commands and enable your ASP.NET Core application to overcome transient faults. A high-quality application must be stable, ...