Answered by:
Windows Iot, Universal App and Iot Hub

Question
-
Hi Guys,
Now I want to start building an app for it (Universal App is the way to go). I want to build a headed app that communicates with Service Bus on Azure and an iot Hub and so on.
How can this be achieved?
regards,
Monday, November 9, 2015 11:43 PM
Answers
-
Connect the Dots might be a good place to start as well... See https://github.com/Azure/connectthedots
- Proposed as answer by Marcus Russell [MSFT] Tuesday, November 24, 2015 4:25 PM
- Marked as answer by Marcus Russell [MSFT] Tuesday, November 24, 2015 4:25 PM
Tuesday, November 10, 2015 7:19 PM
All replies
-
Tuesday, November 10, 2015 2:52 AM
-
This seems to be very good example
https://www.hackster.io/vinoth-MVP/windows-10-iot-core-on-raspberry-pi-2-adafruit-sensor-data-412581
Regards Ravindran Keshavan MCSA |MCTS (SCOM)| ITILv2
- Edited by RavindranK Tuesday, November 10, 2015 6:55 AM
Tuesday, November 10, 2015 6:54 AM -
Regarding using Service Bus from an UWP app remember that the official SDK (on Nuget) doesn't work with this kind of apps but only on .Net Framework apps.
For UWP apps to interact with Service Bus you can use the Azure SB Lite library :
https://github.com/ppatierno/azuresblite
https://www.nuget.org/packages/AzureSBLite/
It exposes same APIs as official SDK.
Paolo.
Paolo Patierno
Tuesday, November 10, 2015 8:31 AM -
Connect the Dots might be a good place to start as well... See https://github.com/Azure/connectthedots
- Proposed as answer by Marcus Russell [MSFT] Tuesday, November 24, 2015 4:25 PM
- Marked as answer by Marcus Russell [MSFT] Tuesday, November 24, 2015 4:25 PM
Tuesday, November 10, 2015 7:19 PM