Latest Silverlight stories

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

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

Working with Prism 4 Part 3: Composite Command and Pub/Sub Events(www.silverlightshow.net)

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

In this article, you will see how to define multiple modules that can communicate with each other through a combination of CompositeCommands and Prism events. CompositeCommands let you have handlers registered or unregistered in a loosely coupled fashion, and allows you to have multiple handlers (child commands) that will be used by the CompositeCommand. Prism events are for situations that are not necessarily an action->reaction kind of set up where enablement and disablement is needed. You simply define the event type with its strongly typed payload and then subscribe or publish by obtaining the event reference through the EventAggregator. Both of these mechanisms give you a really powerful combination for having loosely coupled communications between composite parts of your application. read more...

1 comment |category: |Views: 67

tags: another

Windows Phone Application Icons and Tiles(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 4 months, 16 days ago

Windows Phone 7 Application Icons and Tiles read more...

add a comment |category: |Views: 11

tags: another

Be careful when submitting for Windows Phone Marketplace an app with b(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 4 months, 26 days ago

WP7: Be careful when submitting for Windows Phone Marketplace an app with background music read more...

add a comment |category: |Views: 5

tags: another

10 Laps around Silverlight 5 (Part 9 of 10)(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 5 months, 22 days ago

This is the ninth part of SilverlightShow and Michael Crump's series “10 Laps around Silverlight 5”. In this article, Michael is discussing several new features/controls such as Double and Triple click support, PivotViewer and ComboBox Type-Ahead. read more...

add a comment |category: |Views: 4

tags: another

A Silverlight menu for Sharepoint - Part 2(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 5 months, 27 days ago

In the first part of the article I introduced the matter, i.e. adding a Silverlight menu in Sharepoint. The first solution presented, defined as “the client approach”, has a major defect: it cannot be used for anonymous-enabled sites. In this second part we will see another way (that I called the “server approach”) in order to build a Silverlight menu for Sharepoint that can be used also by anonymous users. To make this new approach clearer I will introduce another few general concepts regarding the Sharepoint platform. read more...

add a comment |category: |Views: 8

tags: another

10 Laps around Silverlight 5 (Part 8 of 10)(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 5 months, 27 days ago

In this article, I am going to discuss productivity and performance enhancements in Silverlight 5 including: XAML Binding Debugging, Parser Performance Improvements and Multi-core JIT for improved start-up time. read more...

add a comment |category: |Views: 11

tags: another

Microsoft moved my cheese again(realworldsa.blogspot.com)

submitted by vijaystvijayst(1311) 5 months, 29 days ago

The post describes the frustrations experienced by an architect while using the Microsoft development platform. With the new Metro based development platform, and the fall of Silverlight, there are a few more reasons why a developer in the Microsoft community has to worry. read more...

1 comment |category: |Views: 116

tags: another

Silverlight Best Practices (Part 1 of 4)(www.ganshani.com)

submitted by punitganshanipunitganshani(53) 6 months, 2 days ago

This is part one of the 4 articles on Silverlight Best Practices while building business applications. The other 3 articles are already published on the website read more...

1 comment |category: |Views: 37

tags: another

Silverlight’s Broken Promise(davybrion.com)

submitted by rcashrcash(4149) 6 months, 3 days ago

This blogger talks about the future problems Silverlight developers might run into. Especially those who invested in the cross-platform functionality that Silverlight promised. Will Windows 8, Metro Style Apps, and IE 10 be the end of Silverlight? read more...

2 comments |category: |Views: 77

tags: another

MVVM Basics and Commands(www.silverlightshow.net)

submitted by vijaystvijayst(1311) 6 months, 7 days ago

The post explains the command pattern used in Silverlight MVVM applications. It also explains how Prism provides the framework to implement the MVVM and Command pattern in a Silverlight application. read more...

1 comment |category: |Views: 38

tags: another

MultiBinding in Silverlight 5(www.codeproject.com)

submitted by rcashrcash(4149) 6 months, 8 days ago

This article presents a MultiBinding implementation for Silverlight 5 thanks to the support for custom markup extensions. Code included. read more...

add a comment |category: |Views: 36

tags: another

Reverse Filtering in AutoCompleteBox in Windows Phone (windowsphonerocks.com)

submitted by isenthilisenthil(2314) 6 months, 10 days ago

The AutoCompleteBox in Silverlight ToolKit for Windows Phone lets you perform the custom logic to display the list of Suggestions matching the typed characters . For example , you could use the write your logic to show the suggested words in reverse order . read more...

add a comment |category: |Views: 4

tags: another

10 Laps around Silverlight 5 (Part 6 of 10)(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 6 months, 13 days ago

In Part 6 of this SilverlightShow series, Michael Crump discusses several new operating system integration features in Silverlight 5 including: P/Invoke, Multiple Windows and Unrestricted File System Access in Full Trust. read more...

1 comment |category: |Views: 31

tags: another

The bell tolls for Flash, and Silverlight isn't far behind(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 6 months, 14 days ago

Flash and Silverlight developers: now is the time to reinvest your skills in another platform. The Great Browser Plugin War of the 21st century has come to a close, and the plugins have lost. Long live HTML5. read more...

2 comments |category: |Views: 46

tags: another