<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Rehman Gul [MVP, MCTS SharePoint]</title>
	<atom:link href="http://rehmangul.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rehmangul.wordpress.com</link>
	<description>SharePoint Blog (with a new look)</description>
	<lastBuildDate>Wed, 25 Nov 2009 15:38:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Change URL for a Document Library by Eric Barb</title>
		<link>http://rehmangul.wordpress.com/2009/04/01/change-url-for-a-document-library/#comment-608</link>
		<dc:creator>Eric Barb</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://rehmangul.wordpress.com/?p=185#comment-608</guid>
		<description>This worked like a charm and saved me a lot of time.  Glad I found this article first!</description>
		<content:encoded><![CDATA[<p>This worked like a charm and saved me a lot of time.  Glad I found this article first!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Event Handlers and Attaching/Detaching using Features by Send email to a user, getting it from a &#8216;Person or Group&#8217; field in a List &#171; Rehman Gul [MVP, MCTS SharePoint]</title>
		<link>http://rehmangul.wordpress.com/2009/11/17/writing-event-handlers-and-deploying-using-features/#comment-607</link>
		<dc:creator>Send email to a user, getting it from a &#8216;Person or Group&#8217; field in a List &#171; Rehman Gul [MVP, MCTS SharePoint]</dc:creator>
		<pubDate>Wed, 25 Nov 2009 03:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://rehmangul.wordpress.com/?p=319#comment-607</guid>
		<description>[...] me of follow-up comments via email.     Writing Event Handlers and Attaching/Detaching using&#160;Features MVP&#160;Award             RSS [...]</description>
		<content:encoded><![CDATA[<p>[...] me of follow-up comments via email.     Writing Event Handlers and Attaching/Detaching using&nbsp;Features MVP&nbsp;Award             RSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Event Handlers and Attaching/Detaching using Features by rehmangul</title>
		<link>http://rehmangul.wordpress.com/2009/11/17/writing-event-handlers-and-deploying-using-features/#comment-606</link>
		<dc:creator>rehmangul</dc:creator>
		<pubDate>Tue, 24 Nov 2009 23:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://rehmangul.wordpress.com/?p=319#comment-606</guid>
		<description>Thanks Rick,

Usually the DLLs are named such that you are able to get a quick idea of what it is supposed to do. I wont recommed to add tokens to the name that represent content utilized within the DLL. If you modify the FeatureActivated given above, you could actually run this for all of the lists in your web, and in that case it would be impossible to give it a content based name.

In a real world, you will usually do:

CompanyName.ProductName.WhatItDoes.dll OR

ClientName.SharePoint.WhatItDoes.dll 

Hope this helps--</description>
		<content:encoded><![CDATA[<p>Thanks Rick,</p>
<p>Usually the DLLs are named such that you are able to get a quick idea of what it is supposed to do. I wont recommed to add tokens to the name that represent content utilized within the DLL. If you modify the FeatureActivated given above, you could actually run this for all of the lists in your web, and in that case it would be impossible to give it a content based name.</p>
<p>In a real world, you will usually do:</p>
<p>CompanyName.ProductName.WhatItDoes.dll OR</p>
<p>ClientName.SharePoint.WhatItDoes.dll </p>
<p>Hope this helps&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Event Handlers and Attaching/Detaching using Features by Rick</title>
		<link>http://rehmangul.wordpress.com/2009/11/17/writing-event-handlers-and-deploying-using-features/#comment-605</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://rehmangul.wordpress.com/?p=319#comment-605</guid>
		<description>Thanks for the great post. This is the first one I&#039;ve come across on this subject that was thorough and actually worked (without typos) the first time! :)

Since the &quot;FeatureActivated&quot; method has a hard coded List Name &quot;AlertMe&quot; in the code, would it be best to add the name of the list this feature is targeted to as part of the dll name? Potentially, i could have many feature dll&#039;s in my GAC, but it could be very confusing to know what dll does what. What would you suggest is the best practice for naming dlls?

Thanks again for your post.</description>
		<content:encoded><![CDATA[<p>Thanks for the great post. This is the first one I&#8217;ve come across on this subject that was thorough and actually worked (without typos) the first time! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Since the &#8220;FeatureActivated&#8221; method has a hard coded List Name &#8220;AlertMe&#8221; in the code, would it be best to add the name of the list this feature is targeted to as part of the dll name? Potentially, i could have many feature dll&#8217;s in my GAC, but it could be very confusing to know what dll does what. What would you suggest is the best practice for naming dlls?</p>
<p>Thanks again for your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Event Handlers and Attaching/Detaching using Features by jthake</title>
		<link>http://rehmangul.wordpress.com/2009/11/17/writing-event-handlers-and-deploying-using-features/#comment-604</link>
		<dc:creator>jthake</dc:creator>
		<pubDate>Tue, 17 Nov 2009 15:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://rehmangul.wordpress.com/?p=319#comment-604</guid>
		<description>SPDevWiki can import from a .doc file into a page you add and save. so you can get all the screenshots etc. in in one go.</description>
		<content:encoded><![CDATA[<p>SPDevWiki can import from a .doc file into a page you add and save. so you can get all the screenshots etc. in in one go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
