It's been a while since I've coded more than a few lines of C# and in that time Microsoft has gone from .NET Core 3.1 to .NET 5 and now 6. I am currently working on an IoT gateway project and I thought I would use the new minimal APIs in .NET 6 to build … Continue reading How to avoid JSON deserialisation issues with .NET 6 Web APIs
Category: Cross Platform C#
2013 Video Highlights
As we rapidly approach the end of 2013 I thought I would quickly pull together some of the best free tech videos I've watched and learned from during the year (note: these are not presented in any particular order). Hope you find this list useful! You can do WHAT with C#?! As is his way, … Continue reading 2013 Video Highlights
TechEd Demo Video Available Online
As previously announced I presented a session at TechEd Australia 2013 and anyone who came along will know I had some challenges with the demo component of my talk on the day. I thought it would be great to actually show you all how the demo *should* have run on the day, so to that … Continue reading TechEd Demo Video Available Online
Portable Azure Mobile Services DTOs when using Xamarin and C#
As part of an upcoming talk I am giving I am spending a lot of time working on a demo that shows how to do push notifications cross-device. One concept that is really drummed in when working in this space is that building reusable C# is key to leveraging the savings from building Windows Phone, … Continue reading Portable Azure Mobile Services DTOs when using Xamarin and C#
Debug iOS App from Visual Studio with Xamarin extension using the iPhone Simulator.
This is a really quick and easy tip for those starting out doing iOS development with Xamarin (and specifically with the Visual Studio extensions). If you don't have access to an iOS device and want to debug on the Simulator that ships with Xcode make sure you do the following: Set the "Platform" to "iPhoneSimulator" … Continue reading Debug iOS App from Visual Studio with Xamarin extension using the iPhone Simulator.