<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>azureproviders Releases Rss Feed</title><link>http://azureproviders.codeplex.com/releases</link><description>azureproviders Releases Rss Description</description><item><title>Created Release: Version 1.7.9736 alpha (Sep 18, 2011)</title><link>http://azureproviders.codeplex.com/releases?ReleaseId=73560</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;Added a new project for Cross Cutting Concerns&lt;/li&gt;
&lt;li&gt;Added Azure Diagnostics logging to the Azure Table and Blob Storage for:
&lt;ul&gt;&lt;li&gt;Windows Application Log events&lt;/li&gt;
&lt;li&gt;Windows System Log events&lt;/li&gt;
&lt;li&gt;Directories&lt;/li&gt;
&lt;li&gt;Infrastructure logs&lt;/li&gt;
&lt;li&gt;Performance counters&lt;/li&gt;
&lt;li&gt;Trace logs&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sun, 18 Sep 2011 19:27:24 GMT</pubDate><guid isPermaLink="false">Created Release: Version 1.7.9736 alpha (Sep 18, 2011) 20110918072724P</guid></item><item><title>Released: Version 1.7.9736 alpha (Sep 18, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/73560</link><description>
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Added a new project for Cross Cutting Concerns &lt;/li&gt;&lt;li&gt;Added Azure Diagnostics logging to the Azure Table and Blob Storage for:
&lt;ul&gt;
&lt;li&gt;Windows Application Log events &lt;/li&gt;&lt;li&gt;Windows System Log events &lt;/li&gt;&lt;li&gt;Directories &lt;/li&gt;&lt;li&gt;Infrastructure logs &lt;/li&gt;&lt;li&gt;Performance counters &lt;/li&gt;&lt;li&gt;Trace logs&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 18 Sep 2011 19:27:24 GMT</pubDate><guid isPermaLink="false">Released: Version 1.7.9736 alpha (Sep 18, 2011) 20110918072724P</guid></item><item><title>Created Release: Version 1.6.9726 (Sep 17, 2011)</title><link>http://azureproviders.codeplex.com/releases?ReleaseId=73505</link><description>&lt;div class="wikidoc"&gt;-Fixed several problems regarding deployment to staging/production environment&lt;br /&gt;-Added the /Admin/InitApp.aspx page again to initialize the application for the first time&lt;br /&gt;-Upgraded solution to Azure SDK V1.5&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sat, 17 Sep 2011 15:17:23 GMT</pubDate><guid isPermaLink="false">Created Release: Version 1.6.9726 (Sep 17, 2011) 20110917031723P</guid></item><item><title>Released: Version 1.6.9726 (Sep 17, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/73505</link><description>
&lt;div class="wikidoc"&gt;-Fixed several problems regarding deployment to staging/production environment&lt;br&gt;
-Added the /Admin/InitApp.aspx page again to initialize the application for the first time&lt;br&gt;
-Upgraded solution to Azure SDK V1.5&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 17 Sep 2011 15:17:23 GMT</pubDate><guid isPermaLink="false">Released: Version 1.6.9726 (Sep 17, 2011) 20110917031723P</guid></item><item><title>Updated Release: Version V1.5.9672 (Sep 11, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/73182</link><description>&lt;div class="wikidoc"&gt;-Added support to turn off nagling; a performance issue with Azure. See http://blogs.msdn.com/b/windowsazurestorage/archive/2010/06/25/nagle-s-algorithm-is-not-friendly-towards-small-requests.aspx&lt;br /&gt;-Removed reference to a deleted file&lt;br /&gt;-Azure Table Storage performance tuning by implementing custom ServiceContext merge options&lt;br /&gt;-Renamed all the tables to improve serialization by 15 ms&lt;br /&gt;-Turned off nagling, this increases performance when HTTP POST&amp;#39;s are less than 1460 bytes, which they usually are&lt;br /&gt;-Turned off Expect HTTP 100 Continue to improve HTTP request performance&lt;br /&gt;-Turned off Cookie auto detect as this is the default&lt;br /&gt;-Increased the default maximum concurrent HTTP connection from the default 2 to 48&lt;br /&gt;-Fixed instruction text&lt;br /&gt;-General refactoring&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sun, 11 Sep 2011 12:27:27 GMT</pubDate><guid isPermaLink="false">Updated Release: Version V1.5.9672 (Sep 11, 2011) 20110911122727P</guid></item><item><title>Released: Version V1.5.9672 (Sep 11, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/73182</link><description>
&lt;div class="wikidoc"&gt;-Added support to turn off nagling; a performance issue with Azure. See http://blogs.msdn.com/b/windowsazurestorage/archive/2010/06/25/nagle-s-algorithm-is-not-friendly-towards-small-requests.aspx&lt;br&gt;
-Removed reference to a deleted file&lt;br&gt;
-Azure Table Storage performance tuning by implementing custom ServiceContext merge options&lt;br&gt;
-Renamed all the tables to improve serialization by 15 ms&lt;br&gt;
-Turned off nagling, this increases performance when HTTP POST&amp;#39;s are less than 1460 bytes, which they usually are&lt;br&gt;
-Turned off Expect HTTP 100 Continue to improve HTTP request performance&lt;br&gt;
-Turned off Cookie auto detect as this is the default&lt;br&gt;
-Increased the default maximum concurrent HTTP connection from the default 2 to 48&lt;br&gt;
-Fixed instruction text&lt;br&gt;
-General refactoring&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 11 Sep 2011 12:27:27 GMT</pubDate><guid isPermaLink="false">Released: Version V1.5.9672 (Sep 11, 2011) 20110911122727P</guid></item><item><title>Created Release: Version V1.5.9672 (Sep 11, 2011)</title><link>http://azureproviders.codeplex.com/releases?ReleaseId=73182</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Release notes&lt;/b&gt;&lt;br /&gt;-Added support to turn off nagling; a performance issue with Azure. See http://blogs.msdn.com/b/windowsazurestorage/archive/2010/06/25/nagle-s-algorithm-is-not-friendly-towards-small-requests.aspx&lt;br /&gt;-Removed reference to a deleted file&lt;br /&gt;-Azure Table Storage performance tuning by implementing custom ServiceContext merge options&lt;br /&gt;-Renamed all the tables to improve serialization by 15 ms&lt;br /&gt;-Turned off nagling, this increases performance when HTTP POST&amp;#39;s are less than 1460 bytes, which they usually are&lt;br /&gt;-Turned off Expect HTTP 100 Continue to improve HTTP request performance&lt;br /&gt;-Turned off Cookie auto detect as this is the default&lt;br /&gt;-Increased the default maximum concurrent HTTP connection from the default 2 to 48&lt;br /&gt;-Fixed instruction text&lt;br /&gt;-General refactoring&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sun, 11 Sep 2011 12:27:10 GMT</pubDate><guid isPermaLink="false">Created Release: Version V1.5.9672 (Sep 11, 2011) 20110911122710P</guid></item><item><title>Updated Release: Version 1.4.9141 (Jul 20, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70396</link><description>&lt;div class="wikidoc"&gt;-Fixed a bug where SessionStateWorker.cs threw a DataServiceQueryException during the very first start-up if the Session-State table was not created yet&lt;br /&gt;-Re factored the manner in which the application is initiated the first time; InitApp.aspx is now removed altogether&lt;br /&gt;-Fixed a wrong configuration in worker role thread monitoring&lt;br /&gt;-General re factoring&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Wed, 20 Jul 2011 22:09:06 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.4.9141 (Jul 20, 2011) 20110720100906P</guid></item><item><title>Released: Version 1.4.9141 (Jul 20, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70396</link><description>
&lt;div class="wikidoc"&gt;-Fixed a bug where SessionStateWorker.cs threw a DataServiceQueryException during the very first start-up if the Session-State table was not created yet&lt;br&gt;
-Re factored the manner in which the application is initiated the first time; InitApp.aspx is now removed altogether&lt;br&gt;
-Fixed a wrong configuration in worker role thread monitoring&lt;br&gt;
-General re factoring&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 20 Jul 2011 22:09:06 GMT</pubDate><guid isPermaLink="false">Released: Version 1.4.9141 (Jul 20, 2011) 20110720100906P</guid></item><item><title>Updated Release: Version 1.4.9141 (Jul 20, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70396</link><description>&lt;div class="wikidoc"&gt;-Fixed a bug where SessionStateWorker.cs threw a DataServiceQueryException during the very first start-up if the Session-State table was not created yet&lt;br /&gt;-Re factored the manner in which the application is initiated the first time; InitApp.aspx is now removed altogether&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Wed, 20 Jul 2011 22:00:24 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.4.9141 (Jul 20, 2011) 20110720100024P</guid></item><item><title>Updated Release: Version 1.4.9141 (Jul 20, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70396</link><description>&lt;div class="wikidoc"&gt;-Fixed a bug where SessionStateWorker.cs threw a DataServiceQueryException during start-up if the Session-State table was not created yet&lt;br /&gt;-Re factored the manner in which the application is initiated the first time; InitApp.aspx is now removed altogether&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Wed, 20 Jul 2011 21:59:05 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.4.9141 (Jul 20, 2011) 20110720095905P</guid></item><item><title>Created Release: Version 1.4.9141 (Jul 20, 2011)</title><link>http://azureproviders.codeplex.com/releases?ReleaseId=70396</link><description>&lt;div class="wikidoc"&gt;-Fixed a bug where SessionStateWorker.cs threw a DataServiceQueryException during start-up if the Session-State table was created yet&lt;br /&gt;-Re factored the manner in which the application is initiated the first time; InitApp.aspx is now removed altogether&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Wed, 20 Jul 2011 21:52:48 GMT</pubDate><guid isPermaLink="false">Created Release: Version 1.4.9141 (Jul 20, 2011) 20110720095248P</guid></item><item><title>Created Release: Version 1.3.9084 (Jul 17, 2011)</title><link>http://azureproviders.codeplex.com/releases?ReleaseId=70152</link><description>&lt;div class="wikidoc"&gt;-Added a worker that cleans up expired session-state data from the table storage.&lt;br /&gt;-General re factoring.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sun, 17 Jul 2011 14:43:53 GMT</pubDate><guid isPermaLink="false">Created Release: Version 1.3.9084 (Jul 17, 2011) 20110717024353P</guid></item><item><title>Released: Version 1.3.9084 (Jul 17, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70152</link><description>
&lt;div class="wikidoc"&gt;-Added a worker that cleans up expired session-state data from the table storage.&lt;br&gt;
-General re factoring.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 17 Jul 2011 14:43:53 GMT</pubDate><guid isPermaLink="false">Released: Version 1.3.9084 (Jul 17, 2011) 20110717024353P</guid></item><item><title>Updated Release: Version 1.2.9039 (Jul 16, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70120</link><description>&lt;div class="wikidoc"&gt;- Multi threaded worker role; each worker runs in its own thread &lt;br /&gt;- Worker role are monitored and automatically restarted if they go down &lt;br /&gt;- Worker role implement a back-off pattern to potentially save processing time costs &lt;br /&gt;- Several bugs fixed&lt;br /&gt;- General re factoring&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sun, 17 Jul 2011 13:29:30 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.2.9039 (Jul 16, 2011) 20110717012930P</guid></item><item><title>Released: Version 1.2.9039 (Jul 16, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/70120</link><description>
&lt;div class="wikidoc"&gt;- Multi threaded worker role; each worker runs in its own thread
&lt;br&gt;
- Worker role are monitored and automatically restarted if they go down &lt;br&gt;
- Worker role implement a back-off pattern to potentially save processing time costs
&lt;br&gt;
- Several bugs fixed&lt;br&gt;
- General re factoring&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 17 Jul 2011 13:29:30 GMT</pubDate><guid isPermaLink="false">Released: Version 1.2.9039 (Jul 16, 2011) 20110717012930P</guid></item><item><title>Created Release: Version 1.2.1.2.9039 (Jul 16, 2011)</title><link>http://azureproviders.codeplex.com/releases?ReleaseId=70120</link><description>&lt;div class="wikidoc"&gt;- Multi threaded worker role; each worker runs in its own thread &lt;br /&gt;- Worker role are monitored and automatically restarted if they go down &lt;br /&gt;- Worker role implement a back-off pattern to potentially save processing time costs &lt;br /&gt;- Several bugs fixed&lt;br /&gt;- General re factoring&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sat, 16 Jul 2011 21:40:22 GMT</pubDate><guid isPermaLink="false">Created Release: Version 1.2.1.2.9039 (Jul 16, 2011) 20110716094022P</guid></item><item><title>Updated Release: Version 1.1.6360 (Mar 27, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/63310</link><description>&lt;div class="wikidoc"&gt;-Added a Session-State Provider that uses the Azure Table Storage so that you now can maintain session-state between several server instances in the Azure cloud&lt;br /&gt;-All e-mail messages are now prosessed on the Azure Queue by a new worker role e-mail agent&lt;br /&gt;-Automatic thumbnail created of profile pictures when they are uploaded&lt;br /&gt;-Several bugs have been fixed&lt;br /&gt;-Added retries functionality for when accessing the table storage&lt;br /&gt;-General rewrite of how to access the table storage that require less code and is more readable&lt;br /&gt;-Uses Azure SDK V1.4 now&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Mon, 28 Mar 2011 05:13:42 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.1.6360 (Mar 27, 2011) 20110328051342A</guid></item><item><title>Released: Version 1.1.6360 (Mar 27, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/63310</link><description>
&lt;div class="wikidoc"&gt;-Added a Session-State Provider that uses the Azure Table Storage so that you now can maintain session-state between several server instances in the Azure cloud&lt;br&gt;
-All e-mail messages are now prosessed on the Azure Queue by a new worker role e-mail agent&lt;br&gt;
-Automatic thumbnail created of profile pictures when they are uploaded&lt;br&gt;
-Several bugs have been fixed&lt;br&gt;
-Added retries functionality for when accessing the table storage&lt;br&gt;
-General rewrite of how to access the table storage that require less code and is more readable&lt;br&gt;
-Uses Azure SDK V1.4 now&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 28 Mar 2011 05:13:42 GMT</pubDate><guid isPermaLink="false">Released: Version 1.1.6360 (Mar 27, 2011) 20110328051342A</guid></item><item><title>Updated Release: Version 1.1.6360 (Mar 27, 2011)</title><link>http://azureproviders.codeplex.com/releases/view/63310</link><description>&lt;div class="wikidoc"&gt;-Added a Session-State Provider&lt;br /&gt;-All e-mail messages are now prosessed on the Azure Queue by a new worker role e-mail agent&lt;br /&gt;-Automatic thumbnail created of profile pictures when they are uploaded&lt;br /&gt;-Several bugs have been fixed&lt;br /&gt;-Added retries functionality for when accessing the table storage&lt;br /&gt;-General rewrite of how to access the table storage that require less code and is more readable&lt;br /&gt;-Uses Azure SDK V1.4 now&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ihenriksen</author><pubDate>Sun, 27 Mar 2011 19:36:18 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.1.6360 (Mar 27, 2011) 20110327073618P</guid></item></channel></rss>