Add new comment

I am making a Handheld product so I am using Windows Embedded Compact 2013 to build the User Interface, which I can program by creating a subproject using the XAML for Windows Embedded tools. That UI is designed in Expression Blend before hand. Then I have WCF projects which have Operation Contracts that query the data from a Dynamics NAV database.

So far the only thing holding me back is calling my Operation Contracts in the User Interface.

I've been learning as I go on so not sure if I am doing this the right way,

Nick