<?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: Build your own modded&#160;System.Web.Extensions.dll</title>
	<atom:link href="http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/feed/" rel="self" type="application/rss+xml" />
	<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/</link>
	<description>code. cycling. music.</description>
	<lastBuildDate>Wed, 01 Sep 2010 04:34:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: rewrq</title>
		<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/comment-page-1/#comment-131</link>
		<dc:creator>rewrq</dc:creator>
		<pubDate>Tue, 29 Jul 2008 22:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/#comment-131</guid>
		<description>rere gfdg
sdfg
dfgdfg
fdgdfg</description>
		<content:encoded><![CDATA[<p>rere gfdg<br />
sdfg<br />
dfgdfg<br />
fdgdfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dll Weed</title>
		<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/comment-page-1/#comment-130</link>
		<dc:creator>Dll Weed</dc:creator>
		<pubDate>Tue, 24 Jul 2007 19:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/#comment-130</guid>
		<description>I&#039;ve got a headache and blood is coming out my ears. lol

Thanks for the article this is going to take me some time to digest.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a headache and blood is coming out my ears. lol</p>
<p>Thanks for the article this is going to take me some time to digest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prof. Dark</title>
		<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/comment-page-1/#comment-129</link>
		<dc:creator>Prof. Dark</dc:creator>
		<pubDate>Fri, 20 Jul 2007 22:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/#comment-129</guid>
		<description>You can remove the need to change all of the Resource References to the fully qualified names if you change the  &lt;RootNamespace&gt; tag in the project that you create to be blank. This will make the resources created by the project not have the namespace pre-pended. If you plan on the using the default System.Web.Extensions namespace then you shouldn&#039;t have to make any code changes.</description>
		<content:encoded><![CDATA[<p>You can remove the need to change all of the Resource References to the fully qualified names if you change the  &#38;lt;RootNamespace&#38;gt; tag in the project that you create to be blank. This will make the resources created by the project not have the namespace pre-pended. If you plan on the using the default System.Web.Extensions namespace then you shouldn&#8217;t have to make any code changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hope</title>
		<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/comment-page-1/#comment-128</link>
		<dc:creator>Robert Hope</dc:creator>
		<pubDate>Thu, 22 Feb 2007 23:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/#comment-128</guid>
		<description>One other thing on this, be aware that if you replace &quot;system.web&quot; with your own namespace there are also hardcoded references to configuration sections you will need to change that won&#039;t break the build but will break at runtime...and that you will need to change all of the references to System.Web.Extensions in the web.config to your own version...

thanks for putting this out there!</description>
		<content:encoded><![CDATA[<p>One other thing on this, be aware that if you replace &#8220;system.web&#8221; with your own namespace there are also hardcoded references to configuration sections you will need to change that won&#8217;t break the build but will break at runtime&#8230;and that you will need to change all of the references to System.Web.Extensions in the web.config to your own version&#8230;</p>
<p>thanks for putting this out there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theGooley</title>
		<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/comment-page-1/#comment-127</link>
		<dc:creator>theGooley</dc:creator>
		<pubDate>Wed, 31 Jan 2007 07:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/#comment-127</guid>
		<description>The client-side code and server-side code were released under seperate licenses.  Client side was under the Permissive License which is great.  The way Microsoft released the server source basically forces it to be for reference only (under the &lt;a href=&quot;http://www.microsoft.com/resources/sharedsource/licensingbasics/referencelicense.mspx&quot; rel=&quot;nofollow&quot;&gt;Reference License&lt;/a&gt;).  By posting - essentially redistributing - a compileable version it would not be used for reference purposes, people would download it and use it in the their projects which would violate the &quot;specifically excludes the right to distribute the software outside of your company&quot; clause of the Reference License... but IANAL either. So that&#039;s just my take.</description>
		<content:encoded><![CDATA[<p>The client-side code and server-side code were released under seperate licenses.  Client side was under the Permissive License which is great.  The way Microsoft released the server source basically forces it to be for reference only (under the <a href="http://www.microsoft.com/resources/sharedsource/licensingbasics/referencelicense.mspx" rel="nofollow">Reference License</a>).  By posting &#8211; essentially redistributing &#8211; a compileable version it would not be used for reference purposes, people would download it and use it in the their projects which would violate the &#8220;specifically excludes the right to distribute the software outside of your company&#8221; clause of the Reference License&#8230; but IANAL either. So that&#8217;s just my take.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jody</title>
		<link>http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/comment-page-1/#comment-126</link>
		<dc:creator>Jody</dc:creator>
		<pubDate>Wed, 31 Jan 2007 07:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://iterat.ive.ly/index.php/2007/01/31/build-your-own-modded-systemwebextensionsdll/#comment-126</guid>
		<description>Thanks for posting it and being so informative - glad at least you found a resolution to the issues that you documented and followed-up on the other thread...

I may be incorrect - but there is nothing I believe that prohibits re-distribution or including a project download of it (project solution) - as it is for reference use.  Further more - I am no lawyer however - the license does state as long as you are not using Microsoft&#039;s name to promote it then you can pretty much do as what you wish and there is not an issue with modifying it redistributing as you see fit as long as you do not use any of Microsoft&#039;s name, copyrights, logos etc...</description>
		<content:encoded><![CDATA[<p>Thanks for posting it and being so informative &#8211; glad at least you found a resolution to the issues that you documented and followed-up on the other thread&#8230;</p>
<p>I may be incorrect &#8211; but there is nothing I believe that prohibits re-distribution or including a project download of it (project solution) &#8211; as it is for reference use.  Further more &#8211; I am no lawyer however &#8211; the license does state as long as you are not using Microsoft&#8217;s name to promote it then you can pretty much do as what you wish and there is not an issue with modifying it redistributing as you see fit as long as you do not use any of Microsoft&#8217;s name, copyrights, logos etc&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
