0
Answer

Migration of Database in MVC using WCF

I want to fetch records from one Database using WCF services and want to insert to another Database using same. I am using MVC for the services.
can any one having an idea about this?