What’s new in Silverlight 4?

Tuesday, April 06, 2010 2:04:09 AM (GMT Daylight Time, UTC+01:00)

With the release of Silverlight 4 quickly approaching, there is more excitement than every around developing with Silverlight. While there’s a wealth of information all over the place on new features and how to do things, I strongly encourage anybody looking for Silverlight 4 information to start here:

What’s New in Silverlight 4?

READ FIRST

Want to know the feature-by-feature 'what's new' information? Read the What's new in Silverlight 4 whitepaper for more detailed technical information.

Silverlight 4 delivers a full suite of powerful capabilities to business application developers, bringing the best-of-breed .NET platform to browser-based experiences. Silverlight provides an ideal platform for developing and deploying modern business applications for both customer facing and staff-facing applications.

Technorati Tags:

Posted in Silverlight  | Comments [1] 


Thursday, April 08, 2010 7:45:02 PM (GMT Daylight Time, UTC+01:00)
Thanks for your example last night. I look forward to examining it closer once you have made it available. I am struggling with assigning DataTemplates to the tab item in a customized TabControl. I have created and new dependency property TabItemDataTemplateName which I assign as the selected tab changes. See below. The source of the DataTemplate is a resource library. This does change the ContentTemplate as expected but does not change the appearance as I expect it to. Am I assigning the wrong TabItem Property? Actually, the first time through, the grid in the tabItem is rendered as expected. It is only when I change the TabItemDataTemplateName and assign it that nothing happens. I'd appreciate your thoughts.

if (TabItemDataTemplateName != null && TabItemDataTemplateName != "")
newitem.ContentTemplate = Application.Current.Resources[TabItemDataTemplateName] as DataTemplate;
Richard Cook
Comments are closed.