Introduction
This example can give you hands on experience on key topics of Silverlight/WPF technology. These are the must have technologies to work on XAML related platforms.
Topics to Learn
This example can give you hands on experience on key topics of Silverlight/WPF technology. These are the must have technologies to work on XAML related platforms.
Topics to Learn
- XDocument, LinqToXML, XmlTextWriter for loading and saving data to xml file
- ValueConverter to convert the Modification state to a Boolean
- XAML for displaying the data
- Two way Binding Dependency Properties of the UI controls in XAML to the data
- Delegate command pattern for command handling
- MVVM pattern
- INotifyPropertyChanged for notifying property change to UI
- Lambda Expression and Linq for data searching
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
No comments:
Post a Comment