hi,
i'm thinking about learning WCF. But at the moment i don't know LINQ and entity framework. I still use the old ado .net. But most of the tutorials written on WCF with back end connections have used Entity framework and LINQ. Now i'm in bit of a worry that if i learn WCF, i wouldn't be able to write WCF application to deal with backends due to lack in knowledge in Entity framework and LINQ.
1. Is it possible to write WCF application that uses old Ado .NET style db connection (without LINQ or entity framework)?
2. What are the disadvantages of writing WCF applications with old ADo .NET?
thanks
Nimit JoshiPosted Jun 17, 2014, 11:22 PM
Yes you can use the ADO.NET Style in the WCF Service Application. You can google the advantages to work with the WCF.
But at last i must say that the new technologies are coming day by day, so that you should learn the Entity Framework and LINQ to work with these technologies. You can use it with the WCF Service applications too.
Abhay ShankerPosted Jun 17, 2014, 10:53 PM
http://www.codeproject.com/Articles/45903/WCF-databinding-using-ADO-NET
http://stackoverflow.com/questions/334639/wcf-rest-vs-ado-net-data-services