Silverlight Cream for September 25, 2008 -- #376

Matthieu Laban with 3D graphics, Denis opens "SilverlightBooks", Tim Heuer on the mouse wheel, Koen Zwikstra on Custom Controls, Manish Dalal on Attached Properties, Terence Tsang with Random Moving Rotator, Jordan Knight on Snapshotting your data, and Gerard Leblanc with more Image Effects.

Emil Stoychev a SilverlightShow reports that LinkLabel control is now live on CodePlex!. I posted about the control, but now it's on CodePlex, so go have at it... others already are!


From:

Matthieu Laban is into flight simulation and also real flying, and has, in his words, "used a modified version of Kit3D (added lighting) to display GPS tracks (in GPX file format) along with 3D terrain underneath all with Silverlight." You'll need to download a GPX file to get this to run, but he has a link to one on the page, and references more in the article.... fun stuff!

Denis sent me a link to his new site: SilverlightBooks.net, and after I looked at it, it's one of those... "hey, that's a great idea" moments. So you can go to SilverlightCream to find the latest blog entries and SilverlightBooks.net to find books... what more could you ask for:)

Tim Heuer extrapolates on the article I blogged about by Adam Cooper, just because so many people are wondering how to use that pesky mouse wheel.

Koen Zwikstra had an article on Custom Controls in Silverlight 2 appear in the September, 2008 Dutch Microsoft.NET Magazine... and it will appear on MSDN soon. He has a link out to the code for the article, and a link to the article itself if you can read Dutch:)... congrats on the article, Koen!

Manish Dalal has a very complete article on Attached Properties and using them in a TextBox filter... all part of his Building a Business Application with Silverlight Series.

Silverlight vs Flash: Random Moving Rotator

This is Terence Tsang's offering from yesterday, I'm one behind:( -- busy day yesterday... This is another in the 'Random Moving Rotator' series.

Jordan Knight resolves a problem we all have of trying to get the 'pretty' parts of the app working with real data but not wanting to actually be hitting the database or webservice all the time. And his solution is seriously cool... I think I'm going to use this as a backup for my DevTeach Montreal presentations

Gerard Leblanc comes back at part III of his Visual effects, and this time without using a timer.

Stay in the 'Light!


Twitter SLNews | | | | | | | | |

This article is part of the GWB Archives. Original Author: Dave Campbell

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.