Stories recently tagged with 'Silverlight'

Mastering LOB Development for Silverlight 5: Out of Browser (OOB) Apps(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 1 month, 24 days ago

This is a free chapter of the book "Mastering LOB Development for Silverlight 5: A Case Study in Action", published at SilverlightShow. The focus of this chapter is Out of Browser (OOB) Applications. read more...

add a comment |category: |Views: 1

tags: another

Coding4Fun Toolkit with ChatBubble and ChatBubbleTextBox controls(windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 2 months, 2 days ago

Coding4Fun Toolkit with ChatBubble and ChatBubbleTextBox controls: official release coming soon read more...

add a comment |category: |Views: 7

tags: another

The Ultimate LongListSelector walkthrough Guide(windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 2 months, 2 days ago

LongListSelector walkthrough read more...

add a comment |category: |Views: 2

tags: another

Developing for a multitude of clients, Part 4(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 2 months, 7 days ago

Welcome to the fourth part of this article series on strategies for designing your application for a multitude of different clients. In the first part, we’ve looked into the business case & some general concerns, and in the second part, we made a choice for a service layer: WCF RIA Services. In the third part, we’ve seen how we can use MEF for on demand loading & code reuse across different clients. However, I left out a few things in that article: loading the Views on demand (as it requires extensions to the Silverlight Navigation framework to navigate to Views in an assembly that’s loaded on demand), and loading multiple assemblies on demand (as we need an async component loader for that, to ensure we can load these assemblies at the same time instead of one by one). This article will deal with these two concerns. read more...

add a comment |category: |Views: 71

tags: another

Windows Phone 7 Text Style Picker Control(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 2 months, 12 days ago

Windows Phone Text Style Picker Control read more...

add a comment |category: |Views: 2

tags: another

Windows Phone App Development for Beginners #7 TextBlock control(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 2 months, 12 days ago

Windows Phone App Development for Beginners TextBlock control read more...

add a comment |category: |Views: 3

tags: another

Auto-Notifying View Models in Silverlight and WPF(www.danielahill.com)

submitted by resabioresabio(95) 2 months, 15 days ago

Quickly create View Models that automatically notify XAML bindings when property values change, without having to manually raise a PropertyChanged Event Code view model properties as: public virtual int MyIntegerProperty { get; set; } read more...

1 comment |category: |Views: 126

tags: another

Windows Phone Local Database Schema Upgrade Part1 - Adding new columns(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 3 months, 8 days ago

Windows Phone 7 Local Database Schema Upgrade Part1 - Adding new columns read more...

add a comment |category: |Views: 3

tags: another

Windows Phone Data Binding between Elements using the Designer(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 3 months, 11 days ago

Windows Phone 7 Data Binding between Elements using the Designer read more...

add a comment |category: |Views: 1

tags: another

Working with Prism 4 Part 4: Region Navigation(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 3 months, 11 days ago

Find out how to leverage the navigation capabilities of Prism in a more loosely coupled and flexible way with the IRegionManager.RequestNavigate method, INavigationAware and IConfirmNavigationRequest interfaces. read more...

add a comment |category: |Views: 5

tags: another

Developing for a multitude of clients: Strategies for code reuse...(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 3 months, 19 days ago

In this article series, we're going to try and tackle a problem (or opportunity, depending on how you want to put it) a lot of business face today: customers expect to be able to use your applications on a multitude of devices, with different form factors, supporting different technologies. read more...

add a comment |category: |Views: 9

tags: another

Windows Phone App Development for Beginners #6 Layout(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 3 months, 19 days ago

Windows Phone 7 App Development for Beginners #6 Layout read more...

add a comment |category: |Views: 1

tags: another

Programmatically changing Visual States of HubTile controls used as Li(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 3 months, 21 days ago

Programmatically changing Visual States of HubTile control used as ListBox Items read more...

add a comment |category: |Views: 3

tags: another

MetroGrid component for Windows Phone(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 3 months, 25 days ago

MetroGrid component for Windows Phone 7 read more...

add a comment |category: |Views: 4

tags: another

Getting latest Tweets in Windows Phone apps using Twitter REST API and(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 3 months, 27 days ago

Getting latest Tweets in Windows Phone 7 apps using Twitter REST API and JSON.NET read more...

add a comment |category: |Views: 7

tags: another

How to add Tilt Effect to the Windows Phone MultiselectList control(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 4 months, 1 day ago

How to add Tilt Effect to the Windows Phone 7 MultiselectList control read more...

add a comment |category: |Views: 2

tags: another