Today Visual Studio 11 Beta is released and available for download. Don't want to read a big blog post? Phooey on you then!
Visual Studio 11 Beta & .NET 4.5 Beta Announcement by Jason Zander + Downloads Windows 8 Consumer Preview Announcemen…
Posted on February 29, 2012, 8:27 am, by Stephen Walther, under
Metro.
If you are building a Metro style application then your application needs to look great when used on a wide variety of devices. Your application needs to work on tiny little phones, slates, desktop monitors, and the super high resolution displays of th…
If you are building a Windows Web Application then your application needs to look great when used on a wide variety of devices. Your application needs to work on tiny little phones, slates, desktop monitors, and the super high resolution displays of th…
Posted on February 27, 2012, 10:34 pm, by Stephen Walther, under
Metro.
The goal of this blog post is to describe how templates work in the WinJS library. In particular, you learn how to use a template to display both a single item and an array of items. You also learn how to load a template from an external file. Why use …
The goal of this blog post is to describe how templates work in the WinJS library. In particular, you learn how to use a template to display both a single item and an array of items. You also learn how to load a template from an external file. Why use …
Posted on February 27, 2012, 5:09 am, by Stephen Walther, under
Metro.
The goal of this blog post is to describe how declarative data binding works in the WinJS library. In particular, you learn how to use both the data-win-bind and data-win-bindsource attributes. You also learn how to use calculated properties and conver…
The goal of this blog post is to describe how declarative data binding works in the WinJS library. In particular, you learn how to use both the data-win-bind and data-win-bindsource attributes. You also learn how to use calculated properties and conver…
Posted on February 25, 2012, 5:21 pm, by Stephen Walther, under
Metro.
The goal of this blog entry is to describe how the Observer Pattern is implemented in the WinJS library. You learn how to create observable objects which trigger notifications automatically when their properties are changed. Observables enable you to k…
The goal of this blog entry is to describe how the Observer Pattern is implemented in the WinJS library. You learn how to create observable objects which trigger notifications automatically when their properties are changed. Observables enable you to k…
Posted on February 24, 2012, 5:44 pm, by Stephen Walther, under
Metro.
The goal of this blog entry is to describe — in painful detail — the contents of the default.js file in a Metro style application written with JavaScript. When you use Visual Studio to create a new Metro application then you get a default.j…