<?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; ADO.NET</title>
	<atom:link href="http://davebost.com/blog/category/adonet/feed/" rel="self" type="application/rss+xml" />
	<link>http://davebost.com/blog</link>
	<description>The Mind of a Developer Evangelist.</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:12:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.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>1</slash:comments>
		</item>
		<item>
		<title>MSDN Unleashed Summer &#8216;08 Slides Available</title>
		<link>http://davebost.com/blog/2008/10/09/msdn-unleashed-summer-08-slides-available/</link>
		<comments>http://davebost.com/blog/2008/10/09/msdn-unleashed-summer-08-slides-available/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 05:51:04 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://davebost.com/blog/2008/10/09/msdn-unleashed-summer-08-slides-available/</guid>
		<description><![CDATA[We just ramped up our final MSDN Unleashed events for the Summer ‘08 season, and we’re moving right into our Fall ‘08 tour. I will post dates and topics here shortly. For now, here are the slides from the Summer ‘08 season that everyone has been asking me for. Don’t forget to check out the [...]]]></description>
			<content:encoded><![CDATA[<p>We just ramped up our final MSDN Unleashed events for the Summer ‘08 season, and we’re moving right into our Fall ‘08 tour. I will post dates and topics here shortly. For now, here are the slides from the Summer ‘08 season that everyone has been asking me for. Don’t forget to check out the <a href="http://davebost.com/blog/2008/09/26/msdn-unleashed-summer-08-resource-roundup/">resource roundup</a> from these events as well.</p>
<p>Thanks to everyone who came this go round. Please, if you have any comments or suggestions on how we can make these events better, please leave a comment.</p>
</p>
<div id="__ss_648477" style="width: 425px; text-align: left"><a title="MSDN Unleashed: WPF Demystified" style="display: block; margin: 12px 0px 3px; font: 14px helvetica,arial,sans-serif; text-decoration: underline" href="http://www.slideshare.net/davebost/msdn-unleashed-wpf-demystified-presentation?type=powerpoint">MSDN Unleashed: WPF Demystified</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=devwin193dbost-1223617141827146-9&amp;rel=0&amp;stripped_title=msdn-unleashed-wpf-demystified-presentation" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=devwin193dbost-1223617141827146-9&amp;rel=0&amp;stripped_title=msdn-unleashed-wpf-demystified-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px">View SlideShare <a title="View MSDN Unleashed: WPF Demystified on SlideShare" style="text-decoration: underline" href="http://www.slideshare.net/davebost/msdn-unleashed-wpf-demystified-presentation?type=powerpoint">presentation</a> or <a style="text-decoration: underline" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration: underline" href="http://slideshare.net/tag/wpf">wpf</a> <a style="text-decoration: underline" href="http://slideshare.net/tag/msdn">msdn</a>)</div>
</p></div>
</p>
<div id="__ss_648486" style="width: 425px; text-align: left"><a title="WPF Unleashed: Building Application with Visual Studio 2008 SP1" style="display: block; margin: 12px 0px 3px; font: 14px helvetica,arial,sans-serif; text-decoration: underline" href="http://www.slideshare.net/davebost/wpf-unleashed-building-application-with-visual-studio-2008-sp1-presentation?type=powerpoint">WPF Unleashed: Building Application with Visual Studio 2008 SP1</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=devwin192dbost-1223617097416513-8&amp;rel=0&amp;stripped_title=wpf-unleashed-building-application-with-visual-studio-2008-sp1-presentation" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=devwin192dbost-1223617097416513-8&amp;rel=0&amp;stripped_title=wpf-unleashed-building-application-with-visual-studio-2008-sp1-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px">View SlideShare <a title="View WPF Unleashed: Building Application with Visual Studio 2008 SP1 on SlideShare" style="text-decoration: underline" href="http://www.slideshare.net/davebost/wpf-unleashed-building-application-with-visual-studio-2008-sp1-presentation?type=powerpoint">presentation</a> or <a style="text-decoration: underline" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration: underline" href="http://slideshare.net/tag/entityframework">entityframework</a> <a style="text-decoration: underline" href="http://slideshare.net/tag/aspnetrouting">aspnetrouting</a> <a style="text-decoration: underline" href="http://slideshare.net/tag/adonetdataservices">adonetdataservices</a>)</div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://davebost.com/blog/2008/10/09/msdn-unleashed-summer-08-slides-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

