2
I have a database all modeled and with a mass of data, now I need to develop an application that provides through a REST API this database. I have two development fronts, the frontend and the backend. Is there any way to make this database available as a REST API?
Another alternative is to use WCF Data Services, in this case you would not be limited to using only Postgresql, being able to migrate to another Database if necessary.
– Tobias Mesquita
Cool, didn’t know WCF Data Services. Thanks for the tip!
– Bruno Wego