Presented at Microsoft event: Mobile Cross-Platform Development with Xamarin...
Yesterday at the Xamarin event that Microsoft organized in Hoofddorp, The Netherlands, I presented a fun session together with Maarten Sikkema (CTO at Macaw, where I work). We told the story about how...
View ArticleWhy and How to Get Started with Visual Studio 2015 and Xamarin Forms
Last week at the Visual Studio Connect(); event, Microsoft announced availability of Visual Studio 2015 Preview, with support for creating native iOS, OS X, Android and Windows Phone apps in C# with...
View ArticleHow to Share Xamarin Forms Data Binding Code across Xamarin Sketches and Apps...
When coding a Xamarin Forms UI, Xamarin Sketches can increase your productivity to previously unattainable levels. Being able to see the UI in a phone simulator update while you edit the UI code, with...
View ArticleBuilding BFF – Backend For Frontend API’s for Xamarin Mobile Apps
When building a mobile app that consumes web API’s, do you sometimes get the feeling that this requires way too much code on the client? Does your mobile app performance suffer because you need to do...
View ArticleHot Reloading Declarative C# UI for Xamarin.Forms with CSharpForMarkup and...
Modern UI frameworks such as Flutter and SwiftUI offer hot reload for declarative UI, in a single programming language. By using CSharpForMarkup with LiveSharp, you can enjoy a similar developer...
View Article