<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>CodeSmith Samples</title><link>http://www.codeplex.com/codesmith/Project/ProjectRss.aspx</link><description>This project contains all of the CodeSmith sample templates and projects.  We have created this project so that the CodeSmith community can always have access to the latest updates as well as contr...</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/codesmith/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Moved
&lt;/h1&gt;For various reasons, we have decided to move this project to Google Code.  Please &lt;b&gt;do not post issues or patches here&lt;/b&gt;, post them on the google code project.  Here is the new project site:&lt;br /&gt;&lt;h1&gt;
&lt;b&gt;&lt;a href="http://codesmith.googlecode.com/" class="externalLink"&gt;http://codesmith.googlecode.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;
&lt;/h1&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project contains all of the CodeSmith sample templates and projects.  We have created this project so that the CodeSmith community can always have access to the latest updates as well as contribute patches and samples.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CodeSmith Tools Website&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codesmithtools.com/" class="externalLink"&gt;http://www.codesmithtools.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
PLINQO
&lt;/h2&gt; &lt;br /&gt;PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Generate or update a LINQ to SQL dbml file from a database schema.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Includes all tables, stored procedures, functions, and views with the ability to exclude objects based on regex patterns. &lt;/li&gt;&lt;li&gt;Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_). &lt;/li&gt;&lt;li&gt;Dbml file can still be customized with the normal Visual Studio 2008 designer. &lt;/li&gt;&lt;li&gt;Dbml file can be refreshed based on the current database schema without losing customizations. (See Safe Attributes) &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of the LINQ to SQL DataContext class. &lt;/li&gt;&lt;li&gt;Generation of the LINQ to SQL entity classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Generates one file per entity instead of one massive file. &lt;/li&gt;&lt;li&gt;Generates partial classes where custom code can be written and won't be overwritten. &lt;/li&gt;&lt;li&gt;Generated entity files are added to the project as code behind files to their corresponding custom entity files. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of entity manager classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Adds customizable business rules engine to enforce entity validation, business and security rules. &lt;/li&gt;&lt;li&gt;Provides access to common queries based on primary keys, foreign keys, and indexes. &lt;/li&gt;&lt;li&gt;Common queries are exposed as IQueryable so they can be extended. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;All templates can be customized to meet your needs. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx" class="externalLink"&gt;http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 15:48:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514034811P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codesmith/SourceControl/ListDownloadableCommits.aspx</link><description>Project Moved http&amp;#58;&amp;#47;&amp;#47;codesmith.googlecode.com&amp;#47;</description><author>pwelter34</author><pubDate>Wed, 14 May 2008 15:47:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080514034754P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/codesmith/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Moved
&lt;/h1&gt;For various reasons, we have decided to move this project to Google Code.  Here is the new project site:&lt;br /&gt;&lt;h1&gt;
&lt;b&gt;&lt;a href="http://codesmith.googlecode.com/" class="externalLink"&gt;http://codesmith.googlecode.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;
&lt;/h1&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project contains all of the CodeSmith sample templates and projects.  We have created this project so that the CodeSmith community can always have access to the latest updates as well as contribute patches and samples.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CodeSmith Tools Website&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codesmithtools.com/" class="externalLink"&gt;http://www.codesmithtools.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
PLINQO
&lt;/h2&gt; &lt;br /&gt;PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Generate or update a LINQ to SQL dbml file from a database schema.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Includes all tables, stored procedures, functions, and views with the ability to exclude objects based on regex patterns. &lt;/li&gt;&lt;li&gt;Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_). &lt;/li&gt;&lt;li&gt;Dbml file can still be customized with the normal Visual Studio 2008 designer. &lt;/li&gt;&lt;li&gt;Dbml file can be refreshed based on the current database schema without losing customizations. (See Safe Attributes) &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of the LINQ to SQL DataContext class. &lt;/li&gt;&lt;li&gt;Generation of the LINQ to SQL entity classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Generates one file per entity instead of one massive file. &lt;/li&gt;&lt;li&gt;Generates partial classes where custom code can be written and won't be overwritten. &lt;/li&gt;&lt;li&gt;Generated entity files are added to the project as code behind files to their corresponding custom entity files. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of entity manager classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Adds customizable business rules engine to enforce entity validation, business and security rules. &lt;/li&gt;&lt;li&gt;Provides access to common queries based on primary keys, foreign keys, and indexes. &lt;/li&gt;&lt;li&gt;Common queries are exposed as IQueryable so they can be extended. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;All templates can be customized to meet your needs. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx" class="externalLink"&gt;http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 15:47:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514034710P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/codesmith/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Moved
&lt;/h1&gt;For various reasons, we have decided to move this project to Google Code.  Here is the new project site:&lt;br /&gt;&lt;h2&gt;
&lt;b&gt;&lt;a href="http://codesmith.googlecode.com/" class="externalLink"&gt;http://codesmith.googlecode.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;
&lt;/h2&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project contains all of the CodeSmith sample templates and projects.  We have created this project so that the CodeSmith community can always have access to the latest updates as well as contribute patches and samples.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CodeSmith Tools Website&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codesmithtools.com/" class="externalLink"&gt;http://www.codesmithtools.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
PLINQO
&lt;/h2&gt; &lt;br /&gt;PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Generate or update a LINQ to SQL dbml file from a database schema.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Includes all tables, stored procedures, functions, and views with the ability to exclude objects based on regex patterns. &lt;/li&gt;&lt;li&gt;Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_). &lt;/li&gt;&lt;li&gt;Dbml file can still be customized with the normal Visual Studio 2008 designer. &lt;/li&gt;&lt;li&gt;Dbml file can be refreshed based on the current database schema without losing customizations. (See Safe Attributes) &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of the LINQ to SQL DataContext class. &lt;/li&gt;&lt;li&gt;Generation of the LINQ to SQL entity classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Generates one file per entity instead of one massive file. &lt;/li&gt;&lt;li&gt;Generates partial classes where custom code can be written and won't be overwritten. &lt;/li&gt;&lt;li&gt;Generated entity files are added to the project as code behind files to their corresponding custom entity files. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of entity manager classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Adds customizable business rules engine to enforce entity validation, business and security rules. &lt;/li&gt;&lt;li&gt;Provides access to common queries based on primary keys, foreign keys, and indexes. &lt;/li&gt;&lt;li&gt;Common queries are exposed as IQueryable so they can be extended. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;All templates can be customized to meet your needs. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx" class="externalLink"&gt;http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 15:44:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514034456P</guid></item><item><title>Patch Applied</title><link>http://www.codeplex.com/codesmith/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/ericjsmith'&gt;ericjsmith&lt;/a&gt; has applied patch #346.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Fix applied.&lt;/p&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 14:49:40 GMT</pubDate><guid isPermaLink="false">Patch Applied 20080514024940P</guid></item><item><title>Patch Applied</title><link>http://www.codeplex.com/codesmith/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/ericjsmith'&gt;ericjsmith&lt;/a&gt; has applied patch #693.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Fix applied&lt;/p&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 14:49:24 GMT</pubDate><guid isPermaLink="false">Patch Applied 20080514024924P</guid></item><item><title>Patch Applied</title><link>http://www.codeplex.com/codesmith/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/ericjsmith'&gt;ericjsmith&lt;/a&gt; has applied patch #694.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Fix applied&lt;/p&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 14:49:13 GMT</pubDate><guid isPermaLink="false">Patch Applied 20080514024913P</guid></item><item><title>Patch Applied</title><link>http://www.codeplex.com/codesmith/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/ericjsmith'&gt;ericjsmith&lt;/a&gt; has applied patch #1123.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Fix applied&lt;/p&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 14:48:58 GMT</pubDate><guid isPermaLink="false">Patch Applied 20080514024858P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/codesmith/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Moved
&lt;/h1&gt;For various reasons, we have decided to move this project to Google Code.  Here is the new project site:&lt;br /&gt;&lt;b&gt;&lt;a href="http://codesmith.googlecode.com/" class="externalLink"&gt;http://codesmith.googlecode.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project contains all of the CodeSmith sample templates and projects.  We have created this project so that the CodeSmith community can always have access to the latest updates as well as contribute patches and samples.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CodeSmith Tools Website&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codesmithtools.com/" class="externalLink"&gt;http://www.codesmithtools.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
PLINQO
&lt;/h2&gt; &lt;br /&gt;PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Generate or update a LINQ to SQL dbml file from a database schema.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Includes all tables, stored procedures, functions, and views with the ability to exclude objects based on regex patterns. &lt;/li&gt;&lt;li&gt;Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_). &lt;/li&gt;&lt;li&gt;Dbml file can still be customized with the normal Visual Studio 2008 designer. &lt;/li&gt;&lt;li&gt;Dbml file can be refreshed based on the current database schema without losing customizations. (See Safe Attributes) &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of the LINQ to SQL DataContext class. &lt;/li&gt;&lt;li&gt;Generation of the LINQ to SQL entity classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Generates one file per entity instead of one massive file. &lt;/li&gt;&lt;li&gt;Generates partial classes where custom code can be written and won't be overwritten. &lt;/li&gt;&lt;li&gt;Generated entity files are added to the project as code behind files to their corresponding custom entity files. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Generation of entity manager classes.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Adds customizable business rules engine to enforce entity validation, business and security rules. &lt;/li&gt;&lt;li&gt;Provides access to common queries based on primary keys, foreign keys, and indexes. &lt;/li&gt;&lt;li&gt;Common queries are exposed as IQueryable so they can be extended. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;All templates can be customized to meet your needs. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx" class="externalLink"&gt;http://community.codesmithtools.com/blogs/pwelter/archive/2007/08/08/plinqo.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ericjsmith</author><pubDate>Wed, 14 May 2008 05:00:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514050034A</guid></item><item><title>CREATED ISSUE: Misc XML Comment Errors in Rules Class Constructors</title><link>http://www.codeplex.com/codesmith/WorkItem/View.aspx?WorkItemId=4561</link><description>The following classes have XML comment errors in theor constructors&amp;#58;&lt;br /&gt;&lt;br /&gt;   IpAddressRule&amp;#58; &amp;#60;see cref&amp;#61;&amp;#34;DefaultUseNamerRule&amp;#34;&amp;#47;&amp;#62; should be &amp;#60;see cref&amp;#61;&amp;#34;IpAddressRule&amp;#34;&amp;#47;&amp;#62; &amp;#40;twice&amp;#41;&lt;br /&gt;&lt;br /&gt;   NowRule&amp;#58; &amp;#60;see cref&amp;#61;&amp;#34;DefaultNowRule&amp;#34;&amp;#47;&amp;#62; should be &amp;#60;see cref&amp;#61;&amp;#34;NowRule&amp;#34;&amp;#47;&amp;#62; &amp;#40;twice&amp;#41;&lt;br /&gt;&lt;br /&gt;   UseNamerRule&amp;#58; &amp;#60;see cref&amp;#61;&amp;#34;DefaultUseNamerRule&amp;#34;&amp;#47;&amp;#62; should be &amp;#60;see cref&amp;#61;&amp;#34;DefaultUseNamerRule&amp;#34;&amp;#47;&amp;#62; &amp;#40;twice&amp;#41;&lt;br /&gt;</description><author>odelljl</author><pubDate>Thu, 01 May 2008 14:48:21 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Misc XML Comment Errors in Rules Class Constructors 20080501024821P</guid></item><item><title>CREATED ISSUE: RegexRule class in wrong namespace</title><link>http://www.codeplex.com/codesmith/WorkItem/View.aspx?WorkItemId=4560</link><description>RegexRule is in the CodeSmith.Data.Rules namespace.  It looks like to be consistent with the other Validation rules it should be in the CodeSmith.Data.Rules.Validation namespace.&lt;br /&gt;&lt;br /&gt;This issue was identified in the version of LINQ to SQL Support delivered with CodeSmith 4.1.4.&lt;br /&gt;</description><author>odelljl</author><pubDate>Thu, 01 May 2008 14:08:24 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: RegexRule class in wrong namespace 20080501020824P</guid></item><item><title>CREATED ISSUE: DBML Error Switching to Designer</title><link>http://www.codeplex.com/codesmith/WorkItem/View.aspx?WorkItemId=4509</link><description>The templates are generating the DBML file specifying a utf-16 encoding.  I&amp;#39;m not sure why the 3.5 betas used utf-16, but they&amp;#39;ve changed it to utf-8 in the RTM.  &lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried to figure out how to fix this in the template, but I&amp;#39;m not having much luck.&lt;br /&gt;</description><author>nratcliff</author><pubDate>Wed, 30 Apr 2008 02:22:33 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: DBML Error Switching to Designer 20080430022233A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codesmith/SourceControl/ListDownloadableCommits.aspx</link><description>Removed file&amp;#47;folder</description><author>ericjsmith</author><pubDate>Thu, 24 Apr 2008 01:57:57 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080424015757A</guid></item><item><title>CREATED ISSUE: Default Value Generation for a Date/SQLMetal Consistency</title><link>http://www.codeplex.com/codesmith/WorkItem/View.aspx?WorkItemId=4452</link><description>When there database defines a default value for a date&amp;#58;&lt;br /&gt;&lt;br /&gt; &amp;#91;CreatedOnDate&amp;#93; &amp;#91;datetime&amp;#93; NOT NULL DEFAULT &amp;#40;getdate&amp;#40;&amp;#41;&amp;#41;,&lt;br /&gt;J&lt;br /&gt;SQLMetal will generate&amp;#58;&lt;br /&gt;&lt;br /&gt; private System.Nullable&amp;#60;System.DateTime&amp;#62; _LastUpdatedOnDate &amp;#61; default&amp;#40;System.Nullable&amp;#60;System.DateTime&amp;#62;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;PLINQO is generating&amp;#58;&lt;br /&gt;&lt;br /&gt; private System.DateTime _createdOnDate&amp;#59;&lt;br /&gt;&lt;br /&gt;Should the default get picked up to be consistent with SQLMetal&amp;#63;&lt;br /&gt;</description><author>odelljl</author><pubDate>Tue, 22 Apr 2008 14:28:17 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Default Value Generation for a Date/SQLMetal Consistency 20080422022817P</guid></item><item><title>COMMENTED ISSUE: DBML Designer errors after generation with VS2008</title><link>http://www.codeplex.com/codesmith/WorkItem/View.aspx?WorkItemId=3178</link><description>I get errors throughout my dbml designer.cs file after generation. The errors state that functions have already been used&amp;#47;declared in the generated entity classes.&lt;br /&gt;Comments: ** Comment from web user: MarcelGosselin ** &lt;p&gt;I just uploaded a patch fixing the issue with the byte order mark. &amp;#40;Patch with ID 1123&amp;#41;&lt;/p&gt;</description><author>MarcelGosselin</author><pubDate>Fri, 18 Apr 2008 04:32:40 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: DBML Designer errors after generation with VS2008 20080418043240A</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/codesmith/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=MarcelGosselin'&gt;MarcelGosselin&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This patch fixes the issue with the generated DBML file that could not be opened in VisualStudio because  of byte-order mark and UTF-16&lt;br /&gt;     Cannot load &amp;#39;...&amp;#92;Petshop.dbml&amp;#39;&amp;#58; Error encountered, check Error List window for details.&lt;br /&gt;     There is no Unicode byte order mark. Cannot switch to Unicode.&lt;br /&gt;&lt;br /&gt;Only replace the function Save&amp;#40;Database db, string fileName&amp;#41; in Template&amp;#92;LinqToSql&amp;#92;Internal&amp;#92;Schema.cs by the one attached. There are 2 main changes&amp;#58;&lt;br /&gt;1- now uses MemoryStream&amp;#47;XmlWriter rather than StringBuilder&amp;#47;StringWriter because the XmlWriterSettings.Encoding property was not used at all with previous combination.&lt;br /&gt;2- the encoding set on the XmlWriterSettings is now different so it does not try to set a UTF8 BOM.&lt;/p&gt;</description><author>MarcelGosselin</author><pubDate>Fri, 18 Apr 2008 04:31:19 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20080418043119A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codesmith/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>ericjsmith</author><pubDate>Fri, 18 Apr 2008 02:57:16 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080418025716A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codesmith/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>ericjsmith</author><pubDate>Fri, 18 Apr 2008 02:57:01 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080418025701A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codesmith/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>ericjsmith</author><pubDate>Fri, 18 Apr 2008 02:56:03 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080418025603A</guid></item><item><title>NEW POST: Unicode Byte Order</title><link>http://www.codeplex.com/codesmith/Thread/View.aspx?ThreadId=26131</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;Hello Larry,&lt;br /&gt; &lt;br /&gt;I think you're running into the issue where the .dbml file that is generated has utf-16 as its encoding instead of utf-8.  If you open your .dbml with the xml editor instead of the default of the designer (Or using something like notepad)  and change the utf-16 to utf-8 I think you should be able then open it in the designer.&lt;br /&gt; &lt;br /&gt;Hope that helps,&lt;br /&gt; &lt;br /&gt;Bill &lt;br /&gt;
&lt;/div&gt;</description><author>wdevine</author><pubDate>Thu, 17 Apr 2008 20:27:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Unicode Byte Order 20080417082725P</guid></item></channel></rss>