This recipe creates a basic C# desktop application that enables a user to select a project from a drop-down list, and then create a new issue in Redmine, taking the data from the form's fields.
You need Microsoft Visual Studio 2013 Community Edition or newer.
To create C# client for Redmine, we either need a ready-made C# library, or access to the Redmine API directly and parse responses, which is much more complicated. To create a sample C# app, follow these steps:
No credit card required