I need two small pieces of Windows software written with a quick turn around.
One is simply pulling data out of a local SQL server database and pushing it up to a a RESTful API.
The other is pulling data out of 2 RESTful APIs and then pushing it down to an Access Database (local).
The data in both cases is for a lettings company (different companies for each project). And will include fields like: address, post code, features etc.
I don’t care what programming language it’s written in, but my guess would be VB 6 or VB.NET.
It would make sense to use a framework or language which handles XML over HTTP (RESTful) out of the box as well as SQL queries with Access / SQL Server.
This is initially for 1 project, but if you do a good job you’ll get the other.
I need a quick turn around and you MUST be able to show me examples of:
Windows software which pushed and pulls data out of a Microsoft database (SQL Server / Access) and pushed it to a RESTful API (XML over http).
