Click here to Skip to main content
15,917,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:

I've never developed on a Surface. I have a customer who wants a customized app written for his Surface Pro 4. Can I develop using VS 2013 and MS Access and just install the application on the Surface or do I need to do something else? I've been searching the web for tools I may need, the only thing I've found was from Microsoft but it was talking about developing using Vista!

Any help/advice will be greatly appreciated.
Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 28-Dec-15 19:12pm    
Help with what? Something else? What needs answering here? You need to do the development, learn it. And how "MS Access" can be related to the Surface development?
—SA
lmilano 28-Dec-15 19:48pm    
Hi Sergey...thanks for your comment. I could do that but I was concerned I might be missing something big that needed to be done before developing for a Surface Pro. I've never developed for anything but standard Windows workstations...

1 solution

You'll want to develop a Universal Windows Platform (UWP) application. Cross-Platform, Universal & Cloud-Based App Development[^] You do this by downloading Visual Studio 2015, links can be found from following the above link.

UWP apps will run on Windows 10 on Surface, Phones, Desktops, Xbox, etc.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 28-Dec-15 22:03pm    
5ed.
—SA
BillWoodruff 29-Dec-15 2:37am    
Hi, Ryan, I'm curious: since the Surface 4 ... to my knowledge ... has the full .NET stack (not whatever "RT" was), couldn't a "regular" .NET WinForm application run on it with no changes ?
ZurdoDev 29-Dec-15 7:12am    
I'm not sure. Probably, but it depends on what parts of .Net you use in your app and if they are all available on the Surface. It's my understanding if you are not targeting just the desktop or just the mobile, then UWP is the way to go.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900