Kunal Chowdhury: âNow from that object [System.Windows.Browser.HtmlPage.Window], you can call the Eval() with proper parameter âscreen.widthâ or âscreen.heightâ to get the Screen Width or Screen Height respectively. Those will give you the Screen Resolution. Suppose, you received Width = 1024 & Height = 768, means your Screen Resolution is: 1024 x 768.â
âSilverlight 4 Unleashed table of contentâ
Laurent Bugnion: âBecause I didnât want to merely write an update to the existing Silverlight 2 Unleashed, I proposed a different approach to my editor: Using Silverlight 2 Unleashed (which was bringing people up to speed with Silverlight 2 pretty much from scratch) as the basis for the new book, and building on the foundation. The thing is, much of the material from Silverlight 2 Unleashed is still valid in Silverlight 4. There are very few differences and of course all the new features that were added in SL3 and SL4, but letâs face it, I donât have much new to write about XAML, the basic transforms, animations etc.â
âSilverlight PivotViewer Control is Here!â
Silverlight Team Blog: âBecause PivotViewer leverages Deep Zoom, it displays full, high-resolution content without long load times, while the animations and natural transitions provide context and prevent users from feeling overwhelmed by large quantities of information. This simple interaction model encourages exploration and longer audience engagement times, across a wide array of business model opportunities such as advertising, online retail experience and more.â
âState of Data Access in Silverlight 4â
Shawn Wildermuth: âThe three options for data access are still the same âWeb Services, WCF Data Services and WCF RIA Servicesâ. My major issue with data access today in Silverlight persists: there is no perfect answer. There is give and take with each approach and giving good advice about the right one is difficult. [chart]â
âVisual State Manager A-Zâ
Jesse Liberty: âLetâs start with the form that is used in my Getting Started With Silverlight video: Adding Controls To An Application. That video uses the design surface in Visual Studio 2010, and a subsequent video creates the grid in Xaml. To round things out Iâll create this version in Expression Blend. [video]â
âCreating a Netflix App using nRoute: A Step-by-Step Guideâ
Rishi: âWith the latest release of nRoute weâve added a trove of navigation-related features, to explain and demonstrate these features Iâve put together an end-to-end application that fronts the Netflixâs oData Catalog. And so in this post weâll go through using these feature in a step-by-step manner to cumulatively compose a rich, extensible, and loosely-coupled application.â
âDual Targeting WPF and Silverlight (and Windows Phone 7)â
Pete Brown: âAt DevLink 2010, I presented my âDual Targetingâ talk. Iâve presented this talk at a few conferences. With the addition of WP7, maybe I need to change it to âmulti-targetingâ as xaml hits more platforms :) [slides]â
â10 things Beginning Silverlight and WPF Developers Need to Knowâ
Pete Brown: âThe 10 things are: 9. How to Hand-Code XAML 8. How to Use Expression Blend 7. How to Write Value Converters 6. Threading 5. Async Programming 4. An Architectural Pattern (like MVVM or similar) 3. The Layout System 2. Dependency Properties 1. Binding 0. Our limitations, and when to call in a designer. [slides]â
âBuilding a DataGrid Control for Silverlight for Windows Phoneâ
Walter Ferrari: âThe good news is that the way is much simpler than the one described in the previous paragraph. The bad news is that the source code for the current Toolkitâs DataGrid is targeted for Silverlight 4 whilst Windows Phone 7 runs a customized version of Silverlight 3 with just some capabilities of Silverlight 4. But do not worry, you can retrieve an older release from CodePlexâŚâ
âNew Silverlight Video Tutorial: How to Create a ListBox with a Static Backgroundâ
Victor Gaudioso: âSomeone from my Silverlight Email List emailed me and told me that he had been struggling trying to create a ListBox with a static background image. So, I made this short, 3 minute tutorial I show you how to do it all in Blend. [video]â
âUsing The Silverlight DataGrid with View Model / MVVMâ
Michael Washington: âThe Silverlight DataGrid is a powerful control that allows inline editing, paging, sorting, and drag and drop re-ordering of columns. It can be challenging to understand when using normal code behind techniques, but sometimes downright baffling when using View Model / MVVM style programming. [CodeProject.com]â