<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DTOs / Presentation Model and ICriteria</title>
	<atom:link href="http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 14:11:39 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blog de Rodrigo Juarez sobre TI &#187; Blog Archive &#187; Proyecciones con ActiveRecord / NHibernate, creacion de DTO</title>
		<link>http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/comment-page-1/#comment-20085</link>
		<dc:creator>Blog de Rodrigo Juarez sobre TI &#187; Blog Archive &#187; Proyecciones con ActiveRecord / NHibernate, creacion de DTO</dc:creator>
		<pubDate>Tue, 22 Apr 2008 23:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/#comment-20085</guid>
		<description>[...] Con ICriteria [...]</description>
		<content:encoded><![CDATA[<p>[...] Con ICriteria [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Proyecciones con ActiveRecord / NHibernate &#171; Blog de Rodrigo Juarez sobre TI</title>
		<link>http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/comment-page-1/#comment-19708</link>
		<dc:creator>Proyecciones con ActiveRecord / NHibernate &#171; Blog de Rodrigo Juarez sobre TI</dc:creator>
		<pubDate>Sun, 13 Apr 2008 05:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/#comment-19708</guid>
		<description>[...] Con ICriteria [...]</description>
		<content:encoded><![CDATA[<p>[...] Con ICriteria [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/comment-page-1/#comment-14592</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 06 Nov 2007 14:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/#comment-14592</guid>
		<description>Agreed. I am very happy that VS 2008 it&#039;s going to RTM this month. I have used it on some other projects but it was not an option for my current one because of its beta status. That will all change in a few weeks...</description>
		<content:encoded><![CDATA[<p>Agreed. I am very happy that VS 2008 it&#8217;s going to RTM this month. I have used it on some other projects but it was not an option for my current one because of its beta status. That will all change in a few weeks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Starr</title>
		<link>http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/comment-page-1/#comment-14545</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Tue, 06 Nov 2007 06:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/06/dtos-presentation-model-and-icriteria/#comment-14545</guid>
		<description>You really need to pop on over to .Net 3.0.

This gets MUCH shorter.

public class InspectorDropDownDTO{ private long _inspectorID; private string _firstName; private string _lastName; public long InspectorID { get { return _inspectorID; } set { _inspectorID = value; } } public string FirstName { get { return _firstName; } set { _firstName = value; } } public string LastName { get { return _lastName; } set { _lastName = value; } } public string FullName { get { return FirstName   ” “   LastName; } }}</description>
		<content:encoded><![CDATA[<p>You really need to pop on over to .Net 3.0.</p>
<p>This gets MUCH shorter.</p>
<p>public class InspectorDropDownDTO{ private long _inspectorID; private string _firstName; private string _lastName; public long InspectorID { get { return _inspectorID; } set { _inspectorID = value; } } public string FirstName { get { return _firstName; } set { _firstName = value; } } public string LastName { get { return _lastName; } set { _lastName = value; } } public string FullName { get { return FirstName   ” “   LastName; } }}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
