<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://port25.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Port 25: The Open Source Community at Microsoft : Community, Interop, .NET Development</title><link>http://port25.technet.com/archive/tags/Community/Interop/.NET+Development/default.aspx</link><description>Tags: Community, Interop, .NET Development</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 40109.1145)</generator><item><title>PDC 2009: Availability of the Windows Azure Platform</title><link>http://port25.technet.com/archive/2009/11/17/pdc-2009-the-windows-azure-platform.aspx</link><pubDate>Tue, 17 Nov 2009 18:14:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:28155</guid><dc:creator>Peter Galli</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=28155</wfw:commentRss><comments>http://port25.technet.com/archive/2009/11/17/pdc-2009-the-windows-azure-platform.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Ray Ozzie, Microsoft's Chief Software Architect, used the company's annual &lt;A href="http://microsoftpdc.com/" target=_blank&gt;Professional Developers Conference&lt;/A&gt; here in Los Angeles to announce the availability of the &lt;A href="http://www.microsoft.com/windowsazure/windowsazure/" target=_blank&gt;Windows Azure platform&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;That platform consists of Windows Azure, the operating system as-a-service, and SQL Azure, a fully relational database in the cloud. The Service Bus and Access Control services, formerly known as the .NET Services, now run directly within Windows Azure and are known as &lt;A href="http://www.microsoft.com/presspass/press/2009/nov09/11-17PDC1PR.mspx" target=_blank mce_href="http://www.microsoft.com/presspass/press/2009/nov09/11-17PDC1PR.mspx"&gt;Windows Azure platform AppFabric Service&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Microsoft will continue to offer Windows Azure as a Community Technology Preview until the end of this year, after which&amp;nbsp;it will switch to a production service under which&amp;nbsp;Azure's cloud services will be made available to&amp;nbsp;enterprises. But&amp;nbsp;users will get a fee pass in January, since charges will&amp;nbsp;only start accruing in February.&lt;/P&gt;
&lt;P&gt;In his opening keynote, Ozzie also announced that a small number&amp;nbsp;of customers will go into production today, including &lt;A href="http://automattic.com/" target=_blank&gt;Automattic, Inc&lt;/A&gt;.,&amp;nbsp;the maker of &lt;A href="http://wordpress.org/" target=_blank&gt;WordPress&lt;/A&gt;, which is now live on Azure. Matt Mullenweg, founder of&amp;nbsp; Automattic, Inc.,&amp;nbsp;took the stage to demonstrate MySQL, PHP, and Apache support on Windows Azure, as well as to&amp;nbsp;announce that&amp;nbsp;his company is launching a &lt;A href="http://www.oddlyspecific.com/" target=_blank&gt;new site&lt;/A&gt; that runs on SQL Azure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ozzie also used his keynote to made clear that reaching &lt;STRONG&gt;all&lt;/STRONG&gt; developers was top of mind for Microsoft. &lt;/P&gt;
&lt;P&gt;"To most developers, to developers like you, Windows Azure appears as a model based extension to Visual Studio, enabling you to build apps that leverage your skills in SQL, IIS, ASP.NET, and .NET Framework. Alternatively, and of course it's your choice, you might leverage your skills by using MySQL and PHP within Azure, or you might instead take advantage of our new Azure tools for Java and &lt;A href="http://port25.technet.com/archive/2009/10/27/moving-forward-with-eclipse.aspx" target=_blank&gt;Eclipse&lt;/A&gt;. Reaching all developers is incredibly important to us," he said.&lt;/P&gt;
&lt;P&gt;Windows Azure&amp;nbsp;now supported any kind of Windows code and programming model, and any kind of multi-role, multi-tier service design pattern, supporting extremely flexible binding and arbitrary relationships between roles, Ozzie said.&lt;/P&gt;
&lt;P&gt;"Because you wanted it, we've broadened far beyond just the .NET programming model, and the Web role, worker role service design pattern.&amp;nbsp;We added support for &lt;A href="http://www.microsoftstartupzone.com/Blogs/anand_iyer/Lists/Posts/Post.aspx?ID=57" target=_blank mce_href="http://www.microsoftstartupzone.com/Blogs/anand_iyer/Lists/Posts/Post.aspx?ID=57"&gt;FastCGI&lt;/A&gt;, enabling high scale Web apps to be written in any of a variety of programming languages. And, in sessions this week, you're going to see the Windows Azure team quickly building and deploying &lt;A href="http://www.jdotnetservices.com/" target=_blank&gt;Java apps&lt;/A&gt;, running under &lt;A href="http://port25.technet.com/archive/2009/11/02/a-chat-with-apache-software-foundation-president-justin-erenkrantz.aspx" target=_blank&gt;Tomcat&lt;/A&gt;.&amp;nbsp;You'll see PHP apps under MySQL," he said.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Earlier this year, Microsoft enabled .NET full trust and native code applications. This functionality allowed developers to spawn xcopy deployable processes.&amp;nbsp; As a result,&amp;nbsp;Java applications can now be packaged and run. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Today, we &lt;A href="http://blogs.msdn.com/interoperability/" target=_blank mce_href="http://blogs.msdn.com/interoperability/"&gt;announced&lt;/A&gt; that we are delivering a solution accelerator for &lt;A href="http://tomcat.apache.org/" target=_blank mce_href="http://tomcat.apache.org/"&gt;Tomcat&lt;/A&gt;, an open source software implementation of the Java Servlet and JavaServer Pages technologies, as well as launching a &lt;A href="http://www.windowsazure4j.org/" target=_blank mce_href="http://www.windowsazure4j.org/"&gt;Java SDK for Windows Azure Storage&lt;/A&gt; (tables, blogs, and queues).&amp;nbsp;External endpoints (inbound traffic) to worker roles have also been enabled, which enables applications that receive internet traffic that &lt;I&gt;aren't&lt;/I&gt; running under IIS.&lt;/P&gt;
&lt;P&gt;During&amp;nbsp;his keynote Ozzie also introduced Vivek Kundra, the Federal Chief Information Officer at the White House, who spoke&amp;nbsp;via live feed from Washington D.C., and who encouraged developers to take advantage of the vast amount of public data to create applications using this new Microsoft technology. &lt;/P&gt;
&lt;P&gt;"I'm really excited about what NASA is doing in cooperation with Microsoft with the launch of the Pathfinder Innovation Challenge ...&amp;nbsp;anybody can participate and look at the data that has been democratized through &lt;A href="http://beamartian.jpl.nasa.gov/" target=_blank&gt;NASA on the Azure platform&lt;/A&gt;, that allows people to look around the red planet, slice and dice, and cube, and create information, and advance our understanding of the universe,"&amp;nbsp;Kundra said.&lt;/P&gt;
&lt;P&gt;This commitment to all developers is not new. When Ozzie first announced the Windows Azure platform at &lt;A href="http://port25.technet.com/archive/2008/11/04/open-source-highlights-at-microsoft-s-professional-developers-conference.aspx" target=_blank&gt;PDC last year&lt;/A&gt;, Sam Ramji blogged that developers&amp;nbsp;will also be able to choose from a range of &lt;A href="http://port25.technet.com/archive/2008/10/27/the-azure-platform-debuts.aspx" target=_blank&gt;open source development tools&lt;/A&gt; and technologies, and be able to access Azure services using a variety of common internet standards, including HTTP, REST, WS* and Atom.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The Azure platform's goal is to support&lt;B&gt; all&lt;/B&gt; developers and their choice of IDE, language and technology. &amp;nbsp;We are also providing programmable components that can be consumed by other applications, and Microsoft is funding and sponsoring open source software development kits to enable Java and Ruby developers to take advantage of Azure.&lt;B&gt; &lt;/B&gt;This is significant as this is the first time we are delivering cross-platform software development kits at the same time as Microsoft Developer Network software development kits," he said.&lt;/P&gt;
&lt;P&gt;And, earlier this year, Microsoft introduced the&amp;nbsp;&lt;A href="http://phpazure.codeplex.com/" target=_blank&gt;PHP SDK for Windows Azure&lt;/A&gt;, an open source effort for which Microsoft has provided funding, with development by &lt;A href="http://www.realdolmen.com/" target=_blank&gt;RealDolmen&lt;/A&gt;, whose&amp;nbsp;goal is to provide high-level abstractions that enable &lt;A href="http://port25.technet.com/archive/2009/05/12/announcing-the-php-sdk-for-windows-azure.aspx" target=_blank&gt;PHP developers&lt;/A&gt; to interoperate readily with Windows Azure. &lt;/P&gt;
&lt;P&gt;The PHP SDK for &lt;A href="http://port25.technet.com/archive/2008/10/27/the-azure-platform-debuts.aspx" target=_blank&gt;Windows Azure&lt;/A&gt; focuses on REST and provides PHP classes for Windows Azure blobs, tables and queue, helper classes for HTTP transport, AuthN/AuthZ, REST and error management, as well as manageability, instrumentation and logging support.&lt;/P&gt;
&lt;P&gt;Next up at PDC 2009 was Bob Muglia, President of Microsoft's Server and Tools Business, who noted that Microsoft is converging on a common developer platform for both servers and services, that will enable developers to continue using familiar .NET Framework and Visual Studio tools and technologies, as well as third party tools such as &lt;A href="http://port25.technet.com/archive/2009/10/27/moving-forward-with-eclipse.aspx" target=_blank&gt;Eclipse&lt;/A&gt;, to create and monetize applications that run on the server and as services in the cloud.&lt;/P&gt;
&lt;P&gt;Muglia also announced the company's plan to offer Windows Server Virtual Machine support on Windows Azure, enabling customers to more easily support virtualized infrastructure across the continuum of on premises and cloud computing.&lt;/P&gt;
&lt;P&gt;In addition, Muglia announced the new release of &lt;A href="http://www.asp.net/mvc" target=_blank&gt;ASP.NET MVC beta&lt;/A&gt; 2, a free, fully-supported framework that enables developers to rapidly build standards-based Web applications through rich AJAX integration and enhanced extensibility.&lt;/P&gt;
&lt;P mce_keep="true"&gt;In other related news, SugarCRM, a provider of commercial open source customer relationship management software, today also announced that it will &lt;A href="http://www.sugarcrm.com/crm/about/press-releases/20091117-azure.html" target=_blank mce_href="http://www.sugarcrm.com/crm/about/press-releases/20091117-azure.html"&gt;offer its CRM applications on Windows Azure&lt;/A&gt; to enable its customers and value-added resellers to benefit from the real-time scalability, high availability and on-demand infrastructure of Azure. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;"With Windows Azure, Microsoft has built a true cloud computing platform going well beyond the simple hosted infrastructure that most service providers offer today. Windows Azure enables SugarCRM value-added resellers to create and deploy unique solutions for customers around the globe. This new service is another key component of the Sugar Open Cloud, the SugarCRM cloud strategy for delivering simple, affordable CRM anywhere based on customer need," said Larry Augustin, CEO of SugarCRM, in a press statement. &lt;/P&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=28155" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/_7E00_FeaturedPost/default.aspx">~FeaturedPost</category><category domain="http://port25.technet.com/archive/tags/Peter+Galli/default.aspx">Peter Galli</category></item><item><title>New Bridge Broadens Java and .NET Interoperability</title><link>http://port25.technet.com/archive/2009/09/29/new-bridge-broadens-java-and-net-interoperability.aspx</link><pubDate>Tue, 29 Sep 2009 15:31:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:27956</guid><dc:creator>Peter Galli</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=27956</wfw:commentRss><comments>http://port25.technet.com/archive/2009/09/29/new-bridge-broadens-java-and-net-interoperability.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Microsoft continues to deliver on its ongoing promise to &lt;A href="http://port25.technet.com/archive/2009/07/20/microsoft-contributes-linux-drivers-to-linux-community.aspx" target=_blank mce_href="http://port25.technet.com/archive/2009/07/20/microsoft-contributes-linux-drivers-to-linux-community.aspx"&gt;build bridges&lt;/A&gt; between different technologies, and this week jointly announced with Noelios Technologies a new &lt;A href="http://blogs.msdn.com/interoperability/archive/2009/09/28/new-bridge-broadens-java-and-net-interoperability.aspx" target=_blank mce_href="http://blogs.msdn.com/interoperability/archive/2009/09/28/new-bridge-broadens-java-and-net-interoperability.aspx"&gt;interoperability bridge&lt;/A&gt; between Java and .NET through REST.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The Microsoft Interoperability Technical Strategy team has been working with Noelios to build an extension to the Restlet Framework. As such,&amp;nbsp;Noelios has released a new bridge for Java and .NET. It is &lt;A href="http://blog.noelios.com/2009/09/28/restlet-2-0-m5-now-available/" target=_blank mce_href="http://blog.noelios.com/2009/09/28/restlet-2-0-m5-now-available/"&gt;shipping a new version&lt;/A&gt; &amp;nbsp;of the &lt;A href="http://www.restlet.org/" target=_blank mce_href="http://www.restlet.org/"&gt;Restlet open source project&lt;/A&gt;, a lightweight REST framework for Java. &lt;/P&gt;
&lt;P mce_keep="true"&gt;This includes the Restlet Extension for ADO.NET Data Services, which makes it easier for Java developers to take advantage of ADO.NET Data Services,&amp;nbsp;a set of recently added .NET Framework features that provides a simple way to expose a wide range of data sources, such as relational databases, XML files, and so on, through a &lt;A href="http://www.xfront.com/REST-Web-Services.html" target=_blank mce_href="http://www.xfront.com/REST-Web-Services.html"&gt;RESTful&lt;/A&gt; service interface. &lt;/P&gt;
&lt;P mce_keep="true"&gt;This announcement is yet another example of Microsoft's continued commitment to &lt;A href="http://port25.technet.com/archive/2009/09/04/windows-live-embraces-the-activity-streams-open-standard.aspx" target=_blank mce_href="http://port25.technet.com/archive/2009/09/04/windows-live-embraces-the-activity-streams-open-standard.aspx"&gt;openness&lt;/A&gt; and interoperability, and&amp;nbsp;demonstrates the ever increasing use of web standards in our technologies.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Formerly known as &lt;A href="http://blogs.msdn.com/astoriateam/" target=_blank mce_href="http://blogs.msdn.com/astoriateam/"&gt;Project Astoria&lt;/A&gt;, the ADO.NET Data Services defines a flexible addressing and query interface using a URL convention, and supports the usual resource manipulation methods for data sources, including the full range of Create, Read, Update, and Delete operations. &lt;/P&gt;
&lt;P&gt;Microsoft Visual Studio 2008 SP1 and the upcoming &lt;A href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx" target=_blank mce_href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"&gt;Visual Studio 2010&lt;/A&gt; fully support ADO.NET Data Services, including the capability to create and consume data services directly from the development environment. &lt;/P&gt;
&lt;P&gt;You can find all the technical details of this announcement on the Interoperability team blog &lt;A href="http://blogs.msdn.com/interoperability/archive/2009/09/28/new-bridge-broadens-java-and-net-interoperability.aspx" target=_blank mce_href="http://blogs.msdn.com/interoperability/archive/2009/09/28/new-bridge-broadens-java-and-net-interoperability.aspx "&gt;here&lt;/A&gt;, as well as on the Noelis &lt;A href="http://blog.noelios.com/2009/09/28/restlet-bridges-ado-net-data-services-and-java/" target=_blank mce_href="http://blog.noelios.com/2009/09/28/restlet-bridges-ado-net-data-services-and-java/"&gt;blog&lt;/A&gt;. You can also find a tutorial on this &lt;A href="http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/287-restlet.html" target=_blank mce_href="http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/287-restlet.html"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=27956" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/Standards/default.aspx">Standards</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Java/default.aspx">Java</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category></item><item><title>The PHP Toolkit for ADO.NET Data Services</title><link>http://port25.technet.com/archive/2009/08/21/the-php-toolkit-for-ado-net-data-services.aspx</link><pubDate>Fri, 21 Aug 2009 11:00:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:27373</guid><dc:creator>Peter Galli</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=27373</wfw:commentRss><comments>http://port25.technet.com/archive/2009/08/21/the-php-toolkit-for-ado-net-data-services.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Today, the DPE Interop team at Microsoft released&amp;nbsp;a new open source project that bridges PHP and .NET using REST. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Specifically, the&amp;nbsp;&lt;A class="" href="http://www.interoperabilitybridges.com/projects/php-toolkit-for-adonet-data-services.aspx" target=_blank mce_href="http://www.interoperabilitybridges.com/projects/php-toolkit-for-adonet-data-services.aspx "&gt;PHP Toolkit for ADO.NET Data Services&lt;/A&gt; was made available, which makes it easier for PHP developers to take advantage of the ADO.NET Data Services, a set of features recently added to the .NET Framework.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;The PHP Toolkit for ADO.NET Data Services is an open source project funded by Microsoft and developed by &lt;A href="http://www.persistentsys.com/" target=_blank mce_href="http://www.persistentsys.com/"&gt;Persistent Systems&lt;/A&gt;. It is available on &lt;A class="" href="http://phpdataservices.codeplex.com/" target=_blank mce_href="http://phpdataservices.codeplex.com/"&gt;CodePlex&lt;/A&gt;&amp;nbsp;today. &lt;/P&gt;
&lt;P mce_keep="true"&gt;These services, which were&amp;nbsp;previously referred to by the codename&lt;A class="" href="http://blogs.msdn.com/astoriateam/" target=_blank mce_href="http://blogs.msdn.com/astoriateam/"&gt; Project Astoria&lt;/A&gt;,&amp;nbsp;expose a wide range of data sources through a &lt;A class="" href="http://www.xfront.com/REST-Web-Services.html" target=_blank mce_href="http://www.xfront.com/REST-Web-Services.html"&gt;RESTful&lt;/A&gt; service interface.&lt;/P&gt;
&lt;P mce_keep="true"&gt;There is full support for ADO.NET Data Services in Visual Studio 2008 SP1 as well as in the upcoming &lt;A class="" href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx" target=_blank mce_href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"&gt;Visual Studio 2010&lt;/A&gt;, which includes direct support for both creating and consuming data services directly from the development environment.&amp;nbsp;&amp;nbsp;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Read more about all this on the&amp;nbsp;&lt;A class="" 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 mce_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"&gt;Interoperability blog&lt;/A&gt;, and watch the &lt;A class="" href="http://channel9.msdn.com/posts/jccim/Consuming-data-over-the-web-between-PHP-and-NET-with-REST-and-ADONET-Data-Services/" target=_blank mce_href="http://channel9.msdn.com/posts/jccim/Consuming-data-over-the-web-between-PHP-and-NET-with-REST-and-ADONET-Data-Services/"&gt;Channel 9 video interview&lt;/A&gt; with&amp;nbsp;Claudio Caldato, Senior Program Manager in the Interoperability Technical Strategy team, and Pablo Castro, software architect of ADO.NET Data Services.&lt;/P&gt;
&lt;P&gt;This is yet another example of Microsoft's continued commitment to &lt;A class="" href="http://port25.technet.com/archive/2008/11/07/open-source-interoperability-projects-at-microsoft.aspx" target=_blank mce_href="http://port25.technet.com/archive/2008/11/07/open-source-interoperability-projects-at-microsoft.aspx"&gt;openness and interoperability&lt;/A&gt; as well as of its embrace of &lt;A class="" href="http://port25.technet.com/archive/2009/04/10/ecmascript-candidate-specification-published.aspx" target=_blank mce_href="http://port25.technet.com/archive/2009/04/10/ecmascript-candidate-specification-published.aspx"&gt;Web standards&lt;/A&gt; in its technologies. &lt;/P&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=27373" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Networking/default.aspx">Networking</category><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/Standards/default.aspx">Standards</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/_7E00_FeaturedPost/default.aspx">~FeaturedPost</category><category domain="http://port25.technet.com/archive/tags/Peter+Galli/default.aspx">Peter Galli</category></item><item><title>Better Windows Development Environments - One project at a Time</title><link>http://port25.technet.com/archive/2009/04/10/better-windows-development-environments-one-project-at-a-time.aspx</link><pubDate>Fri, 10 Apr 2009 14:45:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:24972</guid><dc:creator>Mark Stone</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=24972</wfw:commentRss><comments>http://port25.technet.com/archive/2009/04/10/better-windows-development-environments-one-project-at-a-time.aspx#comments</comments><description>&lt;p&gt;Discussions of the PC market usually break down into "desktop" vs. "server", as if these are the only platform categories. However, the developer's dev box -- call it a "workstation" to distinguish it from desktop -- is really a separate platform. Remember, when Linus Torvalds created Linux it wasn't because he needed a better&lt;br&gt;desktop operating system, or a better server operating system. What he wanted was something that could run the gcc compiler. He wanted a developer workstation he could use at home.&lt;br&gt;&lt;br&gt;Of course the developer workstation market influences other markets. Developers who develop on a platform are more likely to develop for a platform. So winning developer mind share is often about giving them what they want in the way of development environment. And in this regard, open source developers are something of a &lt;br&gt;different breed.&lt;br&gt;&lt;br&gt;Microsoft has a great set of developer tools; I've certainly known developers who swear by Visual Studio. But there's something of a disconnect between graphical tools favored by Windows developers and then command line tools favored by traditional open source developers; I've also known developers whose first order of business&lt;br&gt;with a new Windows workstation is to GNU-ify it.&lt;br&gt;&lt;br&gt;Ironically, the Internet has a convergence effect, drawing these two camps together. Put developers online, and they can collaborate. Put developers online, and they can not only develop, but they can build, deploy, and test. The workstation has become not so much a computer as an environment. The developer's toolkit&amp;nbsp; includes version control, build management, automated testing, and the need to do all these things as a team rather than an individual. Developer environments have evolved rapidly to adapt to these changes.&lt;br&gt;&lt;br&gt;The &lt;a href="http://www.apache.org" mce_href="http://www.apache.org"&gt;Apache Software Foundation&lt;/a&gt; (ASF) seems to understand this evolution as well as anyone, and a number of ASF projects focus specifically on tools for the developer environment (&lt;a href="http://ant.apache.org/" mce_href="http://ant.apache.org/"&gt;Ant&lt;/a&gt;, &lt;a href="http://buildr.apache.org/" mce_href="http://buildr.apache.org/"&gt;Buildr&lt;/a&gt;, &lt;a href="http://continuum.apache.org/" mce_href="http://continuum.apache.org/"&gt;Continuum&lt;/a&gt;, &lt;a href="http://gump.apache.org/" mce_href="http://gump.apache.org/"&gt;Gump&lt;/a&gt;, and &lt;a href="http://maven.apache.org/" mce_href="http://maven.apache.org/"&gt;Maven&lt;/a&gt; come to mind as a few examples). &lt;br&gt;&lt;br&gt;What's interesting is to see the .NET developers following suit, and wanting these same sorts of tools for their development environment. What's surprising is that this .NET effort is very grass roots driven.&lt;br&gt;&lt;br&gt;"Panday" is a Filipino word meaning "blacksmith", and can also be a reference to the graphic novel super hero of the same name (the graphic novel is also originates from the Philippines). This provides an appropriate metaphor for the name of the &lt;a href="http://www.codeplex.com/npanday" mce_href="http://www.codeplex.com/npanday"&gt;NPanday&lt;/a&gt; project on &lt;a href="http://www.codeplex.com" mce_href="http://www.codeplex.com"&gt;Codeplex&lt;/a&gt;. &lt;br&gt;&lt;br&gt;The NPanday project is one of several affiliated with Microsoft's &lt;a href="http://news.cnet.com/8301-13505_3-9844616-16.html" mce_href="http://news.cnet.com/8301-13505_3-9844616-16.html"&gt;Open Source Lab in the Philippines&lt;/a&gt;, and is part of the effort to bring to .NET some of the capabilities found in other open source development environments. The aim of NPanday is integrate Apache Maven into the .NET development environment.This would enable .NET &lt;br&gt;developers to take advantage of Maven-compatible development infrastructure. &lt;br&gt;&lt;br&gt;Projects like NPanday are important because they offer developers more choice of tools in a Windows development environment. The more familiar those tools are to open source developers, the more open source development will be done on and for Windows. NPanday is also an important project for interoperability, making it easier to integrate .NET development with other development done using Maven.&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=24972" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Codeplex/default.aspx">Codeplex</category><category domain="http://port25.technet.com/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Java/default.aspx">Java</category><category domain="http://port25.technet.com/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Linux/default.aspx">Linux</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/_7E00_FeaturedPost/default.aspx">~FeaturedPost</category></item><item><title>Expanding the interoperability of eclipse4SL: Mac support comes to the Eclipse for Silverlight project</title><link>http://port25.technet.com/archive/2009/03/18/eclipse4SL.aspx</link><pubDate>Wed, 18 Mar 2009 18:15:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:24501</guid><dc:creator>Vijay Rajagopalan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=24501</wfw:commentRss><comments>http://port25.technet.com/archive/2009/03/18/eclipse4SL.aspx#comments</comments><description>&lt;p mce_keep="true"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;a href="http://www.microsoft.com/presspass/press/2008/oct08/10-13Silverlight2PR.mspx" mce_href="http://www.microsoft.com/presspass/press/2008/oct08/10-13Silverlight2PR.mspx"&gt;&lt;font size="3" color="#0000ff"&gt;In October 2008&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;, when Microsoft announced the general availability of Silverlight 2.0, and, as part of Microsoft’s ongoing commitment to interoperability, Microsoft and Soyatec unveiled the Eclipse Tools for Silverlight (Eclipse4SL).&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style=""&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;Today, Microsoft and Soyatec are expanding our interoperability collaboration by releasing a Community Technology Preview (CTP) of the &lt;/font&gt;&lt;a href="http://www.microsoft.com/Presspass/press/2009/mar09/03-18MIX09PR.mspx" mce_href="http://www.microsoft.com/Presspass/press/2009/mar09/03-18MIX09PR.mspx"&gt;&lt;span style="background: yellow none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;font size="3" color="#0000ff"&gt;eclipse4SL project that includes support for the Macintosh platform&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;font size="3"&gt;. Mac and Windows developers can now collaborate on Silverlight projects using the Eclipse or Visual Studio IDEs. We have also added several new features to the project that should please all developers like C# code generation and improved XAML auto-completion (check out our &lt;/font&gt;&lt;a href="http://blogs.msdn.com/interoperability/archive/2009/03/17/eclipse-tools-for-silverlight-eclipse4sl-now-for-mac-developers.aspx" mce_href="http://blogs.msdn.com/interoperability/archive/2009/03/17/eclipse-tools-for-silverlight-eclipse4sl-now-for-mac-developers.aspx"&gt;&lt;font size="3" color="#0000ff"&gt;Interoperability Team blog&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; for more details and a demo)&lt;/font&gt;&lt;/p&gt;&lt;o:p&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt; 
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;As an open source initiative sponsored by Microsoft (funding and architectural guidance) and led by Soyatec (development), the &lt;span style=""&gt;eclipse4SL&lt;/span&gt; project is released under the Eclipse Public License Version 1.0 on SourceForge.net and was submitted by Soyatec it to the &lt;/font&gt;&lt;a href="http://www.eclipseplugincentral.com/modules.php?op=modload&amp;amp;name=Web_Links&amp;amp;file=index&amp;amp;req=viewlink&amp;amp;cid=1340" mce_href="http://www.eclipseplugincentral.com/modules.php?op=modload&amp;amp;name=Web_Links&amp;amp;file=index&amp;amp;req=viewlink&amp;amp;cid=1340"&gt;&lt;font size="3" color="#0000ff"&gt;Eclipse Foundation&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; as an open Eclipse project. Since its inception the project has received lots of feedback and made significant progress. eclipse4SL has been among the “Top Rated” projects on &lt;/font&gt;&lt;a href="http://www.eclipseplugincentral.com/" mce_href="http://www.eclipseplugincentral.com/"&gt;&lt;font size="3" color="#0000ff"&gt;www.eclipseplugincentral.com&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; for weeks: &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/interoperability/WindowsLiveWriter/EclipseandSilverlightanotherinteroperabi_8517/Interop%20BloggsThe%20Eclipse%20tools%20for%20Silverlight%20project%20aka%20eclipse4SL%20is%20an%20eclipse%20plug_thumb.jpg" alt="" mce_src="http://blogs.msdn.com/blogfiles/interoperability/WindowsLiveWriter/EclipseandSilverlightanotherinteroperabi_8517/Interop%20BloggsThe%20Eclipse%20tools%20for%20Silverlight%20project%20aka%20eclipse4SL%20is%20an%20eclipse%20plug_thumb.jpg" width="816" border="0" height="452"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;i style=""&gt;&lt;font size="3"&gt;(Screenshot taken on 03/16/2009)&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/i&gt;&lt;o:p&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt; 
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;For more information, visit the &lt;/font&gt;&lt;a href="http://www.eclipse4sl.org/"&gt;&lt;font size="3" color="#0000ff"&gt;Eclipse for Silverlight&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; web site, or join the discussion at &lt;/font&gt;&lt;a href="http://www.eclipse4sl.org/community/"&gt;&lt;font size="3" color="#0000ff"&gt;http://www.eclipse4sl.org/community/&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;. &lt;/font&gt;&lt;/p&gt;&lt;o:p&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt; 
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;font size="3"&gt;Vijay Rajagopalan, Principal Architect in the Interoperability Strategy Team at Microsoft.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=24501" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/Dev+Center/default.aspx">Dev Center</category><category domain="http://port25.technet.com/archive/tags/Web/default.aspx">Web</category><category domain="http://port25.technet.com/archive/tags/_7E00_FeaturedPost/default.aspx">~FeaturedPost</category></item><item><title>Better Tools for Web Development</title><link>http://port25.technet.com/archive/2009/03/18/better-tools-for-web-development.aspx</link><pubDate>Wed, 18 Mar 2009 15:10:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:24496</guid><dc:creator>Mark Stone</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=24496</wfw:commentRss><comments>http://port25.technet.com/archive/2009/03/18/better-tools-for-web-development.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;&lt;BR&gt;Several years ago I was helping a musician friend of mine set up a web site to use as a promotional site for his live performances. I opted for a simple, PHP-based Content Management System (CMS) that wouldn’t require any special knowledge for him to post new information, and would be – famous last words – easy for me to set up and maintain.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Not having done professional web development for some time, I quickly found myself on the phone to one of my PHP guru friends. After editing three configuration files (two for the web server, one for PHP itself), and adjusting to make sure we had the right version of PHP running with the right version of MySQL, we finally got everything working, and the CMS properly installed and configured.&lt;/P&gt;
&lt;P mce_keep="true"&gt;This small example has several instructive lessons:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Getting software components working together properly is hard. The open source community takes real pride in tackling this challenge, having delivered tools like make, dpkg, and apt. Even so, simple cases can fail and mire you in complexity. &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;None of this is where web developers want to spend their time. The creative, innovative work is all done once you have the right components in place. &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Absent perfect tools (which we’ll probably never have), you want to have the collective knowledge of your developer community working for you. Without my friend on the phone, I’d have had a much bigger problem on my hands.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;So there’s something very liberating about seeing Microsoft offer better tools and facilitate better community collaboration so that web developers can spend more time on creative work and less on component complexity.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I’m referring specifically to the &lt;EM&gt;Microsoft Web Platform: Web Platform Installer 2.0 Beta&lt;/EM&gt; (WebPI) and &lt;EM&gt;Windows Web Application Gallery&lt;/EM&gt;, announced today at MIX ’09.&lt;/P&gt;
&lt;P mce_keep="true"&gt;WebPI provides a &lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A href="http://www.microsoft.com/web"&gt;&lt;FONT color=#0000ff&gt;single online destination&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt; and a single process for downloading and installing Microsoft’s freely available web products. By itself this may seem like no more than much-needed common sense, a good effort by Microsoft to help web developers get all the components they need working together more easily and more effectively.&lt;/P&gt;
&lt;P mce_keep="true"&gt;What makes this development really interesting is the &lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A href="http://www.microsoft.com/web/gallery"&gt;&lt;FONT color=#0000ff&gt;Web Application Gallery&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;, an opportunity for web developers to participate and collaborate in a knowledge marketplace of shared components. In other words any web developer who follows certain &lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A href="http://learn.iis.net/page.aspx/578/application-packaging-guide-for-the-windows-web-application-gallery/"&gt;&lt;FONT color=#0000ff&gt;basic&lt;/FONT&gt;&lt;/A&gt; &lt;A href="http://learn.iis.net/page.aspx/605/web-application-gallery-principles/"&gt;&lt;FONT color=#0000ff&gt;guidelines&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt; can add their product to the Gallery, and be part of this ecosystem/community of shared web development activity. This is an opportunity not just to market your work, but share ideas and innovations with other web developers, and indeed let them build on your work.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Does that sound reminiscent of an open source community? It should. While there is no requirement that Gallery code be open source, the spirit behind this effort is very much one of collaboration. The Gallery is based on the idea that web developers collectively can advance their work more than each can individually. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Nor is this a playground strictly for Microsoft technologies. There are two supported web development frameworks in the Gallery:&amp;nbsp; .NET and PHP. Opening up the world of PHP applications for Windows is an exciting prospect. There is at least the possibility that something like Word Press on Windows Server will be a point and click install. We aren’t there yet. WebPI installs SQL Server by default, and MySQL is still a manual install. Many web developers won’t – or shouldn’t – care about the difference, but to some it will matter. &lt;/P&gt;
&lt;P mce_keep="true"&gt;But this is definitely a step along the right path, one step closer to making PHP an operating system-agnostic language. Because a PHP developer should care only about building great apps.&lt;/P&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=24496" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/PHP/default.aspx">PHP</category><category domain="http://port25.technet.com/archive/tags/Web/default.aspx">Web</category></item><item><title>Brazilian Students Set Their Own Course</title><link>http://port25.technet.com/archive/2009/03/16/brazilian-students-set-their-own-course.aspx</link><pubDate>Mon, 16 Mar 2009 19:05:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:24460</guid><dc:creator>Mark Stone</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=24460</wfw:commentRss><comments>http://port25.technet.com/archive/2009/03/16/brazilian-students-set-their-own-course.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I’m going to tell a story that starts in Indiana, but really it’s about Brazil.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Once upon a time “scientific computing” was nearly synonymous with “Fortran”. Today, though, just about any high level language can be used to write High Performance Computing (HPC) applications. These days that language choice also includes C#.&lt;/P&gt;
&lt;P mce_keep="true"&gt;At &lt;A href="http://www.iu.edu/" mce_href="http://www.iu.edu/"&gt;&lt;FONT color=#0000ff&gt;Indiana University&lt;/FONT&gt;&lt;/A&gt;, the &lt;A href="http://www.osl.iu.edu/" mce_href="http://www.osl.iu.edu/"&gt;&lt;FONT color=#0000ff&gt;Open Systems Lab&lt;/FONT&gt;&lt;/A&gt; has pioneered work to implement Message Passing Interface (MPI) support for .Net, so that MPI applications can be written in C#. The project is &lt;A href="http://www.codeplex.com/mpinet" mce_href="http://www.codeplex.com/mpinet"&gt;&lt;FONT color=#0000ff&gt;MPI.Net&lt;/FONT&gt;&lt;/A&gt;, and you can find it on &lt;A href="http://www.codeplex.com/" mce_href="http://www.codeplex.com/"&gt;&lt;FONT color=#0000ff&gt;Codeplex&lt;/FONT&gt;&lt;/A&gt;. It is open source, about three years old, has reached a 1.0 release, and is compatible with two other important open source projects, &lt;A href="http://www.open-mpi.org/" mce_href="http://www.open-mpi.org/"&gt;&lt;FONT color=#0000ff&gt;OpenMPI&lt;/FONT&gt;&lt;/A&gt; and &lt;A href="http://www.mono-project.com/" mce_href="http://www.mono-project.com/"&gt;&lt;FONT color=#0000ff&gt;Mono&lt;/FONT&gt;&lt;/A&gt;. The principle developers behind the project are Andrew Lumsdaine at Indiana University and his former student, Douglas Gregor, who is now on the faculty of Rensselear Polytechnic Institute.&lt;/P&gt;
&lt;P mce_keep="true"&gt;This is the kind of open source work that’s really exciting to see because of the way it expands choices for the developer and the end user. A C# developer should not be closed off from writing HPC applications if that’s what they want to do. And a research scientist should not have to think about whether their lab is running Linux or Windows Server. Both of these individuals are working enough layers above the operating system that somebody else’s operating system choice should not be a constraint.&lt;/P&gt;
&lt;P mce_keep="true"&gt;So I was very excited to learn that students in Brazil at Federal University of Rio Grande do Sul were doing work on MPI, and excited to talk with them about their work. One of their projects is &lt;A class="" href="http://www.codeplex.com/mpihash" mce_href="http://www.codeplex.com/mpihash"&gt;MPI#&lt;/A&gt;, also open source and also hosted on &lt;A class="" href="http://www.codeplex.com/" mce_href="http://www.codeplex.com"&gt;Codeplex&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;MPI# builds on top of the work of MPI.Net, adding some functionality not yet present in MPI.Net. Specifically, quoting from the project description:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&lt;EM&gt;The goals of this project would be to build upon MPI.NET in order to complement it with the features that are missing, mainly regarding collective communication. Either they could benefit from C# native support for such communication, either they could be programmed on top of the provided MPISend/MPIRecv encapsulations. C# and .NET features such as fault tolerance or dynamicity support would be studied, in other to turn the MPI# implementation robust in large, dynamic and heterogeneous platforms.&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;Two of the students working on MPI# are Ismael Stangherlini and Fernando Afonso. They are graduate students in computer science, working on projects affiliated with the &lt;A class="" href="http://www.codeplex.com/NDOS" mce_href="http://www.codeplex.com/NDOS"&gt;Brazilian Interoperability and Open Source Software Development Nucleous&lt;/A&gt;. When I talked to them about their work on MPI# I was curious what their communication with Indiana University had been like. Their response: they had never been in contact with Indiana University; they simply downloaded the code for MPI.Net and started working on their own.&lt;/P&gt;
&lt;P mce_keep="true"&gt;That’s the magic of open source: that they can, in fact, just download the code on their own and start coding against it. They may make an important contribution to MPI.Net. Or their code may be entirely disregarded. Or they may move on to other projects and somebody else may or may not pick up where they left off. At this stage it’s too early to tell. But the fact that all of these scenarios are possible demonstrates why, as a methodology, open source is so nimble and adaptive. A top-down product development process, or a top-down standards development process can only execute on the innovations envisioned by the few at the top, and at the speed of the slowest decision-makers in the process. But a bottom-up open source process enables every innovation that anyone at the grass roots level can see.&lt;/P&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=24460" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Codeplex/default.aspx">Codeplex</category><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/Mono/default.aspx">Mono</category><category domain="http://port25.technet.com/archive/tags/HPC/default.aspx">HPC</category><category domain="http://port25.technet.com/archive/tags/Standards/default.aspx">Standards</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/_7E00_FeaturedPost/default.aspx">~FeaturedPost</category></item><item><title>Moonlight 1.0 Hits the Street</title><link>http://port25.technet.com/archive/2009/02/11/moonlight-1-0-hits-the-street.aspx</link><pubDate>Wed, 11 Feb 2009 19:42:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:23804</guid><dc:creator>Peter Galli</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=23804</wfw:commentRss><comments>http://port25.technet.com/archive/2009/02/11/moonlight-1-0-hits-the-street.aspx#comments</comments><description>&lt;P&gt;Moonlight 1.0 is now available. &lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://www.novell.com/products/desktop/moonlight_faq.html" target=_blank mce_href="http://www.novell.com/products/desktop/moonlight_faq.html"&gt;Moonlight&lt;/A&gt; is an&amp;nbsp;open source project that gives Linux users access to Microsoft Silverlight content, and is available for all major Linux distributions, including openSUSE, SUSE Linux Enterprise, Fedora, Red Hat, and Ubuntu. This milestone release is&amp;nbsp;part of the &lt;A class="" href="http://port25.technet.com/archive/2008/11/18/two-years-and-counting.aspx" target=_blank mce_href="http://port25.technet.com/archive/2008/11/18/two-years-and-counting.aspx"&gt;technical collaboration&lt;/A&gt; between Novell and Microsoft. &lt;/P&gt;
&lt;P&gt;Microsoft has&lt;A class="" href="http://www.novell.com/news/press/moonlight-shines-on-the-linux-desktop/" target=_blank mce_href="http://www.novell.com/news/press/moonlight-shines-on-the-linux-desktop/"&gt;&amp;nbsp;worked with the Moonlight team&lt;/A&gt; and Novell to enable interoperability between Windows and Linux platforms and extend the high-quality interactive Web and video experience for the benefit of the Linux community, said Scott Guthrie, corporate vice president of Microsoft's&amp;nbsp;.NET Developer Division.&lt;/P&gt;
&lt;P&gt;Microsoft has provided Novell with access to its test suites for Silverlight, and provides Linux end users of Moonlight with free access to the Microsoft Media Pack, a set of licensed media codecs for video and audio that bring optimized and licensed decoders to every Linux user using Moonlight. Windows Media Video (.wmv), Windows Media Audio (.wma) and MP3 files are supported through the Microsoft Media Pack.&lt;/P&gt;
&lt;P&gt;A &lt;A class="" href="http://port25.technet.com/archive/2009/01/23/moonlight-shines-on-obama-inauguration.aspx" target=_blank mce_href="http://port25.technet.com/archive/2009/01/23/moonlight-shines-on-obama-inauguration.aspx"&gt;pre-release of Moonlight&lt;/A&gt; was made available on January 19, 2009 to allow Linux users to stream Barack Obama's Inauguration, and more than 20,000 Linux users downloaded Moonlight to watch that Silverlight broadcast.&lt;/P&gt;
&lt;P&gt;"Microsoft Silverlight offers the most comprehensive and powerful solution for the creation and delivery of rich internet applications and media experiences, and is used by hundreds of thousands of developers worldwide," Guthrie said.&lt;/P&gt;
&lt;P&gt;For his part Miguel de Icaza, the founder of the Mono project founder and vice president of Developer Platforms&amp;nbsp;at Novell, said Moonlight brings the benefits of Silverlight's popular multimedia content to Linux viewers. "This first release delivers on the goal of breaking down barriers to multimedia content and creating parity in the user's viewing experience regardless of whether the user is on Windows or Linux."&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=23804" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Interop/default.aspx">Interop</category><category domain="http://port25.technet.com/archive/tags/Mono/default.aspx">Mono</category><category domain="http://port25.technet.com/archive/tags/.NET+Development/default.aspx">.NET Development</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Linux/default.aspx">Linux</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/Dev+Center/default.aspx">Dev Center</category><category domain="http://port25.technet.com/archive/tags/Peter+Galli/default.aspx">Peter Galli</category></item></channel></rss>