I'm a noob so please I hope you can help me and understand that maybe my question is dummy or not-well oriented.
In Visual Studio, I have a Web Api consumed from a MVC App (which applies CRUD methods). Now I need a WPF Application just for read the information (not create, not update, not delete).
My question: Can I use the same Web Api project or I need add a WCF project???? I don't know if is some difference.
NOTE: I have to pass thousands of records. I don't know if this matters or not. Again, I'm noob.