<?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>Just Ask about SharePoint - Beta &#187; Developer</title>
	<atom:link href="http://www.understandingsharepoint.com/justask/topics/developer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.understandingsharepoint.com/justask</link>
	<description>Get your SharePoint questions answered</description>
	<lastBuildDate>Tue, 21 Apr 2009 12:08:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How do I get access to the correct SPSite entity from a webpart</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-get-access-to-the-correct-spsite-entity-from-a-webpart</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-get-access-to-the-correct-spsite-entity-from-a-webpart#comments</comments>
		<pubDate>Tue, 06 Jan 2009 19:33:43 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>
		<category><![CDATA[webpart]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=387</guid>
		<description><![CDATA[<p>To get access to the correct SPSite entity from a webpart use the SPContext.Current where you have access to both the current site and web.</p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-get-access-to-the-correct-spsite-entity-from-a-webpart/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Visual Studio extentions for WSS</title>
		<link>http://www.understandingsharepoint.com/justask/whats-is-visual-studio-extentions-for-wss</link>
		<comments>http://www.understandingsharepoint.com/justask/whats-is-visual-studio-extentions-for-wss#comments</comments>
		<pubDate>Sun, 04 Jan 2009 21:57:54 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[VSeWSS]]></category>
		<category><![CDATA[What is]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=296</guid>
		<description><![CDATA[<p>Visual Studio extentions for WSS, or VSeWSS for short, is a toolkit developed by Microsoft for creating SharePoint functionality and features using Visual Studio. The toolkit is available for both Visual Studio 2005 and 2008.</p>
<p><a href="http://www.understandingsharepoint.com/justask/whats-is-visual-studio-extentions-for-wss" class="more-link">Read more on What is Visual Studio extentions for WSS&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/whats-is-visual-studio-extentions-for-wss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find associated groups in code</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:30:28 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=301</guid>
		<description><![CDATA[<p>To find associated groups in code you can either use the AssociatedGroups collection or access the individual groups as AssociatedOwnerGroup, AssociatedMemberGroup, or AssociatedVisitorGroup of an SPWeb object:</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">SPGroup owners <span style="color: #008000;">=</span> <span style="color: #0600FF;">this</span>.<span style="color: #0000FF;">Web</span>.<span style="color: #0000FF;">AssociatedOwnerGroup</span><span style="color: #008000;">;</span>
SPGroup members <span style="color: #008000;">=</span> <span style="color: #0600FF;">this</span>.<span style="color: #0000FF;">Web</span>.<span style="color: #0000FF;">AssociatedMemberGroup</span><span style="color: #008000;">;</span>
SPGroup visitors <span style="color: #008000;">=</span> <span style="color: #0600FF;">this</span>.<span style="color: #0000FF;">Web</span>.<span style="color: #0000FF;">AssociatedVisitorGroup</span><span style="color: #008000;">;</span></pre></div></div>

<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code" class="more-link">Read more on How do I find associated groups in code&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an associated group in SharePoint</title>
		<link>http://www.understandingsharepoint.com/justask/what-is-an-assosiated-group-in-sharepoint</link>
		<comments>http://www.understandingsharepoint.com/justask/what-is-an-assosiated-group-in-sharepoint#comments</comments>
		<pubDate>Sun, 04 Jan 2009 19:58:09 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Groups]]></category>
		<category><![CDATA[What is]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=294</guid>
		<description><![CDATA[<p>An associated group in SharePoint refers to the groups that are associated with the default roles in a SharePoint site. In SharePoint v3 these groups are Owners, Members, and Visitor. The groups are created by default when you create a new site collection. When you create a site inside an existing site collection the groups are created automatically if you select to not inherit permissions from the parent site.</p>
<p><a href="http://www.understandingsharepoint.com/justask/what-is-an-assosiated-group-in-sharepoint" class="more-link">Read more on What is an associated group in SharePoint&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/what-is-an-assosiated-group-in-sharepoint/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I add a link on the Create page</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page#comments</comments>
		<pubDate>Sat, 03 Jan 2009 18:00:48 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=376</guid>
		<description><![CDATA[<p>The only column to which you can add a link on the Create page is the Web Pages column. To add a link there, use a CustomAction feature with Location=&#8221;Microsoft.SharePoint.Create&#8221; and a GroupId=&#8221;WebPages&#8221;:</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page" class="more-link">Read more on How do I add a link on the Create page&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I deploy a workflow in SharePoint</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:23:49 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=374</guid>
		<description><![CDATA[<p>To deploy a workflow in SharePoint you use a feature. The feature should contain an elements file which points to the workflow to deploy. Here is a sample elements.xml file:</p>
<p> &#60;Elements xmlns=&#8221;<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>&#8220;&#62;<br />
  &#60;Workflow<br />
       Name=&#8221;Workflow name&#8221;<br />
       Description=&#8221;Workflow description&#8221;<br />
       Id=&#8221;GUID&#8221;<br />
       CodeBesideClass=&#8221;Namespace.Workflowclass&#8221;<br />
       CodeBesideAssembly=&#8221;ProjectName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=publicKeyToken&#8221;<br />
       StatusUrl=&#8221;_layouts/WrkStat.aspx&#8221;&#62;<br />
    &#60;Categories/&#62;<br />
    &#60;MetaData&#62;<br />
    &#60;/MetaData&#62;<br />
  &#60;/Workflow&#62;<br />
&#60;/Elements&#62;</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint" class="more-link">Read more on How do I deploy a workflow in SharePoint&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I get a list of all subsites in a site</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-get-a-list-in-all-subsites-to-a-site</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-get-a-list-in-all-subsites-to-a-site#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:52:42 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=271</guid>
		<description><![CDATA[<p>To get a list of all subsites in a site you can run the following pattern:</p>
<p>using (SPSite site = new SPSite(&#8220;[YOUR SITE COLLECTION URL]&#8220;))<br />
{<br />
    using (SPWeb web = site.RootWeb)<br />
    {<br />
        foreach (SPWeb subWeb in web.Webs)<br />
        {<br />
            // Do your thing&#8230;<br />
        }<br />
    }<br />
}</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-get-a-list-in-all-subsites-to-a-site" class="more-link">Read more on How do I get a list of all subsites in a site&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-get-a-list-in-all-subsites-to-a-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the limit of questions in a SharePoint survey</title>
		<link>http://www.understandingsharepoint.com/justask/what-is-the-limit-of-questions-in-a-sharepoint-survey</link>
		<comments>http://www.understandingsharepoint.com/justask/what-is-the-limit-of-questions-in-a-sharepoint-survey#comments</comments>
		<pubDate>Tue, 09 Dec 2008 07:28:49 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Survey]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=258</guid>
		<description><![CDATA[<p>The number of questions you can have in a survey varies by question type. To complicate matters you can also only have a limited number from a given question type group. The groups are:</p>
<p><a href="http://www.understandingsharepoint.com/justask/what-is-the-limit-of-questions-in-a-sharepoint-survey" class="more-link">Read more on What is the limit of questions in a SharePoint survey&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/what-is-the-limit-of-questions-in-a-sharepoint-survey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find the strong name of an assembly</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-find-the-strong-name-of-an-assembly</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-find-the-strong-name-of-an-assembly#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:00:57 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=230</guid>
		<description><![CDATA[To find the strong name of an assembly you have several options. If the assembly has been deployed to the global assembly cache, or GAC, you can open the assembly in the GAC (c:\Windows\Assembly) and view its properties.]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-find-the-strong-name-of-an-assembly/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I add a feature with a feature receiver event handler</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-add-a-feature-with-a-feature-receiver-event-handler</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-add-a-feature-with-a-feature-receiver-event-handler#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:35:33 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=225</guid>
		<description><![CDATA[To add a feature with a feature receiver event handler your feature.xml file needs to have ReceiverAssembly and ReceiverClass added to the Feature element]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-add-a-feature-with-a-feature-receiver-event-handler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
