How to fix Silverlight 3 with Azure May SDK
After upgrading my project from Silverlight 2 to Silverlight 3, my Azure project would not load
. Looks like the upgrade for Azure assumes you have VS 2010.
Fortunately the fix is simple in 2 easy steps (click images to see them better):
1) Renumber the tools version from 4.0 to 3.5
2) Remove the text “ for VS2010”
Hope this helps
Silverlight Resources
Mike Snow has a list of Silverlight resources here. Check out the comments for other links as well.
HOWTO: Silverlight Unit Testing Framework
Jeff Wilcox has a detail blog post on unit testing Silverlight applications. I can’t wait to try this out. Looks very promising, since I was worried that I wouldn’t be able to test the UI.
Open-source Silverlight Charts!
The guys at Visifire have made available some really nice Silverlight 2.0 charts. These charts render beautifully with animation.
Best of all it’s open-sourced!
Debugging WPF Databinding
Beatriz Costa has a good write up on debugging WPF databinding. I will have to try out to see if there is something similar with Silverlight.
Silverlight 1.1 Alpha Refresh Disappoints
Ok first let me say great work for getting Silverlight 1.0 RC1 out with around 2000 bug fixes and major performance improvements!
Seriously though, what happened with 1.1?? Sure the core engine from 1.0 is now integrated in 1.1, but ultimately this refresh just pushes the expiry date!
Developers have been salivating over what is possible with Silverlight 1.1. It has been a long 3 months since Mix07 and all we get is this?? I’m really hoping that the Silverlight dev team has another branch that is really much more advanced in terms of features that we were promised.
I (and I’m sure many of developers) want to build full RIA applications with complete user inputs (textboxes, listboxes, dropdowns) etc… Yeah I know about the Silverlight UI Controls included in the SDK, but they are still separate and there were no new controls in the 200MB SDK download! There is also still no documentation for 1.1! But we got plenty of images (PSD) and Visio (vsd) files in the SDK.
I want to spend my time developing apps not basic controls!
I was really hoping that Silverlight 1.1 would be released at the same time as Visual Studio 200872008 and .NET Framework 3.5. It makes sense, however at this rate, it looks like MS will need another year to release 1.1. Guys, 1 year on the Internet is like an eternity! Please prove me wrong!
Silverlight 1.0 RC1 Released
Alright so RC of Silverlight 1.0 is officially out. There are some breaking changes, but nothing drastic IMO.
According to Tim Sneath there are about 2000 bugs fixes between the Mix version and RC1. Wow, impressive! They have also increased performance by 2-3 times for many cases, also a great improvement.
This version is suppose to be feature complete and very close to final. Given that this is late July, I guess we can expect a September release. Oh well I was hoping for it be officially released by now.
On the other hand Silverlight 1.1 Alpha Refresh is another story. Read about my disappointment here.
Silverlight implemented by the Mono team in 21 days!
Miguel and many others on the Mono-Project implemented a basic functional version of Silverlight 1.1 in 21 days.
This is a phenomenal accomplishment and congratulations to the team!
More details here: http://tirania.org/blog/archive/2007/Jun-21.html
Silverlight 1.1 Breaking Changes
The BSL team has posted some breaking changes for Silverlight 1.1 that will be broken in the final release. Essentially they are removing all collections that are not generic.
Here is the link to more info:
Good article on SilverList drag and drop
Nick wrote up a pretty good article for drag and drop with SilverLight.
http://blogs.msdn.com/nickkramer/archive/2007/06/27/drag-drop-with-feedback.aspx