<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx</link><description>I have gotten some great questions on my series so far… A couple of readers noted that it was not always a good idea to return DAL types back to the client. For example, in Part 2, I returned the SuperEmployee type defined by Entity Framework. For example,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9836831</link><pubDate>Fri, 17 Jul 2009 10:21:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9836831</guid><dc:creator>eKyNoX23</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;i am very interested to make a webiste where silverlight plugin take all the browser size but if my website start to have many pictures, files ... in it, is there any way to do not have to load all the website at startup included inside one .xap file ?&lt;/p&gt;
&lt;p&gt;Thanks for answer.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9836979</link><pubDate>Fri, 17 Jul 2009 11:59:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9836979</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hi Brad,&lt;/p&gt;
&lt;p&gt;Excellent stuff - thanks.&lt;/p&gt;
&lt;p&gt;Can you confirm whether DomainServices work with Table-per-Type &amp;quot;inheritance&amp;quot; classes? &lt;/p&gt;
&lt;p&gt;For example, say you have an EntityFramework model with a Person entity (PersonId, FirstName, LastName, DateOfBirth) and a derived Contact entity (PersonId, Email, PhoneNumber).&lt;/p&gt;
&lt;p&gt;Should I expect a ContactDomainService class to &amp;quot;just work&amp;quot;? If not, what is the best practice with the current version of RIA Services/Entity Framework?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9837212</link><pubDate>Fri, 17 Jul 2009 14:01:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9837212</guid><dc:creator>Zoran</dc:creator><description>&lt;p&gt;These examples are really excellent way of getting into RIA. Thank you Brad.&lt;/p&gt;
&lt;p&gt;I know this is not &amp;quot;Make a wish&amp;quot; type of blog but :)&lt;/p&gt;
&lt;p&gt;What would be nice to see is more complex scenario when your app is vertically segmented into several DomainServices. (I.e. &amp;quot;Contact Management&amp;quot;, &amp;quot;Product Management&amp;quot;, ... but all toghether is wired into singe application). I am personally having problems to understand how conceptually RIA is supposed to be used in such situations. Key thing are I guess transactions which needs to span across more than one DomainService.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Zoran&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9837361</link><pubDate>Fri, 17 Jul 2009 16:05:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9837361</guid><dc:creator>John Schroedl</dc:creator><description>&lt;p&gt;I think it would be enlightening if you could post about the approach you would take if those ErrorMessage values needed to be localized according to the client's locale. &lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9837877</link><pubDate>Sat, 18 Jul 2009 00:16:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9837877</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;Hi Brad,&lt;/p&gt;
&lt;p&gt;Thanks so much for this latest set of articles. &amp;nbsp;They have been extremely helpful.&lt;/p&gt;
&lt;p&gt;In regards to your DTO approach, we were actually going this way, but found that there are some issues with this approach when you try to shape or filter the data on the client side. &amp;nbsp;For example, if you try and run a query operation from Silverlight to only return SuperEmployees that have a name starting with the letter A, you would do something similar to:&lt;/p&gt;
&lt;p&gt;var query = context.GetSumperEmployeeQuery().Where(emp=&amp;gt;emp.Name.StartsWith(&amp;quot;A&amp;quot;);&lt;/p&gt;
&lt;p&gt;context.Load(query);&lt;/p&gt;
&lt;p&gt;This operation will throw a LINQ To Entities exception, but maybe I am just doing something wrong on my side, so I would be interested to know if you tried this. &amp;nbsp;We also ran into the same problem when trying to load up these DTO objects with their associations.&lt;/p&gt;
&lt;p&gt;Anyways, just thought I would point that out.&lt;/p&gt;
&lt;p&gt;Thanks again Brad.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9840466</link><pubDate>Mon, 20 Jul 2009 00:46:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840466</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Dave – hmm… Not sure why you are hitting this, but client side queries like that should work… this is exactly how the filtering works in this example.. can you post a repro on the forums so we can take a look at it?&lt;/p&gt;
&lt;p&gt;..brad&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9840699</link><pubDate>Mon, 20 Jul 2009 05:34:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840699</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;&amp;gt; Can you confirm whether DomainServices work with Table-per-Type &amp;quot;inheritance&amp;quot; classes? &lt;/p&gt;
&lt;p&gt;Nope -- inhertance is on the feature list, but it is not currently implemented.. &amp;nbsp; &amp;nbsp;Do you think tihs is a critical scenario?&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9841159</link><pubDate>Mon, 20 Jul 2009 11:37:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9841159</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;&amp;gt; Can you confirm whether DomainServices work with Table-per-Type &amp;quot;inheritance&amp;quot; classes? &lt;/p&gt;
&lt;p&gt;&amp;gt; Nope -- inhertance is on the feature list, but it is not currently implemented.. &amp;nbsp; &amp;nbsp;Do you think tihs is a critical scenario?&lt;/p&gt;
&lt;p&gt;Well, I need to deal with Table-per-type &amp;quot;inheritance&amp;quot; classes in my current project. If it is not currently implemented, can you describe:&lt;/p&gt;
&lt;p&gt;a) What I should expect to happen if I try it (e.g. what goes &amp;quot;wrong&amp;quot;)&lt;/p&gt;
&lt;p&gt;b) How I can best deal with the scenario, e.g. can I get some of the benefits of RIA Services if I override some of the &amp;quot;out-of-the-box&amp;quot; behaviour (DomainService.Submit, for example)?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9843683</link><pubDate>Tue, 21 Jul 2009 21:58:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9843683</guid><dc:creator>Robert Kozak</dc:creator><description>&lt;p&gt;Brad,&lt;/p&gt;
&lt;p&gt;The SuperEmployeeDTO is still an Entity. How does this really work as a DTO which should be smaller and lightweight?&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9843896</link><pubDate>Wed, 22 Jul 2009 00:11:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9843896</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;In what what is it an entity? &amp;nbsp;you mean on the client or server? &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9844054</link><pubDate>Wed, 22 Jul 2009 02:25:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9844054</guid><dc:creator>Robert Kozak</dc:creator><description>&lt;p&gt;Both. SuperEmployeeDTO on both the Server and the generaqted code on the Client still derive from Entity.&lt;/p&gt;
&lt;p&gt;I was hoping for a better separation between Models that the application needs to use and the model that RIA Services needs for the database.&lt;/p&gt;
&lt;p&gt;Basically, continuing with your example, I would love to have an ISuperEmployeeDTO and a POCO implementation of ISuperEmployeeDTO. Is this possible? &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9844063</link><pubDate>Wed, 22 Jul 2009 02:35:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9844063</guid><dc:creator>Robert Kozak</dc:creator><description>&lt;p&gt;Correction. SuperEmployeeDTO on the Server is just an object but on the client it is an Entity type.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9844246</link><pubDate>Wed, 22 Jul 2009 05:36:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9844246</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Robert -- that is right, the server is POCO, the client does derive from a base class that has helpers to deal with data binding and data validation, etc.. &amp;nbsp; &amp;nbsp;My thinking was that this was boilerplate enough to not be a problem.. &amp;nbsp;If you want PURE POCO on the client you can use use the Astoria REST head on DomainService, but you'd lose some of the validation and binding benefits.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9844853</link><pubDate>Wed, 22 Jul 2009 17:35:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9844853</guid><dc:creator>Robert Kozak</dc:creator><description>&lt;p&gt;Thanks, my devs are complaining that it seems like more work and maintenance to create a DTO (especially since we renegineered the backend database to match more closely the classes used in the application) if they look like the original DALs. If RIA services could surface interfaces it would be an easier &amp;quot;sell&amp;quot; to develop DTO classes. &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9844870</link><pubDate>Wed, 22 Jul 2009 17:55:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9844870</guid><dc:creator>Andy Schroeder</dc:creator><description>&lt;p&gt;I may be totally wrong about how the Query Methods are working here, but would using the DTO object like this have an effect on the way linq queries get translated to sql statements?&lt;/p&gt;
&lt;p&gt;When you use the LinqToEntitiesDomainService, the client passes linq queries down to the service, including &amp;quot;where clauses&amp;quot; added by your DomainDataSource.FilterDescriptors. &amp;nbsp;These linq queries get combined with any on the service and ultimatly generate sql such that all the filtering is happening on the database. (i.e. in your example the &amp;quot;Origin StarsWith&amp;quot; filter from the UI would ultimatly result in a where clause in the database)&lt;/p&gt;
&lt;p&gt;However, once you stop returning EF entities from the Domain service, then only the linq over EF context gets translated to a sql statement, and the linq passed from the client is applied to the result as an in-memory filter. (still filtered on the web server, but not at the database level)&lt;/p&gt;
&lt;p&gt;Am I understanding correctly?&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9847754</link><pubDate>Fri, 24 Jul 2009 21:05:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9847754</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Andy Schroeder &amp;nbsp;- Even in this case, the query executes on the DB directly... basically the Linq provider here is smart enough to do the right things with projections. &amp;nbsp;Let me know if you are seeing something different happen.&lt;/p&gt;
&lt;p&gt;..brad&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9847914</link><pubDate>Sat, 25 Jul 2009 00:47:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9847914</guid><dc:creator>Andy Schroeder</dc:creator><description>&lt;p&gt;Wow, I'm supprised the provider is able to handle that. &amp;nbsp;The projection is the key that i missed here.&lt;/p&gt;
&lt;p&gt;I planned the transition from linq object to DTO outside the linq query syntax (like a helper mapping function to translate to a DTO, instead of projecting it in the linq query) &amp;nbsp;then that would have prevented the provider from combining the linq queries.&lt;/p&gt;
&lt;p&gt;I guess my thought process is that if you inject DTO's in there you need to be careful not to make a change that prevents the provider from helping you out and moving the filtering all the way to the db.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9851496</link><pubDate>Wed, 29 Jul 2009 02:08:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9851496</guid><dc:creator>pianomanjh</dc:creator><description>&lt;p&gt;Please include inheritance in the next release. &amp;nbsp;I definitely believe this is critical. &amp;nbsp;Supporting the concept of super/subtypes in a database encourages good design. &amp;nbsp;I currently have a project that would use RIA Services, save for this key deal-breaking limitation.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9851592</link><pubDate>Wed, 29 Jul 2009 04:25:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9851592</guid><dc:creator>Stefan Olson</dc:creator><description>&lt;p&gt;Brad,&lt;/p&gt;
&lt;p&gt;I absolutely think that inheritance is CRITICAL. &amp;nbsp;In the project I'm currently working on I have managed to avoid inheritance up till now, but today I have a particular scenario where I need inheritance.&lt;/p&gt;
&lt;p&gt;.net ria services as it currently stands will try and flatten my inherited classes. The problem with this is that it requires a large amount of code replication. &amp;nbsp;For example I've got a base Favourite class and derived FavouriteItem and FavouriteUser etc.... If I had inheritance I would only have to set up the shared object properties which sit in the base class once (in the constructor or whatever). &lt;/p&gt;
&lt;p&gt;Given that I have 4 derived classes I now have to have the same code duplicated 4 times!&lt;/p&gt;
&lt;p&gt;In this particular situation I may be able to work around that by doing the object setup on the server. However, my next .net ria services project which uses a fairly complex multilevel inherited entity framework database structure will not have the same flexibility. &amp;nbsp;It is absolutely crucial that I can address objects polymorphicly on the client - otherwise the project won't be able to work.&lt;/p&gt;
&lt;p&gt;...Stefan&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9862624</link><pubDate>Sun, 09 Aug 2009 22:38:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9862624</guid><dc:creator>Rob Harwood</dc:creator><description>&lt;p&gt;I second inheritance being critial.. Inheritance (especially table-per-type) seems to have been heavily pushed with the introduction of EF but then got sort of forgotten about, for example it is _very_ easy to have EF spew some god awful SQL when querying base types, ADO.NET Data Services doesn't support it properly (no OfType operator) and now RIA services, which by the way is a bloody cool technology, doesn't support it at all and the flimsy flattening support doesn't generate buildable code from my entity model which has locked me out entirely. =(&lt;/p&gt;
&lt;p&gt;Flattening is problematic because it means rewriting validation/logic for base properties for every type of entity which is surfaced with RIA Services, plus its nice to be able to write UI which can take a base type as a model and present the shared properties, which would not be possible with the clientside classes currently generated by RIA services.&lt;/p&gt;
&lt;p&gt;The whole point of having EF Support inheritance was to allow developers to surface models that are more natural to work with, which are abstracted from the data source. If RIA services just reflattens the structure it is directly negating one of the core principals of using EF.&lt;/p&gt;
&lt;p&gt;I really hope that VS2010 and it's related technologies will begin to sort the inheritance support nightmare out!&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)</title><link>http://blogs.msdn.com/brada/archive/2009/07/16/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-6-data-transfer-objects-dtos.aspx#9901835</link><pubDate>Thu, 01 Oct 2009 16:41:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901835</guid><dc:creator>Yanal</dc:creator><description>&lt;p&gt;When you insert a new record using POCO, how would you get back the ID, if the ID column in database was autogenerated.&lt;/p&gt;
</description></item></channel></rss>