Can someone shed light on the following question: there is a Microsoft.Data.Edm namespace and a Microsoft.OData.Edm namespace. Both have the interface IEdmModel, EdmModelBase and EdmModel, etc.
Most interestingly, the ASP.NET Web API OData package uses Microsoft.Data.Edm.Library.EdmModel internally (for example, an instance of this class is returned by ODataModelBuilder). So what is the meaning of the Microsoft.OData.Edm namespace?
source share