<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>code2code.net</title>
	<link>http://code2code.net/wordpress</link>
	<description>C++ -to- C# migration weblog</description>
	<pubDate>Fri, 08 Feb 2008 21:55:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>February release is out</title>
		<link>http://code2code.net/wordpress/?p=14</link>
		<comments>http://code2code.net/wordpress/?p=14#comments</comments>
		<pubDate>Fri, 08 Feb 2008 21:55:58 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=14</guid>
		<description><![CDATA[&#8220;includes fixes and SqlLite support by Douglas Six and Peter Magnusson&#8221; - grab it form the downloads page. Discuss on the newsgroup.
What&#8217;s coming next (in March)? A big refactoring by Pascal, which should move provider code into separate DLL. Also planned is partial support for vertical partitioning.
I am looking for volunteers are required to create [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;includes fixes and SqlLite support by Douglas Six and Peter Magnusson&#8221; - grab it form the <a href="http://code.google.com/p/dblinq2007/downloads/list">downloads page</a>. Discuss on the <a href="http://groups.google.com/group/dblinq">newsgroup</a>.</p>
<p>What&#8217;s coming next (in March)? A big refactoring by Pascal, which should move provider code into separate DLL. Also planned is partial support for vertical partitioning.</p>
<p>I am looking for volunteers are required to create a graphical SqlMetal tool, which would allow you to rename fields and change types, and control partitionaing and other mapping.</p>
<p>Good luck everyone!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=14</wfw:commentRSS>
		</item>
		<item>
		<title>DB LINQ - v0.13 released</title>
		<link>http://code2code.net/wordpress/?p=13</link>
		<comments>http://code2code.net/wordpress/?p=13#comments</comments>
		<pubDate>Sun, 09 Dec 2007 22:17:26 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=13</guid>
		<description><![CDATA[What&#8217;s in it?
Work on large DBs, composite PKs, PostgreSql schemas, self-joins, bug fixes &#8230;
Download from google.

]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s in it?</p>
<p>Work on large DBs, composite PKs, PostgreSql schemas, self-joins, bug fixes &#8230;</p>
<p>Download from <a href="http://code.google.com/p/dblinq2007/downloads/list">google</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=13</wfw:commentRSS>
		</item>
		<item>
		<title>DB LINQ - v0.12 released</title>
		<link>http://code2code.net/wordpress/?p=12</link>
		<comments>http://code2code.net/wordpress/?p=12#comments</comments>
		<pubDate>Sun, 04 Nov 2007 22:27:30 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Linq To Mysql</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=12</guid>
		<description><![CDATA[This release includes work on stored procs, client-side enums, SQL bulk insert, addition of some &#8216;101 Linq Samples&#8217;, fixes for &#8216;IS NULL&#8217; clauses.
The project has also been re-licensed under MIT license, to be compatrble with Mono.

]]></description>
			<content:encoded><![CDATA[<p>This release includes work on stored procs, client-side enums, SQL bulk insert, addition of some &#8216;101 Linq Samples&#8217;, fixes for &#8216;IS NULL&#8217; clauses.</p>
<p>The project has also been re-licensed under MIT license, to be compatrble with Mono.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=12</wfw:commentRSS>
		</item>
		<item>
		<title>DB Linq: new package for Orcas Beta 2</title>
		<link>http://code2code.net/wordpress/?p=11</link>
		<comments>http://code2code.net/wordpress/?p=11#comments</comments>
		<pubDate>Mon, 10 Sep 2007 20:54:15 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=11</guid>
		<description><![CDATA[Orcas Beta2 (Visual Studio 2008) has been released. I like the VirtualPC image, allowing me to use it at work - but avoid the direct installation, which has installed .NetFramework2-SP1 on my machine, causing many .NET 2 apps to stop working.
For LINQ, there are some changes in Beta2: anonymous types are now immutable (except VB.net [...]]]></description>
			<content:encoded><![CDATA[<p>Orcas Beta2 (Visual Studio 2008) has been released. I like the <a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx">VirtualPC image</a>, allowing me to use it at work - but avoid the direct installation, which has installed .NetFramework2-SP1 on my machine, causing many .NET 2 apps to stop working.<br />
For LINQ, there are some changes in Beta2: anonymous types are now <a href="http://blogs.msdn.com/ericlippert/archive/2007/04/13/news-flash-instances-of-anonymous-types-will-be-immutable.aspx">immutable</a> (<a href="http://blogs.msdn.com/timng/archive/2007/05/28/anonymous-types-and-object-identities.aspx">except VB.net</a> - read about the new keyword, &#8216;Key&#8217;), and as such the dynamically-compiled code under the hood needs to change. You can download the updated source code package from <a title="code.google.com" href="http://code.google.com/p/dblinq2007/">http://code.google.com/p/dblinq2007/</a></p>
<p>Side note on Spam in Wordpress:<br />
Since I tweaked the submission page to add an extra question, I am down from some 10 spammers to 1 spammer. He still visits me faithfuly every day. Not sure how many genuine submissions were lost.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=11</wfw:commentRSS>
		</item>
		<item>
		<title>DbLinq - first package release</title>
		<link>http://code2code.net/wordpress/?p=10</link>
		<comments>http://code2code.net/wordpress/?p=10#comments</comments>
		<pubDate>Wed, 13 Jun 2007 21:36:34 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Linq To Mysql</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=10</guid>
		<description><![CDATA[The Linq provider achieved a milestone by getting it&#8217;s first package created - by Bryan Livingston (plug). Thanks!
New in this release:
- Migrated to Visual Studio Orcas Beta 1
- new back ends: Linq provider for PostgreSQL and MSSQL
- support for GROUP BY and HAVING clauses
- Linq to Oracle project suspended, as my Oracle machine not alive
- [...]]]></description>
			<content:encoded><![CDATA[<p>The Linq provider achieved a milestone by getting it&#8217;s first <a href="http://code.google.com/p/dblinq2007/downloads/list">package</a> created - by Bryan Livingston (<a href="http://cooltext.com/">plug</a>). Thanks!</p>
<p>New in this release:<br />
- Migrated to Visual Studio Orcas Beta 1<br />
- new back ends: Linq provider for PostgreSQL and MSSQL<br />
- support for GROUP BY and HAVING clauses<br />
- Linq to Oracle project suspended, as my Oracle machine not alive<br />
- renamed from Linq_MySql to <a href="http://code2code.net/DB_Linq/index.html">DB_Linq</a> to reflect multiple back ends</p>
<p>Unrelated: How do you deal with a wordpress blog swamped by 3000 spam comments? Unable to use the moderation page, I resorted to a MySql delete statement  &#8230; Any better ideas? (Update: added an extra field on the submit page to break from the monoculture - monoculture is always easy to infect)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=10</wfw:commentRSS>
		</item>
		<item>
		<title>I am releasing the first version of Linq to MySql</title>
		<link>http://code2code.net/wordpress/?p=9</link>
		<comments>http://code2code.net/wordpress/?p=9#comments</comments>
		<pubDate>Sat, 09 Dec 2006 21:39:20 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Linq To Mysql</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=9</guid>
		<description><![CDATA[Please visit code2code.net/Linq_Mysql to read about it and get the source.
Thanks!

]]></description>
			<content:encoded><![CDATA[<p>Please visit <a href="http://code2code.net/wordpress/code2code.net/Linq_Mysql">code2code.net/Linq_Mysql</a> to read about it and get the source.</p>
<p>Thanks!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=9</wfw:commentRSS>
		</item>
		<item>
		<title>Other translation engines</title>
		<link>http://code2code.net/wordpress/?p=7</link>
		<comments>http://code2code.net/wordpress/?p=7#comments</comments>
		<pubDate>Thu, 25 May 2006 15:04:57 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>Other translators</category>
		<guid isPermaLink="false">http://code2code.net/wordpress/?p=7</guid>
		<description><![CDATA[Please post notes on other translations (and links).

]]></description>
			<content:encoded><![CDATA[<p>Please post notes on other translations (and links).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=7</wfw:commentRSS>
		</item>
		<item>
		<title>XML web service thread</title>
		<link>http://code2code.net/wordpress/?p=6</link>
		<comments>http://code2code.net/wordpress/?p=6#comments</comments>
		<pubDate>Thu, 25 May 2006 14:31:59 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>XML output</category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=6</guid>
		<description><![CDATA[One of output &#8216;languages&#8217; is XML, which allows you to retrieve parsed data and write your own &#8216;front end&#8217;.
Please discuss below.

]]></description>
			<content:encoded><![CDATA[<p>One of output &#8216;languages&#8217; is XML, which allows you to retrieve parsed data and write your own &#8216;front end&#8217;.</p>
<p>Please discuss below.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=6</wfw:commentRSS>
		</item>
		<item>
		<title>VB.NET Thread</title>
		<link>http://code2code.net/wordpress/?p=5</link>
		<comments>http://code2code.net/wordpress/?p=5#comments</comments>
		<pubDate>Thu, 25 May 2006 14:28:22 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>VB.Net</category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=5</guid>
		<description><![CDATA[The VB.Net is incomplete.
We currently seek advice on the cleanest translation of the C++ &#8216;for&#8217; loop.
Please reply below.

]]></description>
			<content:encoded><![CDATA[<p>The VB.Net is incomplete.<br />
We currently seek advice on the cleanest translation of the C++ &#8216;for&#8217; loop.</p>
<p>Please reply below.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=5</wfw:commentRSS>
		</item>
		<item>
		<title>C++ to C# Thread</title>
		<link>http://code2code.net/wordpress/?p=4</link>
		<comments>http://code2code.net/wordpress/?p=4#comments</comments>
		<pubDate>Thu, 25 May 2006 14:27:06 +0000</pubDate>
		<dc:creator>discuss</dc:creator>
		
	<category>C#</category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=4</guid>
		<description><![CDATA[For C# suggestions and comments, please reply here

]]></description>
			<content:encoded><![CDATA[<p>For C# suggestions and comments, please reply here
</p>
]]></content:encoded>
			<wfw:commentRSS>http://code2code.net/wordpress/?feed=rss2&amp;p=4</wfw:commentRSS>
		</item>
	</channel>
</rss>
