Getting started with Unity

I frequently give talks on how to get started with Unity, especially to schools in the Philadelphia area. I understand that it can be overwhelming to begin, especially if you are new to programming, so I thought I’d get you started with a few resources. Also take a look at some of my power point…

[Tutorial] Design Time Data + Passing Data Across Pages (WP8)

The most difficult part of this project thus far has been understanding the idea behind MVVM, or Model-View-View Model. Wikipedia defines it as: “MVVM facilitates a clear separation of the development of the graphical user interface (either as markup language or GUI code) from the development of the business logic or back end logic known as the model (also known as the data…