<?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>baseplane - technology platforms &#187; open</title>
	<atom:link href="http://baseplane.com/tag/open/feed/" rel="self" type="application/rss+xml" />
	<link>http://baseplane.com</link>
	<description>Technology Platforms, Architecture and Kits for all your codes by Ryan Christensen</description>
	<lastBuildDate>Thu, 12 Nov 2009 05:10:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mono 2.0 Officially Released</title>
		<link>http://baseplane.com/2008/10/06/mono-20-officially-released/</link>
		<comments>http://baseplane.com/2008/10/06/mono-20-officially-released/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 10:40:30 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[baseplane]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[toolkits]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[multi-platform]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://baseplane.com/?p=56</guid>
		<description><![CDATA[Mono 2.0 the open source .NET framework has been released.  Mono has made it&#8217;s way into many great systems by now from websites to even 3d engines such as Unity3D. It is great to have a toolkit that is powerful, has a great language set from C# to Boo and that is available on multiple [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mono-project.com/Release_Notes_Mono_2.0" target="_blank">Mono 2.0</a> the open source .NET framework has been released.  Mono has made it&#8217;s way into many great systems by now from websites to even 3d engines such as <a href="http://unity3d.com/" target="_blank">Unity3D</a>. It is great to have a toolkit that is powerful, has a great language set from C# to Boo and that is available on multiple platforms.  From Windows, to *nix to of course Mac OSX built on unix, it all just works.</p>
<p>Having 2.0 solid and complete is a great step to making production apps run off of it.</p>
<h2 style="padding-left: 30px;">Microsoft Compatible APIs</h2>
<ul style="padding-left: 30px;">
<li> ADO.NET 2.0 API for accessing databases.</li>
</ul>
<ul style="padding-left: 30px;">
<li> ASP.NET 2.0 API for developing Web-based applications.</li>
</ul>
<ul style="padding-left: 30px;">
<li> Windows.Forms 2.0 API to create desktop applications.</li>
</ul>
<ul style="padding-left: 30px;">
<li> System.XML 2.0: An API to manipulate XML documents.</li>
</ul>
<ul style="padding-left: 30px;">
<li> System.Core: Provides support for the Language Integrated Query (LINQ).</li>
</ul>
<ul style="padding-left: 30px;">
<li> System.Xml.Linq: Provides a LINQ provider for XML.</li>
</ul>
<ul style="padding-left: 30px;">
<li> System.Drawing 2.0 API: A portable graphics rendering API.</li>
</ul>
<p style="padding-left: 30px;"><a name="Mono_APIs"></a></p>
<h2 style="padding-left: 30px;">Mono APIs</h2>
<ul style="padding-left: 30px;">
<li> Gtk# 2.12: A binding to the Gtk+ 2.12 and GNOME libraries for creating desktop applications on Linux, Windows and MacOS X.</li>
<li> Mono.Cecil: A library to manipulate ECMA CLI files (the native format used for executables and libraries).</li>
<li> Mono.Cairo: A binding to the Cairo Graphics library to produce 2D graphics and render them into a variety of forms (images, windows, postscript and PDF).</li>
<li> Mono&#8217;s SQLite support: a library to create and consume databases created with SQLite.</li>
<li> Mono.Posix: a library to access Linux and Unix specific functionality from your managed application. With both a low-level interface as well as higher level interfaces.</li>
</ul>
<p style="padding-left: 30px;"><a name="Third_Party_APIs_bundled_with_Mono"></a></p>
<h3 style="padding-left: 30px;">Third Party APIs bundled with Mono</h3>
<ul style="padding-left: 30px;">
<li> Extensive support for databases: PostgresSQL, DB2, Oracle, Sybase, SQL server, SQLite and Firebird.</li>
<li> C5 Generics Library: we are bundling the C5 generics collection class library as part of Mono.</li>
</ul>
<p style="padding-left: 30px;"><a name="Compilers"></a></p>
<h2 style="padding-left: 30px;">Compilers</h2>
<p style="padding-left: 30px;">These compilers are part of the Mono 2.0 release:</p>
<ul style="padding-left: 30px;">
<li> C# 3.0 compiler implementation, with full support for LINQ.</li>
<li> Visual Basic 8 compiler.</li>
<li style="padding-left: 30px;"> IL assembler and disassembler and the development toolchain required to create libraries and applications.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://baseplane.com/2008/10/06/mono-20-officially-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mono Now Has .NET 3.0 Support and 3.5 Features like LINQ and Expression Trees</title>
		<link>http://baseplane.com/2008/07/25/mono-now-has-net-30-support-and-35-features-like-linq-and-expression-trees/</link>
		<comments>http://baseplane.com/2008/07/25/mono-now-has-net-30-support-and-35-features-like-linq-and-expression-trees/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 07:14:34 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[baseplane]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[market formats]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[platform]]></category>

		<guid isPermaLink="false">http://baseplane.com/?p=55</guid>
		<description><![CDATA[Great news!  Mono has made it to .NET 3.0 support and this includes some of the latest stuff like LINQ expressions.
I am pleased to announce that Mono C# compiler (gmcs) has now full C# 3.0 support. Most of the features has been available since Mono 1.2.6 release. However, with the upcoming Mono 2.0 release we [...]]]></description>
			<content:encoded><![CDATA[<p>Great news!  <a href="http://mareksafar.blogspot.com/2008/07/mono-c-compiler-gets-full-c-30-support.html" target="_blank">Mono has made it to .NET 3.0 support</a> and this includes some of the latest stuff like LINQ expressions.</p>
<blockquote><p>I am pleased to announce that Mono C# compiler (gmcs) has now full C# 3.0 support. Most of the features has been available since Mono 1.2.6 release. However, with the upcoming Mono 2.0 release <strong>we will also support complex LINQ expressions and mainly <a href="http://msdn.microsoft.com/en-us/library/bb397951.aspx">expression trees</a> which is fairly overlooked new feature with a lot of potential</strong>.</p>
<p>For anyone interested in compiling and running <a href="http://blogs.msdn.com/lukeh/archive/2007/10/01/taking-linq-to-objects-to-extremes-a-fully-linqified-raytracer.aspx">this</a> LukeH&#8217;s slightly extreme LINQ example I have good news. It compiles on Mono and it runs as fast as on .NET.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://baseplane.com/2008/07/25/mono-now-has-net-30-support-and-35-features-like-linq-and-expression-trees/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Binary Standards</title>
		<link>http://baseplane.com/2008/02/18/microsoft-binary-standards/</link>
		<comments>http://baseplane.com/2008/02/18/microsoft-binary-standards/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 13:43:17 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[market formats]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[formats]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[ppt]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://baseplane.com/2008/02/18/microsoft-binary-standards/</guid>
		<description><![CDATA[Is Microsoft going baseplane? Lots of people are going towards web based office in many ways, it is wise to release and allow people to export to these formats cleanly.

Microsoft Office Binary (doc, xls, ppt) File Formats
Published: February 15, 2008 
The documents listed below are covered by the Microsoft Open Specification Promise.

Microsoft Word
Word 97-2007 Binary [...]]]></description>
			<content:encoded><![CDATA[<p>Is <a href="http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx" target="_blank">Microsoft going baseplane</a>? Lots of people are going towards web based office in many ways, it is wise to release and allow people to export to these formats cleanly.</p>
<blockquote>
<h4>Microsoft Office Binary (doc, xls, ppt) File Formats</h4>
<p class="date">Published: February 15, 2008<span class="datePipe"> </span></p>
<p>The documents listed below are covered by the <a href="http://www.microsoft.com/interop/osp">Microsoft Open Specification Promise.</a></p></blockquote>
<blockquote>
<h4>Microsoft Word</h4>
<p>Word 97-2007 Binary File Format (.doc) Specification <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Word97-2007BinaryFileFormat%28doc%29Specification.pdf">PDF</a> | <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Word97-2007BinaryFileFormat%28doc%29Specification.xps">XPS</a></p>
<h4>Microsoft PowerPoint</h4>
<p>PowerPoint 97-2007 Binary File Format (.ppt) Specification <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/PowerPoint97-2007BinaryFileFormat%28ppt%29Specification.pdf">PDF</a> | <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/PowerPoint97-2007BinaryFileFormat%28ppt%29Specification.xps">XPS</a></p>
<h4>Microsoft Excel</h4>
<p>Excel 97-2007 Binary File Format (.xls) Specification <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel97-2007BinaryFileFormat%28xls%29Specification.pdf">PDF</a> | <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel97-2007BinaryFileFormat%28xls%29Specification.xps">XPS</a></p>
<p>Excel 2007 Binary File Format (.xlsb) Specification <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel2007BinaryFileFormat%28xlsb%29Specification.pdf">PDF</a> | <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel2007BinaryFileFormat%28xlsb%29Specification.xps">XPS</a></p>
<h4>Office Drawing</h4>
<p>Office Drawing 97-2007 Binary Format Specification <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/OfficeDrawing97-2007BinaryFormatSpecification.pdf">PDF</a> | <a href="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/OfficeDrawing97-2007BinaryFormatSpecification.xps">XPS</a></p>
<h4>Supporting Technologies</h4>
<p>See <a href="http://www.microsoft.com/interop/docs/supportingtechnologies.mspx">Supporting Technologies</a></p></blockquote>
<p>Yes you have reached the twilight zone&#8230; do-de-do-do.</p>
]]></content:encoded>
			<wfw:commentRss>http://baseplane.com/2008/02/18/microsoft-binary-standards/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
