Wednesday, September 3, 2008

Web309

Silverlight 2
HTTPWebRequest in Silverlight goes through the browser
Blend design tool for designing Silverlight.
Need to look at references to get the demo code for this Session. As per the last techEd there is tight integration between the vs project and ExpressionBlend.
In Silverlight everything is async and so all events have Callbacks.
Silverlight gets the details from the Normal Membership
Silverlight Code all behind has issues

Ref : Martin fowler - GUI Architecture, Presentation Model Pattern

Presentation Model Pattern Solves this by separating view from state and operations
INotifyPropertyChanged, ObservableCollection,IValueConverter
Need to add a mock Service for Blend. Basically Blend cant cope with calls to outside Services.

Using partial class to extend autogenerated classes.

Command Pattern
Strategy Pattern
Inversion of Control
IocContainer,Ikernal

Silverlight testing

http://jonas.follesco.no

Notes: Using a Simple MemberShipProvider.
Xaml with Code behind

0 comments: