Simplest example of this, I get a collection and try to output it via Web API:
// GET api/items
public IEnumerable- Get()
{
return MyContext.I
In my Project EntityCollection returned from the WebApi action method.
Configuration.ProxyCreationEnabled = false not applicable. I have tried the below approach it is working fine for me.