<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silverlight 3 Archives - smallworkarounds</title>
	<atom:link href="https://www.smallworkarounds.com/tag/silverlight-3/feed" rel="self" type="application/rss+xml" />
	<link>https://www.smallworkarounds.com/tag/silverlight-3</link>
	<description>Welcome to SmallWorkarounds</description>
	<lastBuildDate>Thu, 16 Mar 2017 16:37:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Silverlight Toolkit November 2009 Released</title>
		<link>https://www.smallworkarounds.com/2009/11/silverlight-toolkit-november-2009.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:12:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/11/26/silverlight-toolkit-november-2009/</guid>

					<description><![CDATA[<p>Silverlight Toolkit is on a rapid pace from July to October and now again a release in November there are [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2009/11/silverlight-toolkit-november-2009.html">Silverlight Toolkit November 2009 Released</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>Silverlight Toolkit is on a rapid pace from July to October and now again a release in November there are various improvements and other nice features which you will like. You can download the Silverlight 3 Toolkit November 2009 from <a title="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060#DownloadId=93512" href="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060#DownloadId=93512">http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060#DownloadId=93512</a> And also the Silverlight 4 beta Toolkit November 2009 from <a title="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060#DownloadId=93513" href="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060#DownloadId=93513">http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060#DownloadId=93513</a></p></blockquote>
<p>Stated below are the changelist from the October version of the toolkit.</p>
<h5>RTL</h5>
<ul>
<li>All Toolkit/SDK control visuals and input handling to exhibit the correct behavior for right-to-left languages and cultures in Silverlight 4.</li>
</ul>
<h5>Mouse Wheel Support</h5>
<ul>
<li>Controls that support scrolling can now be scrolled using the mouse wheel in Silverlight 4</li>
</ul>
<h5>Support for Validation in Themes</h5>
<ul>
<li>All Toolkit controls now show validation UI out of the box when there are data input errors.</li>
</ul>
<h5>BusyIndicator</h5>
<ul>
<li><b>New</b> BusyIndicator control in the Silverlight Toolkit to easily toggle UI to a busy state.</li>
<li>Based on <a href="http://www.davidpoll.com/?author=2">David Poll&#8217;s</a> ActivityControl which is used in the RIA Services project template and samples.</li>
</ul>
<h5>DataForm</h5>
<ul>
<li>Added <b>Content</b> property that allows the form UI to be set directly, without having to specify data templates to improve experience in the designer.</li>
</ul>
<h5>Charting</h5>
<ul>
<li>Supports more flexible subclassing scenarios of core classes</li>
<li>Provides more helpful exception messages in limited scenarios</li>
<li>Updated default Chart template to respect Padding</li>
<li>Type of Chart.LegendItems collection items changed to object for flexibility</li>
<li>Converted Legend to a HeaderedItemsControl for consistency.</li>
</ul>
<h5>ISM</h5>
<ul>
<li><b>Removed</b> ImplicitStyleManager from Silverlight 4 to phase it out now that implicit styles are supported in the platform.</li>
<li>Updated Themes (TwilightBlue, ShinyRed, etc.) to work with implicit styles.</li>
</ul>
<h5>System.ComponentModel.Composition.Packaging.Toolkit.dll</h5>
<ul>
<li>Adds PackageCatalog and a Package class which enables support for downloading secondary XAP’s and loading them into a MEF catalog.</li>
</ul>
<h5>Silverlight Unit Test Framework</h5>
<ul>
<li>The Silverlight Unit Test Framework (Microsoft.Silverlight.Testing.dll) and the Visual Studio unit test metadata for Silverlight are now installed alongside the Silverlight Toolkit binaries</li>
<li>Source ships inside the Infrastructure Zip installed with the MSI</li>
</ul>
<h5>Silverlight Development Infrastructure and Tools</h5>
<ul>
<li>Visual Studio project and item templates for Silverlight Test Applications</li>
<li>Silverlight 3 version supports Visual Studio 2008, Visual Web Developer 2008, Visual Studio 2010 Beta 2, and Visual Web Developer 2010 Express</li>
<li>Silverlight 4 verison supports Visual Studio 2010 Beta 2 and Visual Web Developer 2010 Express</li>
<li>Experimental <b>Silverlight Code Coverage</b> support: collect block-level coverage data when using the Silverlight Unit Test Framework on a machine with Visual Studio 2010 and Static Analysis Tools</li>
<li>Silverlight <b>test automation</b> support through Microsoft Build: easily include unit test execution inside the build process. Support for simple automation of Windows Internet Explorer, Firefox, and Chrome automation.</li>
<li>DefaultStyleTask for large control library projects</li>
</ul>
<p>The post <a href="https://www.smallworkarounds.com/2009/11/silverlight-toolkit-november-2009.html">Silverlight Toolkit November 2009 Released</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
