<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Object/Relational Mapper &amp; Code Generator in Net 2.0 for Relational &amp; XML Schema</title><link>http://www.codeplex.com/jeremydotnet/Project/ProjectRss.aspx</link><description>Framework for RAD against relational database &amp;#40;and xml&amp;#41;, using a sophisticated, easy-to-use OO model &amp;#40;3-tier&amp;#41;. Supports multiple database platforms. Uses generics and partial classes. Supports ADO ...</description><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Tue, 30 Dec 2008 14:39:31 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081230023931P</guid></item><item><title>Released: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 30 Dec 2008 14:39:31 GMT</pubDate><guid isPermaLink="false">Released: 1.5 (Dec 12, 2008) 20081230023931P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Tue, 30 Dec 2008 14:37:53 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081230023753P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Tue, 23 Dec 2008 14:36:26 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081223023626P</guid></item><item><title>Released: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 23 Dec 2008 14:36:26 GMT</pubDate><guid isPermaLink="false">Released: 1.5 (Dec 12, 2008) 20081223023626P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Tue, 23 Dec 2008 14:34:35 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081223023435P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=Home&amp;version=39</link><description>&lt;div class="wikidoc"&gt;
&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Latest Release: &lt;a href="http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450"&gt;1.5&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction:&lt;/b&gt;&lt;br /&gt;Speed up your .Net 2.0 development with this powerful, flexible, and transparent Object-Relational data persistance framework.&lt;br /&gt; &lt;br /&gt;Compares favourably with mainstream ORM solutions, particulary on its simplicity, transparancy, customisability, portability, and ease-of-regeneration when schema changes.&lt;br /&gt; &lt;br /&gt;Configurable template-based code-generator rapidly converts your Relational or Xml schema into a easy-to-use, fully functional, highly customisable set of .Net 2.0 business objects, which extend powerful abstract classes.&lt;br /&gt; &lt;br /&gt;Powerful dynamic queries meant you can rapidly develop a major .net application without ever writing SQL. Also supports the older option of using auto-generated (+customised) stored-procedures (if your dba insists on it).&lt;br /&gt; &lt;br /&gt;All the usual bells and whistles, plus a few extras including: &lt;br /&gt;- Easy to regenerate code as schema changes, whilst preserving all customisations (uses Partial Classes, Generics)&lt;br /&gt;- Support for multi-column primary keys in the O/R model.&lt;br /&gt;- Handle any type of relations (1-1, 1-n, n-n)&lt;br /&gt;- Aggregates (SUM, AVG, MIN, MAX, COUNT) &lt;br /&gt;- Powerful queries (joins and complex where expressions), plus incredibly easy support for stored procedures.&lt;br /&gt;- Support for view columns or relationship-mapping properties (latter option is recomended for better normalisation)&lt;br /&gt;- Transactional - Easily supports batches of operations within an ADO.Net Transactions (not MSDTC/TransactionScope)&lt;br /&gt;- Paging support, including both sql-based, and in-memory paging&lt;br /&gt;- Easily talk to several database instances simultanously&lt;br /&gt;- Handles circular references without duplication.&lt;br /&gt;- Natural intergration with xml data (e.g. xml blobs in db, or xml import/export functions)&lt;br /&gt;- Can co-exist with other frameworks i.e. no constraints on db (other than suggested naming conventions)&lt;br /&gt;- Total Db-Platform Independance and Optimisation. Includes Oracle, MySql, MSAccess, SqlServer, etc, plus two custom webservice-based ADO.Net drivers&lt;br /&gt;- Sophisticated in-memory caching option on a table-by-table basis (managed, indexed), greatly improving performance in most circumstances.&lt;br /&gt;- Option of a low-level audit trail to record full details of all inserts, updates and deletes.&lt;br /&gt;- Easy to use code generator app, with high-quality fully-editable templates and logic&lt;br /&gt;- Framework provides powerful abstract classes to minimise schema and application code.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Support options are available, including skype,msn,etc (rates neg.&lt;br /&gt;Downloads are posted under the 'Releases' tab. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 13:21:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081218012143P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=Home&amp;version=38</link><description>&lt;div class="wikidoc"&gt;
&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Latest Release: &lt;a href="http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450"&gt;1.5&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction:&lt;/b&gt;&lt;br /&gt;Speed up your .Net 2.0 development with this powerful, flexible, and transparent Object-Relational data persistance framework.&lt;br /&gt; &lt;br /&gt;Compares favourably with mainstream ORM solutions, particulary on its simplicity, transparancy, customisability, portability, and ease-of-regeneration when schema changes.&lt;br /&gt; &lt;br /&gt;Configurable template-based code-generator rapidly converts your Relational or Xml schema into a easy-to-use, fully functional, highly customisable set of .Net 2.0 business objects, which extend powerful abstract classes.&lt;br /&gt; &lt;br /&gt;Powerful dynamic queries meant you can rapidly develop a major .net application without ever writing SQL. Also supports the older option of using auto-generated (+customised) stored-procedures (if your dba insists on it).&lt;br /&gt; &lt;br /&gt;All the usual bells and whistles, plus a few extras including: &lt;br /&gt;- Easy to regenerate code as schema changes, whilst preserving all customisations (uses Partial Classes, Generics)&lt;br /&gt;- Support for multi-column primary keys in the O/R model.&lt;br /&gt;- Handle any type of relations (1-1, 1-n, n-n)&lt;br /&gt;- Aggregates (SUM, AVG, MIN, MAX, COUNT) &lt;br /&gt;- Powerful queries (joins and complex where expressions), plus incredibly easy support for stored procedures.&lt;br /&gt;- Support for view columns or relationship-mapping properties (latter option is recomended for better normalisation)&lt;br /&gt;- Transactional - Easily supports batches of operations within an ADO.Net Transactions (not MSDTC/TransactionScope)&lt;br /&gt;- Paging support, including both sql-based, and in-memory paging&lt;br /&gt;- Easily talk to several database instances simultanously&lt;br /&gt;- Handles circular references without duplication.&lt;br /&gt;- Can co-exist with other frameworks i.e. no constraints on db (other than suggested naming conventions)&lt;br /&gt;- Total Db-Platform Independance and Optimisation. Includes Oracle, MySql, MSAccess, SqlServer, etc, plus two custom webservice-based ADO.Net drivers&lt;br /&gt;- Sophisticated in-memory caching option on a table-by-table basis (managed, indexed), greatly improving performance in most circumstances.&lt;br /&gt;- Option of a low-level audit trail to record full details of all inserts, updates and deletes.&lt;br /&gt;- Easy to use code generator app, with high-quality fully-editable templates and logic&lt;br /&gt;- Framework provides powerful abstract classes to minimise schema and application code.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Support options are available, including skype,msn,etc (rates neg.&lt;br /&gt;Downloads are posted under the 'Releases' tab. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 13:20:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081218012039P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=Home&amp;version=37</link><description>&lt;div class="wikidoc"&gt;
&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Latest Release: &lt;a href="http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450"&gt;1.5&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction:&lt;/b&gt;&lt;br /&gt;Speed up your .Net 2.0 development with this powerful, flexible, and transparent Object-Relational data persistance framework.&lt;br /&gt; &lt;br /&gt;Compares favourably with mainstream ORM solutions, particulary on its simplicity, transparancy, customisability, portability, and ease-of-regeneration when schema changes.&lt;br /&gt; &lt;br /&gt;Configurable template-based code-generator rapidly converts your Relational or Xml schema into a easy-to-use, fully functional, highly customisable set of .Net 2.0 business objects, which extend powerful abstract classes.&lt;br /&gt; &lt;br /&gt;Powerful dynamic queries meant you can rapidly develop a major .net application without ever writing SQL. Also supports the older option of using auto-generated (+customised) stored-procedures (if your dba insists on it).&lt;br /&gt; &lt;br /&gt;All the usual bells and whistles, plus a few extras including: &lt;br /&gt;- Use of generics and partial classes&lt;br /&gt;- Support for multi-column primary keys in the O/R model.&lt;br /&gt;- Handle any type of relations (1-1, 1-n, n-n)&lt;br /&gt;- Aggregates (SUM, AVG, MIN, MAX, COUNT) &lt;br /&gt;- Powerful queries (joins and complex where expressions), plus incredibly easy support for stored procedures.&lt;br /&gt;- Support for view columns or relationship-mapping properties (latter option is better)&lt;br /&gt;- Transactional - Easily supports batches of operations within an ADO.Net Transactions (not MSDTC/TransactionScope)&lt;br /&gt;- Paging support, including both sql-based, and in-memory paging&lt;br /&gt;- Easily talk to several database instances simultanously&lt;br /&gt;- Handles circular references without duplication.&lt;br /&gt;- Can co-exist with other frameworks&lt;br /&gt;- Total Db-Platform Independance and Optimisation. Includes Oracle, MySql, MSAccess, SqlServer, etc, plus two custom webservice-based ADO.Net drivers&lt;br /&gt;- Sophisticated in-memory caching option on a table-by-table basis (managed, indexed), greatly improving performance in most circumstances.&lt;br /&gt;- Option of a low-level audit trail to record full details of all inserts, updates and deletes.&lt;br /&gt;- Easy to use code generator app, with high-quality fully-editable templates and logic&lt;br /&gt;- Framework provides powerful abstract classes to minimise schema and application code.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Support options are available, including skype,msn,etc (rates neg.&lt;br /&gt;Downloads are posted under the 'Releases' tab. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 13:15:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081218011501P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=Home&amp;version=36</link><description>&lt;div class="wikidoc"&gt;
&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Latest Release: &lt;a href="http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450"&gt;1.5&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction:&lt;/b&gt;&lt;br /&gt;Speed up your .Net 2.0 development with this powerful, flexible, and transparent Object-Relational data persistance framework.&lt;br /&gt; &lt;br /&gt;Compares favourably with mainstream ORM solutions, particulary on its simplicity, transparancy, customisability, portability, and ease-of-regeneration when schema changes.&lt;br /&gt; &lt;br /&gt;Configurable template-based code-generator rapidly converts your Relational or Xml schema into a easy-to-use, fully functional, highly customisable set of .Net 2.0 business objects, which extend powerful abstract classes.&lt;br /&gt; &lt;br /&gt;Powerful dynamic queries meant you can rapidly develop a major .net application without ever writing SQL. Also supports the older option of using auto-generated (+customised) stored-procedures (if your dba insists on it).&lt;br /&gt; &lt;br /&gt;All the usual bells and whistles, plus a few extras including: &lt;br /&gt;- Use of generics and partial classes&lt;br /&gt;- Support for multi-column primary keys in the O/R model.&lt;br /&gt;- Handle any type of relations (1-1, 1-n, n-n)&lt;br /&gt;- Aggregates (SUM, AVG, MIN, MAX, COUNT) &lt;br /&gt;- Powerful queries (joins and complex where expressions)&lt;br /&gt;- Support for view columns or relationship-mapping properties (latter option is better)&lt;br /&gt;- Transactional - Easily supports batches of operations within an ADO.Net Transactions (not MSDTC/TransactionScope)&lt;br /&gt;- Paging support, including both sql-based, and in-memory paging&lt;br /&gt;- Easily talk to several database instances simultanously&lt;br /&gt;- Total Db-Platform Independance and Optimisation. Includes Oracle, MySql, MSAccess, SqlServer, etc, plus two custom webservice-based ADO.Net drivers&lt;br /&gt;- Sophisticated in-memory caching option on a table-by-table basis (managed, indexed), greatly improving performance in most circumstances.&lt;br /&gt;- Option of a low-level audit trail to record full details of all inserts, updates and deletes.&lt;br /&gt;- Easy to use code generator app, with high-quality fully-editable templates and logic&lt;br /&gt;- Framework provides powerful abstract classes to minimise schema and application code.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Support options are available, including skype,msn,etc (rates neg.&lt;br /&gt;Downloads are posted under the 'Releases' tab. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=1.%20Quick%20Start%20Guide&amp;amp;referringTitle=Home"&gt;1. Quick Start Guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=2.%20Useful%20Tips%20for%20Schema%20projects&amp;amp;referringTitle=Home"&gt;2. Useful Tips for Schema projects&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/jeremydotnet/Wiki/View.aspx?title=3.%20Technical%20Overview&amp;amp;referringTitle=Home"&gt;3. Technical Overview&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 13:12:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081218011215P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 13:01:30 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081218010130P</guid></item><item><title>Released: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 18 Dec 2008 13:01:28 GMT</pubDate><guid isPermaLink="false">Released: 1.5 (Dec 12, 2008) 20081218010128P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 12:59:25 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081218125925P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Thu, 18 Dec 2008 12:57:53 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081218125753P</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Wed, 17 Dec 2008 05:38:01 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081217053801A</guid></item><item><title>Released: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 17 Dec 2008 05:38:01 GMT</pubDate><guid isPermaLink="false">Released: 1.5 (Dec 12, 2008) 20081217053801A</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Wed, 17 Dec 2008 05:22:20 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081217052220A</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Tue, 16 Dec 2008 04:25:58 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081216042558A</guid></item><item><title>Released: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 16 Dec 2008 04:25:56 GMT</pubDate><guid isPermaLink="false">Released: 1.5 (Dec 12, 2008) 20081216042556A</guid></item><item><title>Updated Release: 1.5 (Dec 12, 2008)</title><link>http://www.codeplex.com/jeremydotnet/Release/ProjectReleases.aspx?ReleaseId=20450</link><description>&lt;div&gt;
Revised code templates for C# and VB.Net.&lt;br&gt;Extended query objects to do more complex expressions.&lt;br&gt;
&lt;/div&gt;</description><author>jeremyconnell</author><pubDate>Sat, 13 Dec 2008 02:29:51 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.5 (Dec 12, 2008) 20081213022951A</guid></item></channel></rss>