Monthly Archives: May 2010

Migrate / Move from Entity Framework (EF) to WCF Data Services (Part 4) – Delete

Final, we reach the end of the CRUD, delete. Delete is very identical to update. We only need to change one line of Migrate / Move from Entity Framework (EF) to WCF Data Services (Part 3) – Update code to. … Continue reading

Posted in .Net | Leave a comment

Migrate / Move from Entity Framework (EF) to WCF Data Services (Part 3) – Update

This round we update the data from WCF Data Services. Change the main function from Migrate / Move from Entity Framework (EF) to WCF Data Services (Part 1) – Create to. static void Main(string[] args) {   //Define an entity … Continue reading

Posted in .Net | Leave a comment

Migrate / Move from Entity Framework (EF) to WCF Data Services (Part 2) – Read

It is simple to read from WCF Data Services. Change the main function from Migrate / Move from Entity Framework (EF) to WCF Data Services (Part 1) – Create to. static void Main(string[] args) {   //Define an entity object … Continue reading

Posted in .Net | Leave a comment