Tag Archives | Silverlight 4
MainPage.xaml

Silverlight 4 : View Models and MVVM

  Hey guys, In this post i am going to talk about the most import part of the Silverlight and WPF applications, the View Model and the MVVM pattern. UI development Challenges View Models are designed to solve certain problems that pop during the UI designing. The major problem is that the User Interface code [...]

Read full story Comments { 0 }
Silverlight 4 Hierarchical Binding

Silverlight 4 : Data Binding, Data Context, Data Template, Grouping, Binding to Collections

  Microsoft has been offering data binding for all its user interface applications but it was an assumption that all the data binding that will happen will always be related to database. However WPF and Silverlight have a broader view assuming that the client side code is often not connected directly to the database. And [...]

Read full story Comments { 0 }
Silverlight 4 : Increase Quota Isolated Storage

Silverlight 4 : File Access, Dialogs, Stream, Isolated Storages

  File Access Option In Silverlight there are 3 main ways of accessing files: OpenFileDialog and SaveFileDialog – This is the most flexible of all the file access options as this can be used by any Silverlight application running at any permission level. The user can select any file as long as the user has [...]

Read full story Comments { 0 }
>