Introduction
In this document we shall provide a basic overview of how to develop C# .NET applications for ATM on a Windows
...
development machine. The following areas will be covered:
Configuring the development environment
Writing a demo console application
Deploying to ATM
Debugging
Prerequisites
You will need to download and install the following applications:
Xamarin Studio for Windows. This is called MonoDevelop on Linux and to alleviate any incompatibility issues, please download the Windows version from:
- http://www.npackd.org/p/monodevelop/5.10.1.6
At the time of writing the latest version of Xamarin Studio was incompatible with the pdb2mdb tool required later on so do not allow the IDE to upgrade
We will need the Putty SSH tools for automating some remote tasks such as copying files and running the remote debugger