<?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>Dave Bost &#187; SQL Server</title>
	<atom:link href="http://davebost.com/blog/category/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://davebost.com/blog</link>
	<description>The Mind of a Developer Evangelist.</description>
	<lastBuildDate>Tue, 31 Aug 2010 15:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Interoperability and Open Source efforts at Microsoft</title>
		<link>http://davebost.com/blog/2009/09/30/interoperability-and-open-source-efforts-at-microsoft/</link>
		<comments>http://davebost.com/blog/2009/09/30/interoperability-and-open-source-efforts-at-microsoft/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:37:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[ado.net data services]]></category>
		<category><![CDATA[codeplex]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://davebost.com/blog/2009/09/30/interoperability-and-open-source-efforts-at-microsoft/</guid>
		<description><![CDATA[I’ve been sitting on a blog post about Microsoft’s participation in Open Source development and release of some interoperability toolkits. What’s happened in the short time I’ve had this idea in my queue, Microsoft up and releases something new or announces some news about additional efforts. With that, I’m going to try and summarize what’s [...]]]></description>
			<content:encoded><![CDATA[<blockquote></blockquote>
<p> I’ve been sitting on a blog post about Microsoft’s participation in Open Source development and release of some interoperability toolkits. What’s happened in the short time I’ve had this idea in my queue, Microsoft up and releases something new or announces some news about additional efforts. With that, I’m going to try and summarize what’s happened in the last month or so regarding Microsoft’s participation and contribution to the Open Source world…</p>
<p><strong>CodePlex Foundation</strong></p>
<p>Arguably the biggest news of the past few weeks was the announcement that Microsoft was establishing the <a href="http://www.codeplex.org/" target="_blank">CodePlex Foundation</a>.</p>
<p><em>The CodePlex Foundation, a non-profit foundation formed with the mission of enabling the exchange of code and understanding among software companies and open source communities.</em></p>
<p>Although initial funding has come from Microsoft, this isn’t a Microsoft-only organization. Already <a href="http://codeplex.org/board-of-directors.aspx" target="_blank">board members</a> include <a href="http://tirania.org/blog/" target="_blank">Miguel de Icaza</a> (<a href="http://www.mono-project.com/" target="_blank">Mono</a>) and <a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/BlogID/1/Default.aspx" target="_blank">Shaun Walker</a> (<a href="http://dotnetnuke.com" target="_blank">DotNetNuke</a>) with the expectation that many more will join. From Microsoft’s end, we have some of the top advocates for Open Source internal to Microsoft including <a href="http://blogs.msdn.com/saraford/" target="_blank">Sara Ford</a>, <a href="http://www.iunknown.com/" target="_blank">John Lam</a>, <a href="http://blogs.msdn.com/jamesnewkirk/" target="_blank">Jim Newkirk</a>, <a href="http://haacked.com/" target="_blank">Phil Haack</a> and <a href="http://www.hanselman.com/blog/MicrosoftCreatesTheCodePlexFoundation.aspx" target="_blank">Scott Hanselman</a>. There are <a href="http://codeplex.org/participate.aspx" target="_blank">ways for you to participate</a> as well.</p>
<p>Many of the questions you may have regarding the CodePlex Foundation can be answered on the foundation’s <a href="http://codeplex.org/faq-mission.aspx" target="_blank">FAQ</a> page.</p>
<p>This is certainly something I’m going to keep my eye on and look for ways that I can <a href="http://codeplex.org/participate.aspx" target="_blank">participate</a> as well.</p>
<p>&#160;</p>
<p><strong>PHP Toolkits, API’s and Collaborations</strong></p>
<p>I recently interviewed Claudio Caldato from the <a href="http://blogs.msdn.com/interoperability/" target="_blank">Microsoft Interoperability team</a> for the Thirsty Developer. Claudio and his team have been some busy little beavers over the past few weeks. Let’s see if I can break it down for you…</p>
<ul>
<li>It may come as a surprise to some but Microsoft has been working feverishly over the past couple of years to make <a href="http://windows.php.net" target="_blank">Windows the best platform to run PHP applications</a>. On the <a href="http://thirstydeveloper.com/2009/09/21/ThirstyDeveloper73BuildingABridgeToPHP.aspx" target="_blank">Thirsty Developer episode</a>, Caludio discussed the recently released <a href="http://www.interoperabilitybridges.com/projects/php-toolkit-for-adonet-data-services.aspx" target="_blank">PHP Toolkit for ADO.NET Data Services</a>. <a href="http://msdn.microsoft.com/en-us/data/bb931106.aspx" target="_blank">ADO.NET Data Services</a> shipped as part of .NET 3.5 SP1 and provides a <a href="http://en.wikipedia.org/wiki/REST" target="_blank">RESTful interface</a> into your data services and provides an efficient way to surface your data to the web. From their the data is easily consumable as it is served up in <a href="http://www.json.org/" target="_blank">JSON</a> or plain old XML (POX). The PHP Toolkit for ADO.NET Data Services is an Open Source project that provides a set of utilities and libraries for PHP developers to easily take advantage of these ADO.NET Data Services. Claudio does a better job of explaining the toolkit than I can from <a href="http://blogs.msdn.com/interoperability/archive/2009/08/21/a-new-bridge-for-php-developers-to-net-through-rest-php-toolkit-for-ado-net-data-services.aspx" target="_blank">this Channel9 video</a>. This toolkit was recently <a href="http://blogs.msdn.com/interoperability/archive/2009/09/10/viewing-public-government-data-with-windows-azure-and-php-a-cloud-interoperability-scenario-using-rest.aspx" target="_blank">highlighted</a> at the <a href="http://www.gov2summit.com/" target="_blank">Gov 2.0 Summit</a> in Washington D.C.       </li>
<li>Another Open Source project supported by the Interoperability team at Microsoft is the <a href="http://phpazure.codeplex.com/" target="_blank">PHP SDK for Windows Azure</a>. This SDK provides a programming model to take advantage of the Windows Azure Platform services. Features include:
<ul>
<li>PHP classes for Windows Azure Blobs, Tables &amp; Queues (for CRUD operations) </li>
<li>Helper Classes for HTTP transport, AuthN/AuthZ, REST &amp; Error Management </li>
<li>Manageability, Instrumentation &amp; Logging support </li>
<li>Support for storing PHP sessions in Azure Table Storage </li>
</ul>
<p>The Windows Azure Platform can also host your PHP applications as it has <a href="http://msdn.microsoft.com/en-us/library/dd573352.aspx" target="_blank">built-in FastCGI support</a>.      </li>
<li>For PHP developer’s utilizing the Zend Framework, there was a recent announcement regarding a partnership around the <a href="http://www.simplecloud.org/" target="_blank">Simple Cloud API project</a>. The Simple Cloud API’s effort is to provide one interface to interact with a variety of cloud application services including the Windows Azure Platform. This is an open source project initially funded by <a href="http://www.zend.com" target="_blank">Zend</a>, IBM, <a href="http://www.microsoft.com" target="_blank">Microsoft</a>, Nirvanix, Rackspace and GoGrid. The first deliverables for the Simple Cloud API project are features relating to file storage in the cloud, document database and simple queue services. Initial implementations will be available for users of the Zend Framework, however the project for contributors to translate the API’s to other object oriented technologies.      </li>
<li>While we’re on a PHP kick, the <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=ccdf728b-1ea0-48a8-a84a-5052214caad9" target="_blank">SQL Server Driver for PHP 1.1 CTP (August 2009)</a> was recently released. This driver provides a direct connection to your SQL Server database from your PHP applications. Not to confuse you, but the <a href="http://phpdataservices.codeplex.com/" target="_blank">PHP Toolkit for ADO.NET Data Services</a> allows PHP applications to connect to data services exposed over the web through ADO.NET Data Services. The SQL Driver for PHP is a PHP extension that provides direct connection to your SQL Server 2005 or SQL Server 2008 database.      </li>
<li>Switching gears… the interoperability team hasn’t focused all of their attention on PHP. The Microsoft Interoperability team collaborated with <a href="http://blog.noelios.com/2009/09/28/restlet-2-0-m5-now-available/">Noelios Technologies</a> out of France to build the <a href="http://www.restlet.org/">Restlet open source project</a>, a lightweight REST framework for Java that includes the Restlet Extension for ADO.NET Data Services. The extension makes it easier for Java developers to take advantage of ADO.NET Data Services as well.      </li>
</ul>
<p>I think its safe to say that the Microsoft Interoperability has been quite busy in supply solutions and interfaces to Microsoft application and data services for non-Microsoft developer technologies. What else would you like to see? </p>
<p><strong>IIS Team Releases Windows Cache Extension for PHP</strong></p>
<p>The Interoperability team isn’t the only team at Microsoft that has provided some great solutions to the PHP community. The IIS team recently shipped the beta of the <a href="http://www.iis.net/extensions/WinCacheForPHP" target="_blank">Windows Cache Extension for PHP</a>. The Windows Cache Extension for PHP is a <a href="http://en.wikipedia.org/wiki/PHP_accelerator">PHP accelerator</a> that is used to increase the speed of PHP applications running on the Windows operating systems. Any PHP application can take advantage of the functionality provided by the Windows Cache Extension for PHP without any code modifications. All that is required is that the extension is enabled and loaded by the PHP engine on IIS. Features include:</p>
<ul>
<li>PHP 5.2 and PHP 5.3 support</li>
<li>Configurable file cache</li>
<li>Configurable PHP opcode cache</li>
<li>Relative file path cache</li>
<li>PHP functions to obtain information about the cache status</li>
</ul>
<p>You can submit questions, report bugs and provide feature suggestions at the <a href="http://forums.iis.net/1164.aspx">Windows Cache Extension for PHP Forum</a>.</p>
<p>&#160;</p>
<p>These examples and many others showcase the efforts that Microsoft is providing in integrating their solutions with the rest of the world. As a representative for Microsoft, I am extremely pleased at the progress and look forward to where these efforts take us.</p>
<p>You can find more information on these efforts and many more over on <a href="http://port25.technet.com/" target="_blank">Port25</a>. You can also keep tabs on the announcements around Microsoft interoperability by following the twitter stream, <a href="http://twitter.com/OpenAtMicrosoft">@OpenAtMicrosoft</a>.    </p>
]]></content:encoded>
			<wfw:commentRss>http://davebost.com/blog/2009/09/30/interoperability-and-open-source-efforts-at-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDN Unleashed Fall &#8216;08 Recap with a Little St. Louis Code Camp Thrown In</title>
		<link>http://davebost.com/blog/2009/01/14/msdn-unleashed-fall-08-recap-with-a-little-st-louis-code-camp-thrown-in/</link>
		<comments>http://davebost.com/blog/2009/01/14/msdn-unleashed-fall-08-recap-with-a-little-st-louis-code-camp-thrown-in/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:22:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Illinois Events]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Wisconsin Events]]></category>

		<guid isPermaLink="false">http://davebost.com/blog/2009/01/14/msdn-unleashed-fall-08-recap-with-a-little-st-louis-code-camp-thrown-in/</guid>
		<description><![CDATA[Ok… I failed. I’ve been sitting on this post for some time now. But you know how it goes. You get busy… the holidays… vacation with the mouse…yada-yada-yada. Anyhow… I promised the attendees of the recent MSDN Unleashed events along with the gracious group of developers at the St. Louis Code Camp a copy of [...]]]></description>
			<content:encoded><![CDATA[<p>Ok… I failed. I’ve been sitting on this post for some time now. But you know how it goes. You get busy… the holidays… vacation with the mouse…yada-yada-yada. Anyhow… I promised the attendees of the recent MSDN Unleashed events along with the gracious group of developers at the St. Louis Code Camp a copy of my slides from my presentations at the aforementioned events.</p>
<p>First… let’s point you to the slides presented at the Fall ‘08 series of MSDN Unleashed events. MSDN Unleashed is a series of events that the Microsoft Evangelist present across the country to keep you – the developer audience – up to snuff on what’s going on in the world of development around the Microsoft Platform.</p>
<div style="text-align: left; width: 425px" id="__ss_815361"><a style="margin: 12px 0px 3px; display: block; font: 14px helvetica,arial,sans-serif; text-decoration: underline" title="Building Applications for SQL Server 2008" href="http://www.slideshare.net/davebost/building-applications-for-sql-server-2008-presentation?type=powerpoint">Building Applications for SQL Server 2008</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=devsql201dbost2-1228343206407753-8&amp;stripped_title=building-applications-for-sql-server-2008-presentation" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=devsql201dbost2-1228343206407753-8&amp;stripped_title=building-applications-for-sql-server-2008-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-family: tahoma,arial; height: 26px; font-size: 11px; padding-top: 2px">View SlideShare <a style="text-decoration: underline" title="View Building Applications for SQL Server 2008 on SlideShare" href="http://www.slideshare.net/davebost/building-applications-for-sql-server-2008-presentation?type=powerpoint">presentation</a>. (tags: <a style="text-decoration: underline" href="http://slideshare.net/tag/sqlserver">sqlserver</a> <a style="text-decoration: underline" href="http://slideshare.net/tag/net">.net</a>)</div>
</p></div>
<p>&#160;</p>
<p>I presented an overview of Silverlight 2 at both MSDN Unleashed and the St. Louis Code Camp, therefore, I’ll only link to it once here…</p>
<div style="text-align: left; width: 425px" id="__ss_815362"><a style="margin: 12px 0px 3px; display: block; font: 14px helvetica,arial,sans-serif; text-decoration: underline" title="Silverlight 2" href="http://www.slideshare.net/davebost/silverlight-2-presentation-815362?type=powerpoint">Silverlight 2</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=devweb251dbost-1228343149420880-8&amp;stripped_title=silverlight-2-presentation-815362" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=devweb251dbost-1228343149420880-8&amp;stripped_title=silverlight-2-presentation-815362" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-family: tahoma,arial; height: 26px; font-size: 11px; padding-top: 2px">View SlideShare <a style="text-decoration: underline" title="View Silverlight 2 on SlideShare" href="http://www.slideshare.net/davebost/silverlight-2-presentation-815362?type=powerpoint">presentation</a>. (tags: <a style="text-decoration: underline" href="http://slideshare.net/tag/visualstudio">visualstudio</a> <a style="text-decoration: underline" href="http://slideshare.net/tag/blend">blend</a>)</div>
</p></div>
<p>&#160;</p>
<p><strong>St. Louis Code Camp</strong></p>
<p>The St. Louis Code Camp was great! I’d like to thank Scott Spradlin and all of the organizers for inviting me to participate in a great event. I’d also like to think Brian Moore for letting me crash at Chateau Moore. I look forward to participating at future events in and around St. Louis.</p>
<p>At the St. Louis Code Camp, I presented an overview on Azure and the Azure Services Platform. I also filled in for a speaker who had to unfortunately back out at the last minute and presented an overview of Silverlight 2 (see slides above). </p>
<p>The St. Louis developer community came out strong and I thank them for their hospitality. On to the slides…</p>
<div style="text-align: left; width: 425px" id="__ss_734009"><a style="margin: 12px 0px 3px; display: block; font: 14px helvetica,arial,sans-serif; text-decoration: underline" title="A Lap Around Windows Azure" href="http://www.slideshare.net/davebost/a-lap-around-windows-azure-presentation?type=powerpoint">A Lap Around Windows Azure</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=alaparoundazurecvcc-1226166112039988-8&amp;stripped_title=a-lap-around-windows-azure-presentation" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=alaparoundazurecvcc-1226166112039988-8&amp;stripped_title=a-lap-around-windows-azure-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-family: tahoma,arial; height: 26px; font-size: 11px; padding-top: 2px">View SlideShare <a style="text-decoration: underline" title="View A Lap Around Windows Azure on SlideShare" href="http://www.slideshare.net/davebost/a-lap-around-windows-azure-presentation?type=powerpoint">presentation</a>. (tags: <a style="text-decoration: underline" href="http://slideshare.net/tag/programming">programming</a> <a style="text-decoration: underline" href="http://slideshare.net/tag/net">.net</a>)</div>
</p></div>
<p>&#160;</p>
<p>Once again… my apologies for the tardiness of posting these slides. But if you haven’t figured it out by now, you can find all of my presentations up on <a href="http://www.slideshare.net/davebost">SlideShare</a>. You may also understand my tardiness once you read some upcoming news I have for you (my poor attempt at a teaser). Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://davebost.com/blog/2009/01/14/msdn-unleashed-fall-08-recap-with-a-little-st-louis-code-camp-thrown-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
