↧
Convert json to TypeScript
While working on a Windows Store app I noticed I was writing TypeScript interfaces to get some syntax checking and code completion on JSON data received from an external service. In C# projects I’m...
View ArticleCombining WinJS, TypeScript, jQuery and KnockOut
In this tutorial we’re going to build a very simple Windows Store application that uses jQuery and Knockout to get some data from the internet and show this in a GridView. I’ll show you how you create...
View Article