I just picked up a couple Raspberry Pi 2 devices to start playing around with Windows 10 IoT. I've got everything installed and working and am able to debug/deploy from Visual Studio 2015 Community RC.
In looking at the web interface that is available in the default install, I noticed a "ZWaveBackgroundService" I know what ZWave is, and I did a little research and found a usb adapter that has been tested with Windows 10 IoT. I found the sample app on github, but its all written in C++. However, I am C# developer, I can probably figure out the CPP if I have to but I was really looking forward to working in the language that I am already good at.
Is there any SDK or API or something that I can use with C# to get into some ZWave development or am I going to have to re-learn C++? I'm sure I can use the wide array of sensors and what not available for the device to roll my own solutions. But mainly I am looking to control zwave light switches and outlets, which I don't want to attempt to make myself.