<?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"
	>
<channel>
	<title>Comments on: BackgroundMotion Code Sample</title>
	<atom:link href="http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/</link>
	<description>C# &#38; .NET Development, NHaml, LightSpeed, PowerShell Gadget, Inflector.NET...</description>
	<pubDate>Thu, 28 Aug 2008 14:54:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Aimee.</title>
		<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-1100</link>
		<dc:creator>Aimee.</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-1100</guid>
		<description>Hello,

This is a great project to learn things and see how things are done in real life. :)

I am working on the source for two days and still couldn't solve how some classes and interfaces work. It would be great if there was a step by step guide or a documentation.

I want to use Core layer in my project but I think it will take more time than I thought.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This is a great project to learn things and see how things are done in real life. :)</p>
<p>I am working on the source for two days and still couldn&#8217;t solve how some classes and interfaces work. It would be great if there was a step by step guide or a documentation.</p>
<p>I want to use Core layer in my project but I think it will take more time than I thought.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-430</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 07 Feb 2008 01:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-430</guid>
		<description>John,

Off the top of my head this is because DLINQ tracks modified object automatically and so there is no need to save them explicitly.

Not sure about the validation problem.

Cheers,

Andrew.</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Off the top of my head this is because DLINQ tracks modified object automatically and so there is no need to save them explicitly.</p>
<p>Not sure about the validation problem.</p>
<p>Cheers,</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lamberson</title>
		<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-429</link>
		<dc:creator>John Lamberson</dc:creator>
		<pubDate>Wed, 06 Feb 2008 23:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-429</guid>
		<description>I am reviewing your backgroundmotion code to see if I can reuse the repository code.  My first question is why do you leave this method empty in the DlingRepository?
    
/// 
    /// Saves the specified entity back to the repository
    /// 
    /// 
    public override void Save(T entity)
    {
    }


Also, when I run the test, the validation always fail form some reason I am not sure yet.  Do you have any ideas?</description>
		<content:encoded><![CDATA[<p>I am reviewing your backgroundmotion code to see if I can reuse the repository code.  My first question is why do you leave this method empty in the DlingRepository?</p>
<p>///<br />
    /// Saves the specified entity back to the repository<br />
    ///<br />
    ///<br />
    public override void Save(T entity)<br />
    {<br />
    }</p>
<p>Also, when I run the test, the validation always fail form some reason I am not sure yet.  Do you have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-305</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 07 Jan 2008 06:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-305</guid>
		<description>Jake,

This would definitely be possible. The best approach would be to take a look at the StuctureMap integration provided by the MVC Contrib project.

Cheers,

Andrew.</description>
		<content:encoded><![CDATA[<p>Jake,</p>
<p>This would definitely be possible. The best approach would be to take a look at the StuctureMap integration provided by the MVC Contrib project.</p>
<p>Cheers,</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Scott</title>
		<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-300</link>
		<dc:creator>Jake Scott</dc:creator>
		<pubDate>Sun, 06 Jan 2008 22:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-300</guid>
		<description>Hi Andrew,

I have been studying the background motion code now for a few days and have learnt alot.. so thanks! 

What I would like to be able to do is base my core on the background motion core, but instead of using a composite web application I want to build the client with the new asp.net mvc framework.

Do you think that this would be possible? I'm just not to sure about the ModuleInitializer. I am hoping to be able to achieve this using StructureMap. Let me know what you think, and if I am going to be in for alot of pain :)

Cheers
Jake (ps I'm from New Plymouth and nz rulz!!)</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>I have been studying the background motion code now for a few days and have learnt alot.. so thanks! </p>
<p>What I would like to be able to do is base my core on the background motion core, but instead of using a composite web application I want to build the client with the new asp.net mvc framework.</p>
<p>Do you think that this would be possible? I&#8217;m just not to sure about the ModuleInitializer. I am hoping to be able to achieve this using StructureMap. Let me know what you think, and if I am going to be in for alot of pain :)</p>
<p>Cheers<br />
Jake (ps I&#8217;m from New Plymouth and nz rulz!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BackgroundMotion sample application &#171; .net and other musings</title>
		<link>http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-84</link>
		<dc:creator>BackgroundMotion sample application &#171; .net and other musings</dc:creator>
		<pubDate>Wed, 20 Jun 2007 08:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/2007/06/19/backgroundmotion-code-sample/#comment-84</guid>
		<description>[...] sample&#160;application  20 06 2007   I found BackgroundMotion via Andrew Peter&#8217;s blog -&#160;created in partnership with Microsoft as a &#8220;best practice&#8221; example [...]</description>
		<content:encoded><![CDATA[<p>[...] sample&nbsp;application  20 06 2007   I found BackgroundMotion via Andrew Peter&#8217;s blog -&nbsp;created in partnership with Microsoft as a &#8220;best practice&#8221; example [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
