Silverlight 2 is out!
Bam. Silverlight 2 is out. There's the expected stuff, like the final SDK, Expression, and Silverlight tools:
- Microsoft Silverlight 2 SDK
- Expression Blend 2 SP1
- Silverlight Tools for Visual Studio 2008 SP1
- Deep Zoom Composer
And from Tim's blog:
And from ScottGu's blog, the Epic GuPost. But there's also http://www.eclipse4sl.org/. Yes, that means you can code Silverlight in Eclipse. Details and progress at the Eclipse Tools for Silverlight Blog. It'll be licensed under the EPL 1.0 License.
Love the free tools. You can also code Silverlight with the free Visual Web Developer Express, so you don't need to pay for a working development environment to try out Silverlight.
There's a bunch of new stuff in this, the Release of Silverlight 2. Check out Tim Heuer's blog for lots of good details on Controls, ADO.NET Data Services, Text Rendering improvements, and more. Also, there are (and will be more) videos, screencasts, samples and demos at my team's site at http://www.silverlight.net, so check it out.
Also, be watching the Silverlight Dynamic Languages SDK and CodePlex Site as I hope they'll update their stuff to the release of Silverlight very soon. It's fun to write IronRuby and have it running in a browser.
The Dynamic Languages SDK contains support for writing Ruby, Python, and JScript applications in the browser. However, since this project provides a bridge between Silverlightâ„¢ and the Dynamic Language Runtime (DLR), any language running on the DLR will be enabled to build Silverlight applications.
Also, if you're going to be at PDC, please come to my talk and see what Grant Archibald and I have been working on.
Microsoft .NET Framework: Overview and Applications for Babies
Join Scott Hanselman for this lots-of-code-minimal slides talk that walks through the sheer joy of building out a .NET Framework application with Visual Studio using many of the new advances in the .NET Framework 3.5SP1 and 4.0. We have a data layer with Entity Framework, use REST web services with WCF and ADO.NET Data Services, write an ASP.NET site for reporting using Dynamic Data and MVC. All the data will come from a WPF client application and a Silverlight application that the audience will run live! All this, plus it's an application that babies and toddlers will love!
Have fun!
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.
About Newsletter
I've been waiting for quite some time to justify trying out silverlight. Now that it's released it will be a much easier sell to management..
thanks scott (ha and gu)! Silverlight, MVC, LinQ.. .NET programming has become so much more fun over the last years.
Persistence -> IQueryable -> REST -> Silverlight Shiny UI in 10 mins? ;)
Looking forward to your talk too. Just gotta see about getting me a baby. Can you rent children in LA?
I tried many different official Silverlight 2 apps and my Silverlight would not upgrade. Also, it would help if they announced the version of the release Silverlight 2 so we can tell from the Silverlight Configuration whether it is upgraded or not.
It is just a huge pain whenever there is a transition between beta/rc Microsoft stuff to release because of the poor information, regardless of the product.
- Lack of printing and camera support?
- Is Mac performance still a problem?
- How will it be distributed?
That's the short version, there's also a long version. Again, congratulations - this is HUGE!
If anyone has ideas about this I'd appreciate it. Doing it with Adobe Flex is pretty easy, but I'd like to leverage Silverlight instead.
I made a little toy called MarbleFall using Jeff Weber's Farseer Physics library and some help from Andy Beaulieu's Silverlight samples.
I can see Silverlight beating Flash in the long run. ActionScript doesn't hold a candle to C#.
Comments are closed.