Posted on: 3/21/2014 6:37:21 PM | Views : 404

Hello,
       
I am looking for some advice for picking the right approach for extending a desktop application to a mobile/remote solution.
I developed a C# WPF database desktop application, this application connects to a SQL Server 2008 R2 database on the server in the company. A maximum of 4 users are using this application in the company during their daily work. 
The application is used for managing purchase, sales, customer data, production data and many more. The application also has connections to AutoCad, a label printer, and the Windows File system for managing the workflows in the application. There is no server-sided code on the server for this application, all functionality is inside the desktop application. 
 
Requirements mobile/remote solution:
The client wants to be able to connect to the database from a remote location with a laptop (Mac or Windows), iPhone or iPad. At the ...

Go to the complete details ...