<?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: Unit Test Linq to Sql in ASP.Net MVC with Moq</title>
	<atom:link href="http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Sun, 07 Mar 2010 18:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hatem</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-892</link>
		<dc:creator>hatem</dc:creator>
		<pubDate>Tue, 16 Jun 2009 16:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-892</guid>
		<description>hello &lt;br&gt;ezyak ya emad&lt;br&gt;ana delwa2ty 3andy application 3amlo &lt;a href=&quot;http://asp.net&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; mvc + subsonic to create DAL&lt;br&gt;ana 3wz a3ml unit test 3la l controllers w ana ma3rafsh 2y 7aga fl testing wla 3omry 3amlto abl kda&lt;br&gt;fa yaret te2oly a3mlha ezy bebasata l2n ana lsa babtedy fa bera7a 3la a5ok:D&lt;br&gt;thnx in advance&lt;br&gt;salam</description>
		<content:encoded><![CDATA[<p>hello <br />ezyak ya emad<br />ana delwa2ty 3andy application 3amlo <a href="http://asp.net" rel="nofollow">asp.net</a> mvc + subsonic to create DAL<br />ana 3wz a3ml unit test 3la l controllers w ana ma3rafsh 2y 7aga fl testing wla 3omry 3amlto abl kda<br />fa yaret te2oly a3mlha ezy bebasata l2n ana lsa babtedy fa bera7a 3la a5ok:D<br />thnx in advance<br />salam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hatem</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-831</link>
		<dc:creator>hatem</dc:creator>
		<pubDate>Tue, 16 Jun 2009 09:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-831</guid>
		<description>hello &lt;br&gt;ezyak ya emad&lt;br&gt;ana delwa2ty 3andy application 3amlo &lt;a href=&quot;http://asp.net&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; mvc + subsonic to create DAL&lt;br&gt;ana 3wz a3ml unit test 3la l controllers w ana ma3rafsh 2y 7aga fl testing wla 3omry 3amlto abl kda&lt;br&gt;fa yaret te2oly a3mlha ezy bebasata l2n ana lsa babtedy fa bera7a 3la a5ok:D&lt;br&gt;thnx in advance&lt;br&gt;salam</description>
		<content:encoded><![CDATA[<p>hello <br />ezyak ya emad<br />ana delwa2ty 3andy application 3amlo <a href="http://asp.net" rel="nofollow">asp.net</a> mvc + subsonic to create DAL<br />ana 3wz a3ml unit test 3la l controllers w ana ma3rafsh 2y 7aga fl testing wla 3omry 3amlto abl kda<br />fa yaret te2oly a3mlha ezy bebasata l2n ana lsa babtedy fa bera7a 3la a5ok:D<br />thnx in advance<br />salam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunittest</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-808</link>
		<dc:creator>dbunittest</dc:creator>
		<pubDate>Wed, 13 May 2009 10:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-808</guid>
		<description>Hi, &lt;br&gt;In my opinion, DB Unit Testing is DB developer&#039;s business, not Application developer&#039;s. At least it is true in my organization, we believe the common developers are not good at database design, especially in the modern OO era. &lt;br&gt;&lt;br&gt;We employed a powerful DB unit testing tool, it named as AnyDbTest. (&lt;a href=&quot;http://www.anydbtest.com&quot; rel=&quot;nofollow&quot;&gt;www.anydbtest.com&lt;/a&gt;). By using this tool, we need NOT write Java/.Net DB unit testing code any more.  We can configure one xml file to tell what we want to test and what is our assertion.  Then AnyDbTest can do the rest things. &lt;br&gt;&lt;br&gt;Additionally, we can versioned control the xml-style test case just like the code files. It is very handy.</description>
		<content:encoded><![CDATA[<p>Hi, <br />In my opinion, DB Unit Testing is DB developer&#39;s business, not Application developer&#39;s. At least it is true in my organization, we believe the common developers are not good at database design, especially in the modern OO era. </p>
<p>We employed a powerful DB unit testing tool, it named as AnyDbTest. (<a href="http://www.anydbtest.com" rel="nofollow">http://www.anydbtest.com</a>). By using this tool, we need NOT write Java/.Net DB unit testing code any more.  We can configure one xml file to tell what we want to test and what is our assertion.  Then AnyDbTest can do the rest things. </p>
<p>Additionally, we can versioned control the xml-style test case just like the code files. It is very handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-725</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 19 Dec 2008 21:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-725</guid>
		<description>Thank you - very helpful!</description>
		<content:encoded><![CDATA[<p>Thank you &#8211; very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Ibrahim</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-168</link>
		<dc:creator>Emad Ibrahim</dc:creator>
		<pubDate>Fri, 11 Apr 2008 17:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-168</guid>
		<description>@cannonfodder good catch, I meant to reference the private field authenticatedController.  I fixed the code.</description>
		<content:encoded><![CDATA[<p>@cannonfodder good catch, I meant to reference the private field authenticatedController.  I fixed the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Ibrahim</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-417</link>
		<dc:creator>Emad Ibrahim</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-417</guid>
		<description>@cannonfodder good catch, I meant to reference the private field authenticatedController.  I fixed the code.</description>
		<content:encoded><![CDATA[<p>@cannonfodder good catch, I meant to reference the private field authenticatedController.  I fixed the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CannonFodder</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-167</link>
		<dc:creator>CannonFodder</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-167</guid>
		<description>I think there&#039;s an error in the AuthenticatedController property. It seems to reference controller which does not appear to be declared. Did you mean to use authenticatedController?</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s an error in the AuthenticatedController property. It seems to reference controller which does not appear to be declared. Did you mean to use authenticatedController?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CannonFodder</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-416</link>
		<dc:creator>CannonFodder</dc:creator>
		<pubDate>Fri, 11 Apr 2008 13:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-416</guid>
		<description>I think there&#039;s an error in the AuthenticatedController property. It seems to reference controller which does not appear to be declared. Did you mean to use authenticatedController?</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s an error in the AuthenticatedController property. It seems to reference controller which does not appear to be declared. Did you mean to use authenticatedController?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W&#246;chentliche Rundablage: ASP.NET MVC, Silverlight 2, .NET, RegEx, .NET, Icons, CSS, UI &#124; Code-Inside Blog</title>
		<link>http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/comment-page-1/#comment-161</link>
		<dc:creator>W&#246;chentliche Rundablage: ASP.NET MVC, Silverlight 2, .NET, RegEx, .NET, Icons, CSS, UI &#124; Code-Inside Blog</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/04/04/unit-test-linq-to-sql-in-aspnet-mvc-with-moq/#comment-161</guid>
		<description>[...] Unit Test Linq to Sql in ASP.Net MVC with Moq [...]</description>
		<content:encoded><![CDATA[<p>[...] Unit Test Linq to Sql in ASP.Net MVC with Moq [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
