I have an MVC project. In that I need to communicate to database using a WCF
service and not the Web API. The result from the WCF, I need to bind to my View
using knockout.js. I am completely new to MVC. Can anyone provide me with a link, or example,
or an article that helps me.