<?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>EvereQ &#187; Microsoft</title>
	<atom:link href="http://blog.evereq.com/blog/index.php/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evereq.com/blog</link>
	<description>Everything reQuired</description>
	<lastBuildDate>Sun, 11 Jul 2010 08:35:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The November version of the Windows Azure SDK and Tools</title>
		<link>http://blog.evereq.com/blog/index.php/2009/11/the-november-version-of-the-windows-azure-sdk-and-tools/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/11/the-november-version-of-the-windows-azure-sdk-and-tools/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 07:53:44 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[ADO.NET Data Services]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Client Library]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Diagnostics]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[StorageClient]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=520</guid>
		<description><![CDATA[Download them here.
New in the November 2009 SDK (quote from Microsoft Windows Azure team newsletter):

Windows Azure Service Runtime managed library: The latest version of the Service Hosting Runtime API includes support for enhanced communication between roles and for runtime notification of service configuration changes. Direct communication between role instances enables new application development scenarios, including applications [...]]]></description>
			<content:encoded><![CDATA[<p>Download them <a style="color: #2a5db0;" href="http://go.microsoft.com/fwlink/?LinkID=128752" target="_blank">here</a>.</p>
<p><strong>New in the November 2009 SDK (quote from Microsoft Windows Azure team newsletter):</strong></p>
<ul>
<li style="margin-left: 15px;"><strong>Windows Azure Service Runtime managed library</strong>: The latest version of the Service Hosting Runtime API includes support for enhanced communication between roles and for runtime notification of service configuration changes. Direct communication between role instances enables new application development scenarios, including applications that distribute state across role instances. Service configuration changes include an increase or decrease in the number of request role instances and changes to the values of configuration settings.</li>
<li style="margin-left: 15px;"><strong>Windows Azure Diagnostics managed library</strong>: The new Diagnostics API enables logging using standard .NET APIs. The Diagnostics API provides built-in support for collecting standard logs and diagnostic information, including the Windows Azure logs, IIS 7.0 logs, Failed Request logs, crash dumps, Windows Event logs, performance counters, and custom logs.</li>
<li style="margin-left: 15px;"><strong>Certificate Management</strong>: Enhanced support for SSL certificates in Windows Azure and in the Windows Azure SDK enables the secure automated deployment of certificates to services hosted on Windows Azure.</li>
<li style="margin-left: 15px;"><strong>Variable-size Virtual Machines</strong> : Developers may now specify the size of the virtual machine to which they wish to deploy a role instance, based on the role&#8217;s resource requirements. The size of the VM determines the number of CPU cores, the memory capacity, and the local file system size allocated to a running instance.</li>
<li style="margin-left: 15px;"><strong>External endpoints for worker roles.</strong> A worker role may now define any number of external endpoints for HTTP, HTTPS, and TCP, and specify the desired port number for any external endpoint.</li>
<li style="margin-left: 15px;"><strong>Persistent local resource storage</strong>: Developers can now choose to persist data written to a local storage resource at runtime when the role is recycled.</li>
<li style="margin-left: 15px;"><strong>Windows Azure Storage Client managed library</strong>: The Storage Client library provides a .NET API for accessing the Windows Azure storage services.</li>
<li style="margin-left: 15px;"><strong>Improved Development Storage</strong>: Development storage provides a high-fidelity simulation of the Windows Azure storage services in the cloud. Tables can now be created dynamically in the development storage Table service and are no longer required to be generated in advance.</li>
<li style="margin-left: 15px;"><strong>Updated samples</strong>: The samples included with the Windows Azure SDK have been updated to demonstrate new features. The samples now include both C# and Visual Basic versions.</li>
</ul>
<p>As we can see &#8211; a lot of improvements and new features introduced in this release. I will made review of them right after will have time to check (hopefully today later)! In any case, glad that MS improve Azure SDK so quickly!</p>
<p><strong>Update: </strong>after installation and first review, I found following:</p>
<ul>
<li>It seems like Microsoft finally have &#8220;official&#8221; Client library for Azure Storage. The name is same like from samples before, i.e. &#8220;StorageClient&#8221;, but now it is in &#8220;Microsoft.WindowsAzure.StorageClient&#8221; namespace, not like &#8220;Microsoft.Samples.ServiceHosting.StorageClient&#8221; that was before! It is also VERY extended and improved, so if you going to use Azure Storage, for sure you need to use this library (and I am also going to use it in my EvejobAzNET project) &#8211; it give you access to Blob Service, Queue Service and Table Service! Sure like before, it is possible to use simple .NET Client Library for ADO.NET Data Services (and new library use it inside anyway, just check that it reference System.Data.Services.Client library inside)&#8230; But with official Azure Storage Client library a lot of tasks become much more simple! You can found this library (*.dll) in &#8220;c:\Program Files\Windows Azure SDK\v1.0\ref\&#8221; folder, together with other useful binaries!</li>
<li>It is possible now to use another &#8220;official&#8221; library to get programmatic access to most of functionality available before only from Azure Developer Portal (and actually I don&#8217;t know why, but for some reasons Portal works and looks not best way! You can google, A LOT of people complain about issues with this!).</li>
<li>A new Library for Logging and Diagnostic functionality was added to SDK (Microsoft.WindowsAzure.Diagnostics namespace) <strong>- </strong>feel free to review samples in SDK (zip archives available in root folder of SDK installation, i.e. in C:\Program Files\Windows Azure SDK\v1.0 by default &#8211; samples-cs.zip for C# version and samples-vb.zip for VB version)</li>
<li>A lot of other improvements / features was added that relate mostly to development / production environment (Visual Studio Azure support, new release of Development Fabric etc) &#8211; they not change significantly your code / application design, instead of features described above that I highly recommend to review in case if you develop for Azure!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/11/the-november-version-of-the-windows-azure-sdk-and-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon AWS Big News for developers</title>
		<link>http://blog.evereq.com/blog/index.php/2009/11/amazon-aws-big-news-for-developers/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/11/amazon-aws-big-news-for-developers/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 10:16:22 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=515</guid>
		<description><![CDATA[Because I build some projects with support of Cloud deployment scenarios  (currently for Google App Engine and Microsoft Azure) and I am sure that best Web software must be ready to be deployed in Cloud(s), it was very interesting to read latest announcement from Amazon: &#8220;&#8230; AWS Software Development Kit (SDK) for .NET Now [...]]]></description>
			<content:encoded><![CDATA[<p>Because I build some projects with support of Cloud deployment scenarios  (currently for Google App Engine and Microsoft Azure) and I am sure that best Web software must be ready to be deployed in Cloud(s), it was very interesting to read latest <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3055&amp;categoryID=42" target="_blank">announcement</a> from Amazon: &#8220;&#8230; <a href="http://aws.amazon.com/sdkfornet/" target="_blank">AWS Software Development Kit (SDK) for .NET</a> Now Available&#8230; &#8220;.</p>
<p>Sure it&#8217;s just a beginning for Amazon in development of real .NET SDK, but even with this version we can quickly build .NET applications that tap into AWS Cloud.   Yes,  even before developers have good libraries to build such applications, but now looks like we have first &#8220;standard&#8221; API from Amazon and this fact is very important!</p>
<p>For example, for Ruby there is no such official SDK (or Ruby gem), and developers can choice from few available gems (<a href="http://github.com/rightscale/right_aws" target="_blank">right_aws</a>, <a href="http://github.com/grempe/amazon-ec2" target="_blank">amazon-ec2</a> or <a href="http://amazon.rubyforge.org/">AWS:S3</a> to name just few).  The same situation for Java - available a lot of &#8220;community&#8221; libraries, but no official SDK&#8230; (ok, ok, for Java we have at least official <a href="http://aws.amazon.com/eclipse/" target="_blank">AWS Toolkit for Eclipse</a>, but Toolkit it is not SDK!!!).</p>
<p>But why it is important to have official &#8220;language specific&#8221; SDK?</p>
<p>Well, first of all, now because Amazon have few BIG rivals, like Google App Engine (and we know that Google DO have official SDKs, more so, for both Python and Java!) and Microsoft Azure (sure Microsoft always have SDKs &#8211; it a BIG plus for Microsoft!).</p>
<p>Also it is important for developers, so they know that if they take some library and put this library as &#8220;base&#8221; for communications with a Cloud, they will not need to dial with changes in API in case of library author decide to drop development! It is important to have SDK that will be up to date with company services (Amazon in our case), just because we developers want to be SAFE! Sure it is good if there are a lot of open source libraries that EXTEND SDK some way, but it&#8217;s just &#8220;add-ons&#8221; and can&#8217;t replace real official SDK!</p>
<p>So it is really BIG day for Amazon and .NET developers &#8211; first official &#8220;language specific&#8221; SDK, and for .NET!!! What will be answer from Microsoft Azure that is still in &#8220;Beta&#8221;? <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Note: in this post I mean &#8220;language specific&#8221; SDK, not just common SDK that list API for Web Services  with samples how to use them for example, etc&#8230; Because most of they time developers dial with some specific language, it is important for services like AWS to provide language specific SDKs so developers can really quickly and &#8220;safely&#8221; create applications using such &#8220;language specific&#8221; SDKs! Hope you understand what I mean <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/11/amazon-aws-big-news-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
