Adventures in Software Craftsmanship
XAML, ASP.NET MVC, HTML 5, CSS, JavaScriptIntro to Knockout JS Videos
This is a presentation I gave on 7/14/2011 at the Utah .NET User Group. I’ve been meaning to get these uploaded for quite a while! Source code and presentation files used in the videos are available on github. Please excuse my gaffe on the need for json2 in IE.
Going to //Build/? Let’s Talk.
Are you going to be at //Build/ this week? Ping me on twitter or contact me and lets meet and talk about what you’re working on. I’m interested in pursuing new opportunities in the XAML or HTML5/javascript space.
Building Windows 8 Metro Applications with C# and XAML – Slides & Demos
Thank you to everyone at the Utah .NET User Group who attended my presentation on Building Windows 8 Metro Applications with C# and XAML. Here is a link to download my slides and demos. Thanks again to John Papa who let me utilize some of his slides and demos.
Download: Win8Demos.
Join Me Tomorrow for KnockoutJS and the WCF Web API
Tomorrow I’m going to be giving a presentation at the Northern Utah .NET User group on KnockoutJS and the WCF Web API.
Knockout is a javascript framework that can help you simply building dynamic UIs by applying the Model-View-View-Model (MVVM) pattern.
Consuming WCF Web APIs in Windows Phone
UPDATE 1/8/2013: Code now on github: http://github.com/joemcbride/HttpContrib
At MIX, Microsoft released Preview 4 of the WCF Web APIs. They also provided an updated Async CTP that brings async Task support to Windows Phone.