<?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: About Data Driven Websites and Object Relation Modeling</title>
	<atom:link href="http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/feed/" rel="self" type="application/rss+xml" />
	<link>http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/</link>
	<description>All about the web, online marketing, Sitecore, .NET and building sites...</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:24:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rahul Mahboobani</title>
		<link>http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/comment-page-1/#comment-209084</link>
		<dc:creator>Rahul Mahboobani</dc:creator>
		<pubDate>Tue, 11 May 2010 21:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/#comment-209084</guid>
		<description>Hi, has anyone used the ASR module (http://trac.sitecore.net/AdvancedSystemReporter/). I want to write a Command that will change things in some Items. 

As per the guide in  http://trac.sitecore.net/AdvancedSystemReporter/wiki/Commands, it says all I have to do is write one method of the ICommand interface, but I cannot find this interface in the ASR dlls provided!? Is this a very old documentation, and if ICommand is deprecated then what do I use to write the command

Has anyone written Commands in ASR and can help?

(In particular, in the http://trac.sitecore.net/AdvancedSystemReporter/wiki/Commands, the picture shows a &quot;References&quot; section to enter the name of the class and dll assembly, where does that &quot;references&quot; even come from? A version of sitecore on another planet perhaps?</description>
		<content:encoded><![CDATA[<p>Hi, has anyone used the ASR module (<a href="http://trac.sitecore.net/AdvancedSystemReporter/" rel="nofollow">http://trac.sitecore.net/AdvancedSystemReporter/</a>). I want to write a Command that will change things in some Items. </p>
<p>As per the guide in  <a href="http://trac.sitecore.net/AdvancedSystemReporter/wiki/Commands" rel="nofollow">http://trac.sitecore.net/AdvancedSystemReporter/wiki/Commands</a>, it says all I have to do is write one method of the ICommand interface, but I cannot find this interface in the ASR dlls provided!? Is this a very old documentation, and if ICommand is deprecated then what do I use to write the command</p>
<p>Has anyone written Commands in ASR and can help?</p>
<p>(In particular, in the <a href="http://trac.sitecore.net/AdvancedSystemReporter/wiki/Commands" rel="nofollow">http://trac.sitecore.net/AdvancedSystemReporter/wiki/Commands</a>, the picture shows a &#8220;References&#8221; section to enter the name of the class and dll assembly, where does that &#8220;references&#8221; even come from? A version of sitecore on another planet perhaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altug</title>
		<link>http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/comment-page-1/#comment-170201</link>
		<dc:creator>Altug</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/#comment-170201</guid>
		<description>Hi Alex,
How did you install Sitecore on Windows 7? I am having the same challenge. I could not find any articles on this...
Your help is much appreciated.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
How did you install Sitecore on Windows 7? I am having the same challenge. I could not find any articles on this&#8230;<br />
Your help is much appreciated.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Pledger</title>
		<link>http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/comment-page-1/#comment-132834</link>
		<dc:creator>Nathan Pledger</dc:creator>
		<pubDate>Sat, 31 Jan 2009 10:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://sitecore.alexiasoft.nl/2009/01/29/about-data-driven-websites-and-object-relation-modeling/#comment-132834</guid>
		<description>Hi Alex,

I don&#039;t have a solution for you, but I understand where you&#039;re coming from. I&#039;m working on a large project myself and I have looked at a number of data frameworks and ORM mappers. I went through CSLA, my own framework, nHibernate, Spring, Linq to SQL, Telerik&#039;s OpenAccess and have arrived at Entity Framework.

My experience with EF is that is pretty good, but does have some frustrating experiences. I really struggled (believe it or not) to get a simple 1..* relationship working. Whether it was the designer or me being dumb, I don&#039;t know. When someone suggested a solution (I ended up removing the foreign key field) it just made no sense to me. Today, I have a similar relationship for another couple of tables and it works fine.

Hopefully EF 2.0 will be better.

And there are times when I have wanted to use Sitecore just as a database, too! It maps so much better! How about a data engine without the UI layer? Fast, cached, field type flexibility, XMLy, better mapping to OO and scalable - add a UI when you&#039;re ready as an extra layer. (Of course this should be free or very cheap!)</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I don&#8217;t have a solution for you, but I understand where you&#8217;re coming from. I&#8217;m working on a large project myself and I have looked at a number of data frameworks and ORM mappers. I went through CSLA, my own framework, nHibernate, Spring, Linq to SQL, Telerik&#8217;s OpenAccess and have arrived at Entity Framework.</p>
<p>My experience with EF is that is pretty good, but does have some frustrating experiences. I really struggled (believe it or not) to get a simple 1..* relationship working. Whether it was the designer or me being dumb, I don&#8217;t know. When someone suggested a solution (I ended up removing the foreign key field) it just made no sense to me. Today, I have a similar relationship for another couple of tables and it works fine.</p>
<p>Hopefully EF 2.0 will be better.</p>
<p>And there are times when I have wanted to use Sitecore just as a database, too! It maps so much better! How about a data engine without the UI layer? Fast, cached, field type flexibility, XMLy, better mapping to OO and scalable &#8211; add a UI when you&#8217;re ready as an extra layer. (Of course this should be free or very cheap!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
