Search code examples
wcfentity-frameworkwcf-data-services

Do you need to use Entity Framework to create a WCF Service


Is there a way of creating WCF Service without using Enitity Framework?


Solution

  • NO. (short answer for the title "Do you need to use Entity Framework to create a WCF Service")

    to explain simply : WCF is for communication, data exchange. EF is for relational mapping, like database exchange.

    that's différent and there is no dependendy.