<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx</link><description>How do I get started working as a Professional Developer on SharePoint? Here's a brief outline of the options. First you need to have prerequisite skills in .NET Development and in particular ASP.NET Development. SharePoint is built on those technologies</description><dc:language>en-NZ</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8447489</link><pubDate>Thu, 01 May 2008 22:36:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8447489</guid><dc:creator>WF Team Bloggers</dc:creator><description>&lt;p&gt;How do I get started working as a Professional Developer on SharePoint? Here's a brief outline of the&lt;/p&gt;
</description></item><item><title>WSS 3.0 &amp; MOSS: Recopilación de enlaces interesantes (XVII)!</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8458589</link><pubDate>Sun, 04 May 2008 21:35:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8458589</guid><dc:creator>Blog del CIIN</dc:creator><description>&lt;p&gt;Aunque cada vez es m&amp;#225;s dif&amp;#237;cil ponerse al d&amp;#237;a, sobre todo por la falta de tiempo, de vez en cuando consigo&lt;/p&gt;
</description></item><item><title>SharePoint and Service Desks - Organisational Responsibilities</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8460590</link><pubDate>Mon, 05 May 2008 17:36:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8460590</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Body: I attended a great Information Management morning in Perth last week and bumped into a fair few&lt;/p&gt;
</description></item><item><title>SharePoint Development for the Masses</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8460894</link><pubDate>Mon, 05 May 2008 19:54:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8460894</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Body: As a consequence of having a fairly high profile in the SharePoint Development community, I get&lt;/p&gt;
</description></item><item><title>SharePoint Development - Meet Paul Andrew</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8484504</link><pubDate>Sun, 11 May 2008 00:14:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8484504</guid><dc:creator>Arpan Shah's Blog</dc:creator><description>&lt;p&gt;Paul Andrew leads the SharePoint Developer Readiness effort at Microsoft. He recently wrote an excellent&lt;/p&gt;
</description></item><item><title>re: Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8487632</link><pubDate>Sun, 11 May 2008 18:33:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8487632</guid><dc:creator>Jonas</dc:creator><description>&lt;p&gt;I'm being picky but your code sample is a great example of how to ignore exceptions and assuming the person running the sample (the developer) is an admin.&lt;/p&gt;
&lt;p&gt;You should always use a using statement (or try finally) to ensure proper disposal of the SPSite and SPWeb in case of exceptions.&lt;/p&gt;
&lt;p&gt;Accessing the AllWebs property will throw unless the caller has enough permissions.&lt;/p&gt;
&lt;p&gt;I think it's important that MS pays a lot of attention to the samples put out there. Especially since you emphasize security and resource usage in a lot of SharePoint articles.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;static void Main(string[] args)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Update to your server name&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPSite siteCollection = new SPSite(&amp;quot;&lt;a rel="nofollow" target="_new" href="http://localhost&amp;quot;"&gt;http://localhost&amp;quot;&lt;/a&gt;); &amp;nbsp;// Will leak if ther's an exception&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPWebCollection sites = siteCollection.AllWebs; // Will throw unless proper permissions&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;/Jonas&lt;/p&gt;</description></item><item><title>Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8495967</link><pubDate>Mon, 12 May 2008 21:42:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8495967</guid><dc:creator>Microsoft SharePoint Products and Technologies Team Blog</dc:creator><description>&lt;p&gt;Here's one of the best, most succinct lists of resources for SharePoint developers that I've seen thus&lt;/p&gt;
</description></item><item><title>Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8496864</link><pubDate>Tue, 13 May 2008 00:06:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8496864</guid><dc:creator>Community</dc:creator><description>&lt;p&gt;Here&amp;amp;#39;s one of the best, most succinct lists of resources for SharePoint developers that I&amp;amp;#39;ve&lt;/p&gt;
</description></item><item><title>re: Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8499585</link><pubDate>Tue, 13 May 2008 12:10:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8499585</guid><dc:creator>Michael Greth</dc:creator><description>&lt;p&gt;We have collected lots of additional ressources in our SharepointCommunity Wiki&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://live.sharepointcommunity.de/wiki/Wiki-Seiten/Entwickler.aspx"&gt;http://live.sharepointcommunity.de/wiki/Wiki-Seiten/Entwickler.aspx&lt;/a&gt; and &lt;a rel="nofollow" target="_new" href="http://live.sharepointcommunity.de/wiki/Wiki-Seiten/Entwicklung.aspx"&gt;http://live.sharepointcommunity.de/wiki/Wiki-Seiten/Entwicklung.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>SharePoint Kaffeetasse #66</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8502848</link><pubDate>Wed, 14 May 2008 10:16:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8502848</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Entwicklung Getting Started with SharePoint Development von Paul Andrew dazu auch SharePoint Community&lt;/p&gt;
</description></item><item><title>re: Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8519782</link><pubDate>Tue, 20 May 2008 01:00:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8519782</guid><dc:creator>pandrew</dc:creator><description>&lt;p&gt;Hi Jonas,&lt;/p&gt;
&lt;p&gt;Thanks for pointing out the coding improvements I should make. I added a using statement for the first allocation so that dispose will get called. For the second one, because the allocation is in a for statement I added a try..finally to ensure that dispose is called. I got this code reviewed by a few friends also before republishing.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
</description></item><item><title>re: Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8552382</link><pubDate>Mon, 26 May 2008 16:21:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8552382</guid><dc:creator>Jeremy Thake</dc:creator><description>&lt;p&gt;I've been writing around the same sort of thing and read this and it got me thinking. I've posted some thoughts...be great to hear what you think:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://wss.made4the.net/archive/2008/05/26/solution-development-in-sharepoint-2007.aspx"&gt;http://wss.made4the.net/archive/2008/05/26/solution-development-in-sharepoint-2007.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Getting Started with SharePoint Development</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8558279</link><pubDate>Thu, 29 May 2008 16:17:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8558279</guid><dc:creator>TechniKala</dc:creator><description>&lt;p&gt;Thanks for showing us the way !!&lt;/p&gt;</description></item><item><title>Blogging again</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#8569422</link><pubDate>Mon, 02 Jun 2008 17:03:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8569422</guid><dc:creator>Amar Galla's Weblog</dc:creator><description>&lt;p&gt;Some of my old readers would have noticed that I've stopped blogging for quite a while now. Thing in&lt;/p&gt;
</description></item><item><title>Capability Checklist for Successful SharePoint</title><link>http://blogs.msdn.com/pandrew/archive/2008/05/01/getting-started-with-sharepoint-development.aspx#9003591</link><pubDate>Fri, 17 Oct 2008 22:51:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9003591</guid><dc:creator>Eli Robillard's World of Blog.</dc:creator><description>&lt;p&gt;Successful deployment of SharePoint is no different than any other corporate strategy or project, only&lt;/p&gt;
</description></item></channel></rss>