Writing JavaScript That Implements The Binding Pattern In Visual Studio LightSwitch

image

In the LightSwitch HTML Client Preview 2, the binding pattern has several advantages in that it allows you to create large robust and well structured applications. You may have heard about the binding pattern in Silverlight and WPF (known as MVVM). The key component is the INotifyPropertyChanged interface that raises an event when anything changes a property that implements the interface…

Tags: HTML Client (Preview Version)
 •  0 comments  •  flag
Share on Twitter
Published on December 12, 2012 07:02
No comments have been added yet.