<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Software Development Videos &#38; Tutorial Directory &#187; rhino</title>
	<atom:link href="http://www.dotnet-tv.com/tag/rhino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NoSQL on .NET</title>
		<link>http://www.dotnet-tv.com/2010/08/19/nosql-on-net/</link>
		<comments>http://www.dotnet-tv.com/2010/08/19/nosql-on-net/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 11:35:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[raven]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1771</guid>
		<description><![CDATA[The buzz is on, everyone is talking about those NoSQL databases, but what ARE they? Do I really need to SQL behind? In this session, we will explore key / value databases, document databases, graph databases and column family databases. Their strong and weak points, and when you should use them. We will also discuss the options available for the .NET community on the NoSQL. In particular, we will look at Rhino DHT and Raven DB, two NoSQL databases on the .NET platform.
http://skillsmatter.com/podcast/open-source-dot-net/nosql-on-dot-net
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/08/19/nosql-on-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Learning to use Partial Mocks</title>
		<link>http://www.dotnet-tv.com/2009/10/05/isolation-frameworks-learning-to-use-partial-mocks/</link>
		<comments>http://www.dotnet-tv.com/2009/10/05/isolation-frameworks-learning-to-use-partial-mocks/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 11:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1460</guid>
		<description><![CDATA[In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. This time around we are going to be focusing how to use Partial Mocks to test abstract classes and methods within a concrete class.
http://www.dimecasts.net/Content/WatchEpisode/142
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/10/05/isolation-frameworks-learning-to-use-partial-mocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Mocking Out/Ref Arguments</title>
		<link>http://www.dotnet-tv.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/</link>
		<comments>http://www.dotnet-tv.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:38:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1441</guid>
		<description><![CDATA[In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We are going to focusing this episode on how to setup you mocks when you need to mock a class with either Out or Ref arguments.
http://www.dimecasts.net/Content/WatchEpisode/138
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interaction Based Testing with Rhino Mocks</title>
		<link>http://www.dotnet-tv.com/2009/08/28/interaction-based-testing-with-rhino-mocks/</link>
		<comments>http://www.dotnet-tv.com/2009/08/28/interaction-based-testing-with-rhino-mocks/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1428</guid>
		<description><![CDATA[Beyond the simplest scenarios, all objects had collaborators that they work with. This flies in the face of testing objects in isolation. This is the problem that mock objects were created to solve. In this talk you will learn what mock objects are, how to utilize them and best practices on when / how to utilize them. Rhino Mocks is a mock objects framework for .Net whose core goals are to let the developer rely on the compiler work well with refactoring tools.

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/08/28/interaction-based-testing-with-rhino-mocks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Learning how to validate expectations</title>
		<link>http://www.dotnet-tv.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/</link>
		<comments>http://www.dotnet-tv.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1345</guid>
		<description><![CDATA[In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will focus our learning this time around on the various ways you can setup and validate expectations on your stubs/fakes. Validating these expectations will allow your to confirm in tests your dependencies are being used in the manor expected.
http://www.dimecasts.net/Content/WatchEpisode/127
Resources
Rhino  Mocks Home Page
Episode Source Code
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Learning how to Stub &amp; Fake Data</title>
		<link>http://www.dotnet-tv.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/</link>
		<comments>http://www.dotnet-tv.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:06:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1334</guid>
		<description><![CDATA[In this episode we are going to start learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will start off our learning experience by learning the basics. We will be taking a look at how to setup stubs/fakes in order to hard wire return values for our objects/methods.
http://www.dimecasts.net/Content/WatchEpisode/125
Resources
Rhino  Mocks Home Page
Episode Source Code
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

