Xamarin with Azure IoT Hub

ASP.NET Core makes it easy to build Web APIs that meet a variety of needs including backends for browser and mobile applications. In this session we'll look at building Web APIs that can handle a variety of formats, provide rich metadata, and support client generation. We'll also look at how you can build SPA applications and Xamarin mobile applications with ASP.NET Core as a backend.
To view
Video missing :(
ya, this is one of the videos I was most looking forward to.
What if I want to validate a request also on the model "content":
If I have a class:
public class Device { public int Id {get; set;} [MinLength(3)] public string Name {get; set; } }
posting something like:
{ "id": 123, "name": "John", "description": "blablabla", "description2": "blablabla" }
equally gives an 200 OK.
When will OData be available?
Great presentation! where can I get the slides? thanks