- Nov 15, 2012
- 1
- 0
- 0
Hello!
Ok so i have bought a tablet with Windows 8 pro on, i have "promised" my boss that i can convert some of our logistics software into touch screen Windows 8 apps, so that the user can have a better experience and the added mobility of the tablet instead of computers.
Today, all our software is WPF 4.5 connected to several SQL Server. I want to make a touch app with modern UI to use only in our business, and have no interest of Windows Store for this app (later in other apps, maybe)
Soooo, here i sit, 100% motivated for using the tablet business mode, but not sure how to start. What are my options to make an business-app outside store, which are using SQL server? Are there any work-arounds to the system.data which works on SQL Server? I see a lot of SQL-Lite workarounds, but none with SQL Server.
Can i make a .DLL which handles the communications with SQL server, and serves back in Windows RT approved data?
Can i make a service which runs on the tablet talking to SQL sever and presenting back web services?
Is there 3-party tools available soon to handle SQL server?
I really really really really would like to just use dataset and tableadapters in the Modern-UI look, this app will never see the windows store.
Ok so i have bought a tablet with Windows 8 pro on, i have "promised" my boss that i can convert some of our logistics software into touch screen Windows 8 apps, so that the user can have a better experience and the added mobility of the tablet instead of computers.
Today, all our software is WPF 4.5 connected to several SQL Server. I want to make a touch app with modern UI to use only in our business, and have no interest of Windows Store for this app (later in other apps, maybe)
Soooo, here i sit, 100% motivated for using the tablet business mode, but not sure how to start. What are my options to make an business-app outside store, which are using SQL server? Are there any work-arounds to the system.data which works on SQL Server? I see a lot of SQL-Lite workarounds, but none with SQL Server.
Can i make a .DLL which handles the communications with SQL server, and serves back in Windows RT approved data?
Can i make a service which runs on the tablet talking to SQL sever and presenting back web services?
Is there 3-party tools available soon to handle SQL server?
I really really really really would like to just use dataset and tableadapters in the Modern-UI look, this app will never see the windows store.