<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>My NuGet Packages</title><link>http://robertmclaws.com:80/nuget-packages</link><description>My NuGet Packages</description><item><title>System.Threading.Tasks for Silverlight</title><link>http://robertmclaws.com:80/nuget-packages/system-threading-tasks-for-silverlight</link><description>&lt;p&gt;
	There are a number of solutions out there to get the Task Parallel Library onto Silverlight platforms. But those solutions are incomplete in one form or another... they either don&amp;#39;t include the awesome collections from System.Collections.Concurrent, or the API is not compatible with what shipps in the Framework, or both. Even the TPL in Silverlight 5 only includes the System.Threading.Tasks namespace, and not the Concurrent Collections.&lt;/p&gt;
&lt;p&gt;
	This package aims to solve that problem. It is a complete port of the TPL, courtesy of the Mono Project. Every aspect is 100% API compatible with the shipping .NET Framework, so you can write the same parallel code for every platform without having to worry about using conditional compilation to change your application&amp;#39;s control flow.&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Includes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		Tuples&amp;nbsp;(SL3, WP7, WP7.1)&lt;/li&gt;
	&lt;li&gt;
		BlockingCollection, ConcurrentDisctionary, ConcurrentorderedList, ConcurrentStack, ConcurrentQueue (SL3, SL4, SL5, WP7, WP7.1)&lt;/li&gt;
	&lt;li&gt;
		Parallel.For, Parallel.For&amp;lt;T&amp;gt;, Parallel.ForEach, Parallel.ForEach&amp;lt;T&amp;gt; (SL3, SL4, SL5, WP7, WP7.1)&lt;/li&gt;
	&lt;li&gt;
		Task, Task&amp;lt;TResult&amp;gt;, TaskFactory (SL3, SL4, WP7, WP7.1)&lt;/li&gt;
	&lt;li&gt;
		&lt;strong&gt;*NEW*&lt;/strong&gt; ArrayList, SortedList, StructuralComparisons (All platforms)&lt;/li&gt;
	&lt;li&gt;
		&lt;strong&gt;*NEW*&lt;/strong&gt; CollectionDebuggerView (All platforms)&lt;/li&gt;
	&lt;li&gt;
		&lt;strong&gt;*NEW*&lt;/strong&gt; TaskDebuggerView (SL3, SL4, WP7, WP7.1)&lt;/li&gt;
	&lt;li&gt;
		&lt;strong&gt;*NEW*&lt;/strong&gt; .NET 3.5 support&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&lt;strong&gt;Version History:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		1.0 - Initial release&lt;/li&gt;
	&lt;li&gt;
		2.0 -&lt;/li&gt;
	&lt;li&gt;
		2.1.0 -&lt;/li&gt;
	&lt;li&gt;
		2.1.1 - An adjustment to fix test in the package itself (no binary changes).&lt;/li&gt;
	&lt;li&gt;
		2.1.2 - A fix to Task&amp;lt;TResult&amp;gt;.FromAsync where the current state was not returned or updated.&lt;/li&gt;
	&lt;li&gt;
		3.0 (23 March 2012) - Re-ported from Mono 2.12 RTM. Fixed a number of issues, added new Collections.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="commandPrompt"&gt;
	&lt;p class="command"&gt;
		PM&amp;gt; &lt;a href="http://nuget.org/List/Packages/System.Threading.Tasks" target="_blank"&gt;Install-Package System.Threading.Tasks&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
</description><pubDate>Sat, 24 Mar 2012 03:38:46 GMT</pubDate><guid isPermaLink="true">http://robertmclaws.com:80/nuget-packages/system-threading-tasks-for-silverlight</guid></item><item><title>WIA.NET</title><link>http://robertmclaws.com:80/nuget-packages/wia-dot-net</link><description>&lt;p&gt;WIA.NET is a managed wrapper for the Windows Image Acquisition Library 2.0, which is included in Windows Vista and later.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version History:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1.0 -&amp;nbsp;Initial release&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="commandPrompt"&gt;
&lt;p class="command"&gt;PM&amp;gt; &lt;a href="http://nuget.org/List/Packages/WiaDotNet" target="_blank"&gt;Install-Package WiaDotNet&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><pubDate>Sun, 04 Sep 2011 05:12:35 GMT</pubDate><guid isPermaLink="true">http://robertmclaws.com:80/nuget-packages/wia-dot-net</guid></item><item><title>Windows Azure RoleTools</title><link>http://robertmclaws.com:80/nuget-packages/windows-azure-roletools</link><description>&lt;p&gt;I have put together a&amp;nbsp;set of utilities that can help ease the process of configuring your Windows Azure environment during deployment. These are meant to be called during the WebRole.OnStart event, from an elevated task. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Includes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ability to automatically fix the MachineKey based on keys in AppSettings (previous versions of the Azure SDK ignored the MachineKey setting in web.config, so you had to fix it programmatically)&lt;/li&gt;
&lt;li&gt;Ability to fix the missing compression for JSON &amp;amp; SOAP+XML&lt;/li&gt;
&lt;li&gt;Ability to set the AppDomains to start automatically (experimental)&lt;/li&gt;
&lt;li&gt;Ability to trigger a WebRequest at a specified interval to keep your WebRole warmed up (experimental)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Version History:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0.2&amp;nbsp;- Initial release&lt;/li&gt;
&lt;li&gt;0.3&amp;nbsp;-&lt;/li&gt;
&lt;li&gt;0.4&amp;nbsp;-&lt;/li&gt;
&lt;li&gt;0.4.4&amp;nbsp;-&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="commandPrompt"&gt;
&lt;p class="command"&gt;PM&amp;gt; &lt;a href="http://nuget.org/List/Packages/WindowsAzure.RoleTools" target="_blank"&gt;Install-Package WindowsAzure.RoleTools&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><pubDate>Sat, 03 Sep 2011 20:26:48 GMT</pubDate><guid isPermaLink="true">http://robertmclaws.com:80/nuget-packages/windows-azure-roletools</guid></item><item><title>Azure ACS Login Controls</title><link>http://robertmclaws.com:80/nuget-packages/azure-acs-login-controls</link><description>&lt;p&gt;A&amp;nbsp;port of the SL.Phone.Federation library from the Windows Azure Toolkit for Windows Phone 7, improved with better databinding support. Includes working versions for WPF 4 only. Silverlight 4, WP7 and WP7.1 support coming in next version.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version History:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0.9 -&amp;nbsp;Initial release&lt;/li&gt;
&lt;li&gt;0.91 -&amp;nbsp;Refactoring of the control properties to support DataBinding.&lt;/li&gt;
&lt;li&gt;0.92 -&amp;nbsp;Refactoring the RequestSecurityTokenResponse to properties to meet FxCop design guidelines, and clean up binary token deserialization.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="commandPrompt"&gt;
&lt;p class="command"&gt;PM&amp;gt; &lt;a href="http://nuget.org/List/Packages/Azure.ACS.LoginControls" target="_blank"&gt;Install-Package Azure.ACS.LoginControls&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><pubDate>Sat, 03 Sep 2011 20:01:26 GMT</pubDate><guid isPermaLink="true">http://robertmclaws.com:80/nuget-packages/azure-acs-login-controls</guid></item></channel></rss>