{"id":1432,"date":"2019-09-28T07:55:09","date_gmt":"2019-09-28T07:55:09","guid":{"rendered":"https:\/\/wordpress-634681-2064240.cloudwaysapps.com\/?p=1432"},"modified":"2020-05-02T22:25:43","modified_gmt":"2020-05-02T22:25:43","slug":"explorations-in-dot-net-core-3-0-for-raspberry-pi-part-4","status":"publish","type":"post","link":"https:\/\/www.petecodes.co.uk\/explorations-in-dot-net-core-3-0-for-raspberry-pi-part-4\/","title":{"rendered":"Explorations in Dot Net Core 3.0 for Raspberry Pi – Part 4"},"content":{"rendered":"\n

This is part 4 of a (at least) 5 part blog series on Dot Net Core on the Raspberry Pi….<\/em>

You can see Part 1 – Installation and Hello World – right here<\/a>… <\/em>
You can see
Part 2 – GPIO – right here<\/a>… <\/em>
You can see <\/em>
Part 3 – Sending Azure IoT Hub Messages – right here…<\/em><\/a>
You can see
Part 5 – Remote Deployment and Debugging – right here…<\/a><\/em> <\/p>\n\n\n\n

On September 25th 2019<\/a>, the Dot Net Team released version 3.0 of the Dot Net Core Framework at .Net Conf.<\/a><\/p>\n\n\n\n

To join in the fun, I held a special with Notts IoT<\/a>, the IoT group I organise in Nottingham, where I gave a talk on Dot Net Core 3.0 on the Raspberry Pi.<\/a> <\/p>\n\n\n\n

This blog post is what I’ve learnt along the way to preparing for the talk as well as afterwards…! <\/p>\n\n\n\n

Previously on Pete Codes…<\/h2>\n\n\n\n

In the last blog post<\/a> we’d created a Console app that read the status of a button and sent a message to an Azure IoT Hub.<\/p>\n\n\n\n

In this post we’ll add code to allow us to receive a message back from our IoT Hub that we send from the Microsoft IoT Device Explorer. <\/p>\n\n\n\n

What you’ll need <\/h2>\n\n\n\n