<?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>Kommentare zu: A resumee about SharePoint Technology Conference 2009 in San Francisco</title>
	<atom:link href="http://blog.dynatrace.com/2009/01/30/a-resumee-about-sharepoint-technology-conference-2009-in-san-francisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com/2009/01/30/a-resumee-about-sharepoint-technology-conference-2009-in-san-francisco/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 09:39:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Von: Performance, Scalability and Architecture - Java and .NET Application Performance Management (dynaTrace Blog) &#187; SPTechCon 2009 Session Video available</title>
		<link>http://blog.dynatrace.com/2009/01/30/a-resumee-about-sharepoint-technology-conference-2009-in-san-francisco/comment-page-1/#comment-1310</link>
		<dc:creator>Performance, Scalability and Architecture - Java and .NET Application Performance Management (dynaTrace Blog) &#187; SPTechCon 2009 Session Video available</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=338#comment-1310</guid>
		<description>[...] already uploaded the sample apps at THIS blog post and now I am ready to announce that the two captured video sessions are also available HERE for [...]</description>
		<content:encoded><![CDATA[<p>[...] already uploaded the sample apps at THIS blog post and now I am ready to announce that the two captured video sessions are also available HERE for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Eric Murray</title>
		<link>http://blog.dynatrace.com/2009/01/30/a-resumee-about-sharepoint-technology-conference-2009-in-san-francisco/comment-page-1/#comment-1108</link>
		<dc:creator>Eric Murray</dc:creator>
		<pubDate>Thu, 05 Feb 2009 19:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=338#comment-1108</guid>
		<description>No problem, Andreas.

You should also check out WSPBuilder: 

http://www.codeplex.com/wspbuilder

WSPBuilder is a great tool for rapid SharePoint solution development, but it has a nice feature you could take advantage of for debugging even if you weren&#039;t using it to develop solutions with the tool.  Once installed, you will get a new bit of functionality within Visual Studio. When you right click on your VS project, you&#039;ll see a WSP menu, and if you expand it, there&#039;s an option to attach the debugger to IIS worker processes.  This is even faster and doesn&#039;t require you to hit a web site to use the debugger feature, but I&#039;m not sure if it&#039;s just attaching to all of the IIS processes or just the one you need.</description>
		<content:encoded><![CDATA[<p>No problem, Andreas.</p>
<p>You should also check out WSPBuilder: </p>
<p><a href="http://www.codeplex.com/wspbuilder" rel="nofollow"></a><a href='http://www.codeplex.com/wspbuilder'>http://www.codeplex.com/wspbuilder</a></p>
<p>WSPBuilder is a great tool for rapid SharePoint solution development, but it has a nice feature you could take advantage of for debugging even if you weren&#8217;t using it to develop solutions with the tool.  Once installed, you will get a new bit of functionality within Visual Studio. When you right click on your VS project, you&#8217;ll see a WSP menu, and if you expand it, there&#8217;s an option to attach the debugger to IIS worker processes.  This is even faster and doesn&#8217;t require you to hit a web site to use the debugger feature, but I&#8217;m not sure if it&#8217;s just attaching to all of the IIS processes or just the one you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andreas Grabner</title>
		<link>http://blog.dynatrace.com/2009/01/30/a-resumee-about-sharepoint-technology-conference-2009-in-san-francisco/comment-page-1/#comment-1081</link>
		<dc:creator>Andreas Grabner</dc:creator>
		<pubDate>Mon, 02 Feb 2009 04:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=338#comment-1081</guid>
		<description>Thanks for that link - thats a nice feature and definitely makes debugging easier.

Keep me posted in case you have other tools and features to share with me and the community.

Good to hear that you enjoyed the session - thanks for the feedback</description>
		<content:encoded><![CDATA[<p>Thanks for that link &#8211; thats a nice feature and definitely makes debugging easier.</p>
<p>Keep me posted in case you have other tools and features to share with me and the community.</p>
<p>Good to hear that you enjoyed the session &#8211; thanks for the feedback</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Eric Murray</title>
		<link>http://blog.dynatrace.com/2009/01/30/a-resumee-about-sharepoint-technology-conference-2009-in-san-francisco/comment-page-1/#comment-1080</link>
		<dc:creator>Eric Murray</dc:creator>
		<pubDate>Sun, 01 Feb 2009 19:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=338#comment-1080</guid>
		<description>I attended both of your sessions at the SPTechCon in San Francisco last week - great job!  I got a lot out of them, definitely one of the better set of sessions I went to all week.

I noticed you were talking about how to attach the debugger in Visual Studio at the end of the second session, and wanted to let you know (if you don&#039;t already) about Scott Hillier&#039;s &quot;Attach Debugger&quot; feature:

http://blogs.msdn.com/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx

I use this in dev all the time, it&#039;s very handy - instead of having to guess which worker process to attach to, this one will either directly attach for you from a SharePoint custom action in the Site Actions menu, or tell you the ID of the worker process to manually attach to.</description>
		<content:encoded><![CDATA[<p>I attended both of your sessions at the SPTechCon in San Francisco last week &#8211; great job!  I got a lot out of them, definitely one of the better set of sessions I went to all week.</p>
<p>I noticed you were talking about how to attach the debugger in Visual Studio at the end of the second session, and wanted to let you know (if you don&#8217;t already) about Scott Hillier&#8217;s &#8220;Attach Debugger&#8221; feature:</p>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx" rel="nofollow"></a><a href='http://blogs.msdn.com/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx'>http://blogs.msdn.com/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx</a></p>
<p>I use this in dev all the time, it&#8217;s very handy &#8211; instead of having to guess which worker process to attach to, this one will either directly attach for you from a SharePoint custom action in the Site Actions menu, or tell you the ID of the worker process to manually attach to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

