Iam new to smart device applications . I want to know How do we access the application (in C# .Net or VB.Net) on a VSS through a smart device. In other word,how do we access data from a smart device?
I was wondering what everyone's general practice was for packaging/distributing applications to multiple platforms? I should clarify that... I'm currently working on the setup for my application. I have a cabinet file
We have WM5 application that we wish to package and deploy as simply as possible. At the moment we use vs2005 to deploy the .NET 2 compact framework then copy our xx.cab file to the device and execute it and finally install a third party Kiosk application and configure it. What ...