Hello Folks,
I am learning WPF and WebAPI and i have followed this article http://www.c-sharpcorner.com/UploadFile/8a67c0/getting-started-with-web-api-step-by-step-with-sample-applic/ to create Webapi. Now i want to call this webapi from WPF application but i am unable to do so. I am follwing MVVM architecture.
Could you guys help me on how to connect to the this webapi and display the data in Grid on WPF .