Creating a Toc Addin for Markdown Monster
I’ve been using Markdown Monster for a few days and I’m smitten. It’s a great tool. It was created by none other than Rick Strahl. Rick has been contributing to the developer community for many years. I recall reading Rick’s blog more than a decade a go. The guy’s a legend. Anyhow, today I was finishing up a large markdown document, when I decided it really needed a table of contents. Now, I’m fairly new...
Unit Testing Cross Platform .NET Apps
I’m working on a new, soon to be released, open-source project. Without giving too much away, it’s a set of libraries for UWP, WPF, and Xamarin.* apps. Now if you’re using VS 2017 to build your apps, the tooling story for cross-platform apps has become ever more unified. You have .NET Standard for cross-platform application logic; much less friction than PCLs in my view. Cross-platform Unit testing, however, is a bit of a missing piece...
UWP Form Validation with the Calcium MVVM Framework
I’ve published a new CodeProject article covering form validation in Calcium. While the form validation APIs are cross-platform, this article is specific to UWP. It could however be applied to WPF, Xamarin Android & iOS. In this article, you see how to perform both synchronous and asynchronous form validation in a UWP app. You see how set up viewmodel properties for validation, both declaratively and programmatically. You look at how to define your validation logic...
Building A Puzzle Game With Xamarin Forms
My latest article is a fun Xamarin Forms implementation of the game Sokoban,
demonstrating how to port a UWP puzzle game to both Android and iOS while sharing nearly all code across platforms.
Uwp Alien Sokoban Part 1
I had some fun over the last couple of days writing up an article on using UWP to create a sokoban puzzle game implementation.
You can find the first part over at http://www.codeproject.com/Articles/1138427/UWP-Sokoban-Part
Below is a screen shot of the game.