I'm building an application using C# in Visual Studio 2012. Part of the requirement is to interface it with the Arduino board. For this I used a Visual Studio add-on called Visual Micro.
The add-on works by just building it and the sketches get deployed to the board if one is connected. I have been trying to build this Arduino project with the C# code itself, so once I am done developing my application, I would be able to deploy sketches to the board via my C# executable application. Is it possible?