<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Steve Sloka - All Comments</title><link>http://weblogs.asp.net/stevesloka/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7245951</link><pubDate>Tue, 03 Nov 2009 15:57:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245951</guid><dc:creator>EduardoAndres</dc:creator><description>&lt;p&gt;Hey, thanks for this code. The bad thing is that I'm getting an error that I just cannot solve.&lt;/p&gt;
&lt;p&gt;CS0121: The call is ambiguous between the following methods or properties: 'CustomerPriceAgreement.ConvertDataTable.ToADOTable&amp;lt;AnonymousType#1&amp;gt;(System.Collections.Generic.IEnumerable&amp;lt;AnonymousType#1&amp;gt;, CustomerPriceAgreement.ConvertDataTable.CreateRowDelegate&amp;lt;AnonymousType#1&amp;gt;)' and 'CustomerPriceAgreement.ConvertDataTable.ToADOTable&amp;lt;AnonymousType#1&amp;gt;(System.Collections.Generic.IEnumerable&amp;lt;AnonymousType#1&amp;gt;, CustomerPriceAgreement.ConvertDataTable.CreateRowDelegate&amp;lt;AnonymousType#1&amp;gt;)'&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245951" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7189240</link><pubDate>Wed, 02 Sep 2009 15:14:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7189240</guid><dc:creator>Thuydhv</dc:creator><description>&lt;p&gt;Thanks steve&lt;/p&gt;
&lt;p&gt;This code help to resolveds &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7189240" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7163184</link><pubDate>Fri, 07 Aug 2009 06:26:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7163184</guid><dc:creator>Johannes Rudolph</dc:creator><description>&lt;p&gt;'ve written a small library myself to accomplish this task. It uses reflection only for the first time an object type is to be translated to a datatable. It emits a method that will do all the work translating an object type.&lt;/p&gt;
&lt;p&gt;Its blazing fast. You can find it here: &lt;a rel="nofollow" target="_new" href="http://code.google.com/p/modelshredder/"&gt;code.google.com/.../modelshredder&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7163184" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7162485</link><pubDate>Thu, 06 Aug 2009 07:51:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7162485</guid><dc:creator>Daniel Valcarce</dc:creator><description>&lt;p&gt;Thanks for this code!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7162485" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7161121</link><pubDate>Tue, 04 Aug 2009 15:38:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7161121</guid><dc:creator>Ed de la Rey</dc:creator><description>&lt;p&gt;Thanks Very Much, &lt;/p&gt;
&lt;p&gt;Still need to play with it, but on first galnce it has solved my problem. Grateful for people sharing code like this, it saves days of hassle.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7161121" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7158121</link><pubDate>Thu, 30 Jul 2009 16:40:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7158121</guid><dc:creator>joe</dc:creator><description>&lt;p&gt;Thanks that was almost too easy.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7158121" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#7143720</link><pubDate>Wed, 08 Jul 2009 19:32:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7143720</guid><dc:creator>Federico Colombo</dc:creator><description>&lt;p&gt;What about the properties order?&lt;/p&gt;
&lt;p&gt;GetProperties() doesn&amp;#180;t return the properties in a native or alphabetical order.......&lt;/p&gt;
&lt;p&gt;So... The column order will not be *always* the same for the exactly same query.....&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7143720" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#6719010</link><pubDate>Tue, 04 Nov 2008 04:14:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6719010</guid><dc:creator>Hang Ta</dc:creator><description>&lt;p&gt;It's help me resolved my problem.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6719010" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#6661302</link><pubDate>Tue, 07 Oct 2008 06:18:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6661302</guid><dc:creator>Kim</dc:creator><description>&lt;p&gt;Thats great!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6661302" width="1" height="1"&gt;</description></item><item><title>re: LINQ to DataTable</title><link>http://weblogs.asp.net/stevesloka/archive/2008/01/28/linq-to-datatable.aspx#6648446</link><pubDate>Tue, 30 Sep 2008 11:17:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6648446</guid><dc:creator>Holf</dc:creator><description>&lt;p&gt;This is just fantastic. For ASP.NET stuff when you want to bind to tabular information it is just perfect.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6648446" width="1" height="1"&gt;</description></item></channel></rss>