<?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: Document/View All Over Again&#8230;</title>
	<atom:link href="http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:52:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mihail</title>
		<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/comment-page-1/#comment-371</link>
		<dc:creator>Mihail</dc:creator>
		<pubDate>Tue, 04 Mar 2008 22:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/#comment-371</guid>
		<description>OK, thanks!</description>
		<content:encoded><![CDATA[<p>OK, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/comment-page-1/#comment-370</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 04 Mar 2008 19:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/#comment-370</guid>
		<description>If you limit the question to .NET implementation.  The best generic implementation is going to be a DataSet filled via a DataReader.  This is basically what I&#039;m doing with my DotNetNuke code now.  Using the DataSet as my BLL layer gives me the advantage of databinding that I can&#039;t get using other methods and using the DataReader lets me fill it from any database.  And, if I need to my fill code really doesn&#039;t even have to use the DataReader.  I&#039;ll post something in a couple of days that shows what I&#039;m doing in a bit more detail.</description>
		<content:encoded><![CDATA[<p>If you limit the question to .NET implementation.  The best generic implementation is going to be a DataSet filled via a DataReader.  This is basically what I&#8217;m doing with my DotNetNuke code now.  Using the DataSet as my BLL layer gives me the advantage of databinding that I can&#8217;t get using other methods and using the DataReader lets me fill it from any database.  And, if I need to my fill code really doesn&#8217;t even have to use the DataReader.  I&#8217;ll post something in a couple of days that shows what I&#8217;m doing in a bit more detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihail</title>
		<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/comment-page-1/#comment-369</link>
		<dc:creator>Mihail</dc:creator>
		<pubDate>Tue, 04 Mar 2008 18:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/#comment-369</guid>
		<description>Clarification - I am talking about designing and implementing  Generic DAL framework.</description>
		<content:encoded><![CDATA[<p>Clarification &#8211; I am talking about designing and implementing  Generic DAL framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihail</title>
		<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/comment-page-1/#comment-368</link>
		<dc:creator>Mihail</dc:creator>
		<pubDate>Tue, 04 Mar 2008 18:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/#comment-368</guid>
		<description>Just a bit frustrated on various takes on how to implement a DAL, that&#039;s all.</description>
		<content:encoded><![CDATA[<p>Just a bit frustrated on various takes on how to implement a DAL, that&#8217;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/comment-page-1/#comment-367</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/#comment-367</guid>
		<description>&quot;It seems that DAL is still anyone implementation &quot;

Uh?

Maybe I&#039;d understand the rest of your comment if I understood that sentence?</description>
		<content:encoded><![CDATA[<p>&#8220;It seems that DAL is still anyone implementation &#8221;</p>
<p>Uh?</p>
<p>Maybe I&#8217;d understand the rest of your comment if I understood that sentence?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihail</title>
		<link>http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/comment-page-1/#comment-366</link>
		<dc:creator>Mihail</dc:creator>
		<pubDate>Mon, 03 Mar 2008 20:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/02/21/documentview-all-over-again/#comment-366</guid>
		<description>It seems that DAL is still anyone implementation - I really hoped that LINQ would be the DAL&#039;s way. Few questions:
1. While I agree with the idea that Document/View architecture didn&#039;t work, I have the feeling that MVP is not the clear cut solution either, too much time is spend in trying to fit the pieces in the right layer, too complicated and I don&#039;t see the benefits - ease of implementation, rapid development, better way of debugging due to the layer separation, etc.
2. CAB comes in my mind as a developing model, just wonder what are your thoughts about CAB, if any.
Thanks.</description>
		<content:encoded><![CDATA[<p>It seems that DAL is still anyone implementation &#8211; I really hoped that LINQ would be the DAL&#8217;s way. Few questions:<br />
1. While I agree with the idea that Document/View architecture didn&#8217;t work, I have the feeling that MVP is not the clear cut solution either, too much time is spend in trying to fit the pieces in the right layer, too complicated and I don&#8217;t see the benefits &#8211; ease of implementation, rapid development, better way of debugging due to the layer separation, etc.<br />
2. CAB comes in my mind as a developing model, just wonder what are your thoughts about CAB, if any.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.208 seconds -->
