Hi
I could use some advice in order to choose the right service to use. I'm working on a Wpf application, which is basically a small hotel booking system. The booking system should be installed on a computer, where the users (receptionists) can use it to perform a booking of a room.
The Wpf application should be using a MVVM pattern which should be the frontend. I want to have a service or something which can run on a server, so my Wpf application can connect to it to get a list of available rooms.
I'm a bit confused what to use if we look at the "Wcf service" or a "Web Api". Could you maybe advice what is the best solution for what I need here?
The Wcf service or Web Api should be in its own project, and run on its own server. It should contain the logic and the entity framework with test data to use in the beginning.
I have no experience with Wcf services, and when I look at google I can handly find any updated tutorials to use. Is Web Api much for populate or?
Hope to hear from you :)