Monitoring Your Mobile Apps in the Wild

As the mobile landscape continues to expand and evolve managing multiple code bases in different programming languages and development tools can become a nightmare fast. In this session you will learn about the technology that Xamarin offers and how it works to enable developers to leverage a shared C# code base across all mobile platforms.
James will walk you through developing, designing, deploying, and optimizing your first mobile apps for iOS, Android, and Windows from a single code base. You will walk away with the knowledge to build cross platform mobile app with C# features such as LINQ, async/await, events, and delegates and inside Visual Studio.
I see this is only available in Low Quality, are more qualities coming or is that it?
Here is the source code from the session! https://github.com/jamesmontemagno/app-imagesearch-cogs
@Programazing: All are there now. The encoding/publishing process first does and releases the Low, then continues and follows up with Med and High...
@gduncan411:Sorry about that. You'd think as many virtual Microsoft events as I've been to through channel 9 I'd know that by now.
Choke up chicken
James;
Excellent Presentation James. I love your async/await patterns for button click as it shows a very simple paradigm
Truly as simple as 1,2,3...
As we move more into Functional styles (step 2 above), we are reminded of the phrase "Favor composition over inheritance"...