<?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>Visual Studio SharePoint Development Blog</title><link>http://blogs.msdn.com/vssharepointtoolsblog/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>How to deploy a style sheet into content library using Visual Studio 2010 Beta 2</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/11/23/how-to-deploy-a-style-sheet-into-content-library-using-visual-studio-2010-beta-2.aspx</link><pubDate>Mon, 23 Nov 2009 21:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927557</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9927557.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9927557</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9927557</wfw:comment><description>&lt;P&gt;If you do not want to inherit the look and feel of the out of the box SharePoint application and content pages, you can change it using Cascading Style Sheets (CSS). Style sheets can either be deployed to the Layouts folder or Styles library using Visual Studio 2010.&amp;nbsp; Files deployed to the Layouts folder reside on the machine’s file system and the files deployed to the Styles Library reside in the content database. You can find more information on the pros and cons of deploying files to the Layouts vs. Styles Library in the following MSDN article, &lt;A href="http://msdn.microsoft.com/en-us/library/dd221375.aspx#odcsp2007taDeploymentOptionsforBrandingFiles" mce_href="http://msdn.microsoft.com/en-us/library/dd221375.aspx#odcsp2007taDeploymentOptionsforBrandingFiles"&gt;Implementing a Brand in a SharePoint Server 2007 Publishing Site&lt;/A&gt;. You can also deploy a style sheet to the Layouts folder using a mapped folder, which is not shown here. &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;In order to deploy a style sheet to the content database you will need to follow these steps:&lt;/P&gt;
&lt;P&gt;1. Create an VS 2010 Empty SharePoint project&lt;/P&gt;
&lt;P&gt;2. Add a new “Module”&amp;nbsp; Item named “Styles” to the project&lt;/P&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id=scid:6960CE03-38FC-44df-87D4-FA4540212B06:166eaf3b-8606-4715-bbda-7001790fcf87 class=wlWriterEditableSmartContent&gt;&lt;IMG style="WIDTH: 786px; HEIGHT: 543px" alt="" src="http://blogs.msdn.com/photos/vssharepointtoolsblog/images/9927547/original.aspx"&gt;&lt;/DIV&gt;
&lt;P&gt;3. Delete the sample.txt&lt;/P&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id=scid:6960CE03-38FC-44df-87D4-FA4540212B06:46b48449-5e9e-44c3-a319-3dde3cab24d5 class=wlWriterEditableSmartContent&gt;&lt;IMG style="WIDTH: 361px; HEIGHT: 394px" alt="" src="http://blogs.msdn.com/photos/vssharepointtoolsblog/images/9927549/original.aspx"&gt;&lt;/DIV&gt;
&lt;P&gt;4. Right click on the “Styles” folder and add a .css file(found under web node in the Add New Item dialog) and name it “newstyle.css”, while adding the style tags that you would like to define.&lt;/P&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id=scid:6960CE03-38FC-44df-87D4-FA4540212B06:0df98387-3ae2-4773-91ab-fda4ef0eff78 class=wlWriterEditableSmartContent&gt;&lt;IMG style="WIDTH: 836px; HEIGHT: 578px" alt="" src="http://blogs.msdn.com/photos/vssharepointtoolsblog/images/9927548/original.aspx"&gt;&lt;/DIV&gt;
&lt;P&gt;5. In the elements.xml file, specify the Url of the Module as “Styles Library” and set the file Type as “GhostableInLibrary”&lt;/P&gt;&lt;PRE&gt;&lt;PRE style="BACKGROUND-COLOR: #fbfbfb; MARGIN: 0em; WIDTH: 100%; FONT-FAMILY: consolas,'Courier New',courier,monospace; FONT-SIZE: 12px"&gt;&lt;SPAN style="COLOR: #0000ff"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #800000"&gt;Module&lt;/SPAN&gt; &lt;SPAN style="COLOR: #ff0000"&gt;Name&lt;/SPAN&gt;=&lt;SPAN style="COLOR: #0000ff"&gt;"Styles"&lt;/SPAN&gt; &lt;SPAN style="COLOR: #ff0000"&gt;Url&lt;/SPAN&gt;=&lt;SPAN style="COLOR: #0000ff"&gt;"style Library"&lt;/SPAN&gt;&lt;SPAN style="COLOR: #0000ff"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;PRE style="BACKGROUND-COLOR: #ffffff; MARGIN: 0em; WIDTH: 100%; FONT-FAMILY: consolas,'Courier New',courier,monospace; FONT-SIZE: 12px"&gt;&lt;SPAN style="COLOR: #0000ff"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #800000"&gt;File&lt;/SPAN&gt; &lt;SPAN style="COLOR: #ff0000"&gt;Path&lt;/SPAN&gt;=&lt;SPAN style="COLOR: #0000ff"&gt;"Styles\newstyle.css"&lt;/SPAN&gt; &lt;SPAN style="COLOR: #ff0000"&gt;Url&lt;/SPAN&gt;=&lt;SPAN style="COLOR: #0000ff"&gt;"newstyle.css"&lt;/SPAN&gt; &lt;SPAN style="COLOR: #ff0000"&gt;Type&lt;/SPAN&gt;=&lt;SPAN style="COLOR: #0000ff"&gt;"GhostableInLibrary"&lt;/SPAN&gt;&lt;SPAN style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;PRE style="BACKGROUND-COLOR: #fbfbfb; MARGIN: 0em; WIDTH: 100%; FONT-FAMILY: consolas,'Courier New',courier,monospace; FONT-SIZE: 12px"&gt;&lt;SPAN style="COLOR: #0000ff"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR: #800000"&gt;Module&lt;/SPAN&gt;&lt;SPAN style="COLOR: #0000ff"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;PRE style="BACKGROUND-COLOR: #ffffff; MARGIN: 0em; WIDTH: 100%; FONT-FAMILY: consolas,'Courier New',courier,monospace; FONT-SIZE: 12px"&gt;&lt;/PRE&gt;6. Right click on the project and choose deploy. &lt;/PRE&gt;
&lt;P&gt;7. The stylesheet should now be deployed to the style library which you can view by going to http://&amp;lt;MachineName&amp;gt;/Style%20Library/Forms/AllItems.aspx&lt;/P&gt;
&lt;P&gt;You can reference the file like any other css file using the path &lt;A href="http://%3cmachinename%3e/Style%20Library/newstyle.css"&gt;http://&amp;lt;MachineName&amp;gt;/Style%20Library/newstyle.css&lt;/A&gt;. &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Pallavi Vajranabhaiah&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9927557" width="1" height="1"&gt;</description></item><item><title>Channel9 Interviews and Demos</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/11/23/channel9-interviews-and-demos.aspx</link><pubDate>Mon, 23 Nov 2009 18:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927424</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9927424.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9927424</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9927424</wfw:comment><description>&lt;P style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 12pt" mce_style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;The Visual Studio Team has been releasing a series of Channel 9 interviews and demos on the new SharePoint tools in Visual Studio 2010. Please check them out and give us your feedback!&lt;/P&gt;
&lt;P style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 12pt" mce_keep="true" mce_style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in" type=disc mce_style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in"&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle" mce_style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;A href="http://channel9.msdn.com/posts/funkyonex/Overview-of-SharePoint-Development-in-Visual-Studio-2010/" mce_href="http://channel9.msdn.com/posts/funkyonex/Overview-of-SharePoint-Development-in-Visual-Studio-2010/"&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt"&gt;Overview of SharePoint Development in Visual Studio 2010&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-STYLE: normal; FONT-FAMILY: Calibri; FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-WEIGHT: normal; TEXT-DECORATION: none" mce_style="FONT-STYLE: normal; FONT-FAMILY: Calibri; FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-WEIGHT: normal; TEXT-DECORATION: none"&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in" type=disc mce_style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in"&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle" mce_style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;A href="http://channel9.msdn.com/posts/funkyonex/Importing-SharePoint-Solution-Packages-WSP-into-Visual-Studio-2010/" mce_href="http://channel9.msdn.com/posts/funkyonex/Importing-SharePoint-Solution-Packages-WSP-into-Visual-Studio-2010/"&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt"&gt;Importing SharePoint Solution Packages (WSP) into Visual Studio 2010&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-STYLE: normal; FONT-FAMILY: Calibri; FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-WEIGHT: normal; TEXT-DECORATION: none" mce_style="FONT-STYLE: normal; FONT-FAMILY: Calibri; FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-WEIGHT: normal; TEXT-DECORATION: none"&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in" type=disc mce_style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in"&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle" mce_style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;A href="http://channel9.msdn.com/posts/funkyonex/SharePoint-Feature-and-Package-Designers-in-Visual-Studio-2010/" mce_href="http://channel9.msdn.com/posts/funkyonex/SharePoint-Feature-and-Package-Designers-in-Visual-Studio-2010/"&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt"&gt;SharePoint Feature and Package Designers in Visual Studio 2010&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-STYLE: normal; FONT-FAMILY: Calibri; FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-WEIGHT: normal; TEXT-DECORATION: none" mce_style="FONT-STYLE: normal; FONT-FAMILY: Calibri; FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-WEIGHT: normal; TEXT-DECORATION: none"&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in" type=disc mce_style="MARGIN-TOP: 0in; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in"&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle" mce_style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;A href="http://channel9.msdn.com/posts/funkyonex/Using-the-SharePoint-Business-Data-Connectivity-Designer-in-VS-2010/" mce_href="http://channel9.msdn.com/posts/funkyonex/Using-the-SharePoint-Business-Data-Connectivity-Designer-in-VS-2010/"&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: 11pt"&gt;Using the SharePoint Business Data Connectivity Designer in Visual Studio 2010 &lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9927424" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Packaging/default.aspx">Packaging</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/announcement/default.aspx">announcement</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint+Server+2010/default.aspx">SharePoint Server 2010</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>SharePoint Server 2010 Beta is available</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/11/18/sharepoint-server-2010-beta-is-available.aspx</link><pubDate>Wed, 18 Nov 2009 18:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9924506</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9924506.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9924506</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9924506</wfw:comment><description>Public beta release of SharePoint Server 2010 was &lt;A href="http://www.microsoft.com/presspass/presskits/2010office/" mce_href="http://www.microsoft.com/presspass/presskits/2010office/"&gt;announced&lt;/A&gt; today at PDC. This is great news for SharePoint developers because you can start using Visual Studio 2010 Beta2 to develop against SharePoint Server 2010. You can download SharePoint Server 2010 &lt;A href="http://sharepoint.microsoft.com/Pages/Default.aspx" mce_href="http://sharepoint.microsoft.com/Pages/Default.aspx"&gt;here&lt;/A&gt;. &lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9924506" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/announcement/default.aspx">announcement</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint+Server+2010/default.aspx">SharePoint Server 2010</category></item><item><title>Getting Started with the SharePoint Packaging Designers</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/11/02/getting-started-with-the-sharepoint-packaging-designers.aspx</link><pubDate>Mon, 02 Nov 2009 22:37:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9916423</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9916423.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9916423</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9916423</wfw:comment><description>&lt;p&gt;Visual Studio 2010 SharePoint Tooling supports packaging of WSP files with visual designers, tool-windows and MSBuild. Here we start by introducing the designers.&lt;/p&gt;  &lt;p&gt;The feature and package designers expose deployment concepts which are familiar to SharePoint developers. These include features, packages and SharePoint items as well as their attributes and contents. Some of them include feature scope, feature dependencies, packaged assemblies, safe-controls, class resources, and more. Additionally, the designers abstract away the more difficult concepts and provide pre-deployment validation rules to avoid common issues when deploying your solutions.&amp;#160; The designers allow advanced users partial or full control of the feature and solution manifest files to merge or add data and view the final product.&amp;#160; Whatever your skill level you’ll find the new designers an exciting addition to your SharePoint development arsenal.&lt;/p&gt;  &lt;p&gt;The best way to get started with packaging is to create a SharePoint project. SharePoint projects come standard with a Features and Package folder in your project. There are 0..n features in a SharePoint project and always 1 package. Here is a sample List Definition project as viewed in the solution explorer.&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:6960CE03-38FC-44df-87D4-FA4540212B06:7c16be31-33cb-44af-9897-959eb5176961" class="wlWriterEditableSmartContent"&gt;&lt;img src="http://blogs.msdn.com/photos/sharepointtoolsbloggallery/images/9916408/original.aspx" alt="" style="width:300px; height:253px;" /&gt;&lt;/div&gt; &lt;/p&gt;  &lt;p&gt;Opening the Feature1 designer shows that the List Definition and List Instance SP project items are included by default in the feature. The SharePoint items which are included in the feature are visible in the list on the right. Other available SharePoint items in the solution will be shown in the list on the left if they match the feature’s scope. Remember that you must have a compatible feature scope for SharePoint items to be packaged in this feature. Configuring the feature properties can be done via the property grid and some of these properties are visible on the designer UI.&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:6960CE03-38FC-44df-87D4-FA4540212B06:b96f7e75-9bb2-4de7-8e62-7a579e49490d" class="wlWriterEditableSmartContent"&gt;&lt;img src="http://blogs.msdn.com/photos/sharepointtoolsbloggallery/images/9916409/original.aspx" alt="" style="width:580px; height:588px;" /&gt;&lt;/div&gt; &lt;/p&gt;  &lt;p&gt;In turn, the package designer can be opened to show that the feature is included in the package. Package related properties are exposed on the designer and in the property grid. At this point your solution is ready for packaging. Right click the project node and select &lt;i&gt;Package&lt;/i&gt; to generate a WSP in the output directory. Packaging includes validation of the SharePoint package for potential problems, generating the feature.xml and manifest.xml files and packaging all the files for your SharePoint items.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:6960CE03-38FC-44df-87D4-FA4540212B06:83123845-0be1-4647-937e-324913d076a1" class="wlWriterEditableSmartContent"&gt;&lt;img src="http://blogs.msdn.com/photos/sharepointtoolsbloggallery/images/9916410/original.aspx" alt="" style="width:580px; height:377px;" /&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Here is a look at the contents of the WSP once it is packaged for deployment.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:6960CE03-38FC-44df-87D4-FA4540212B06:f73c120e-40ad-446d-8063-d0f44cb786af" class="wlWriterEditableSmartContent"&gt;&lt;img src="http://blogs.msdn.com/photos/sharepointtoolsbloggallery/images/9916413/original.aspx" alt="" style="width:661px; height:167px;" /&gt;&lt;/div&gt;  &lt;p&gt;Further information on Packaging and Deploying SharePoint Solutions can be found on MSDN &lt;a href="http://msdn.microsoft.com/en-us/library/ee231544(VS.100).aspx"&gt;here&lt;/a&gt;. Stay tuned for further updates from the team on SharePoint Tools and packaging in VS 2010. If there are specific topics you’d like us to address please feel free to post them to the comments.&lt;/p&gt;  &lt;p&gt;Erik Cutts &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9916423" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Packaging/default.aspx">Packaging</category></item><item><title>Support for SharePoint 2007 in Visual Studio 2010</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/30/support-for-sharepoint-2007-in-visual-studio-2010.aspx</link><pubDate>Fri, 30 Oct 2009 18:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9915405</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9915405.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9915405</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9915405</wfw:comment><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;On SharePoint conference Steve Ballmer announced that SharePoint 2010 Beta2 is going to be released in November. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;In one of the &lt;A href="http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/21/short-overview-of-sharepoint-features-in-visual-studio-2010.aspx" mce_href="http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/21/short-overview-of-sharepoint-features-in-visual-studio-2010.aspx"&gt;previous posts&lt;/A&gt; I mentioned all project and project item templates that are supported if you are developing against SharePoint 2010. To develop and use new project templates you will need a 64-bit client or server OS and 64-bit installation of SharePoint 2010. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Experience for developing for previous release of SharePoint (Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3) with Visual Studio 2010 has not changed compared to Visual Studio 2008. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;See the below table for comparison between Visual Studio 2008 and Visual Studio 2010. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;
&lt;TABLE style="MARGIN: auto auto auto 5.4pt; WIDTH: 441.9pt; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class=MsoNormalTable border=0 cellSpacing=0 cellPadding=0 width=589 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #9bbb59 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 128pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #9bbb59; HEIGHT: 15pt; BORDER-TOP: #9bbb59 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" vAlign=top width=171&gt;
&lt;P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center&gt;&lt;B&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Visual Studio 2008&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 313.9pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #9bbb59; HEIGHT: 15pt; BORDER-TOP: #9bbb59 1pt solid; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=419 colSpan=2&gt;
&lt;P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center&gt;&lt;B&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Visual Studio 2010&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 13.85pt; mso-yfti-irow: 1"&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #9bbb59 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 128pt; PADDING-RIGHT: 5.4pt; HEIGHT: 13.85pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" vAlign=top width=171&gt;
&lt;P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;SharePoint 2007&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 157pt; PADDING-RIGHT: 5.4pt; HEIGHT: 13.85pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;SharePoint 2007&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 156.9pt; PADDING-RIGHT: 5.4pt; HEIGHT: 13.85pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;SharePoint 2010&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 74.25pt; mso-yfti-irow: 2"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #9bbb59 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 128pt; PADDING-RIGHT: 5.4pt; HEIGHT: 74.25pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" vAlign=top width=171&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Sequential workflow and State Machine workflow&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 157pt; PADDING-RIGHT: 5.4pt; HEIGHT: 74.25pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;Sequential workflow and State Machine workflow &lt;/FONT&gt;&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 8pt"&gt;(same project templates as in Visual Studio 2008)&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 156.9pt; PADDING-RIGHT: 5.4pt; HEIGHT: 74.25pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;All new features, project and project item templates (&lt;A href="http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/21/short-overview-of-sharepoint-features-in-visual-studio-2010.aspx" mce_href="http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/21/short-overview-of-sharepoint-features-in-visual-studio-2010.aspx"&gt;see previous post&lt;/A&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 30pt; mso-yfti-irow: 3"&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #9bbb59 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 128pt; PADDING-RIGHT: 5.4pt; HEIGHT: 30pt; BORDER-TOP: #9bbb59 1pt solid; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=171&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;32-bit server OS and 32-bit MOSS only&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 157pt; PADDING-RIGHT: 5.4pt; HEIGHT: 30pt; BORDER-TOP: #9bbb59 1pt solid; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;32-bit server OS and 32-bit MOSS &lt;B&gt;and WSS*&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 156.9pt; PADDING-RIGHT: 5.4pt; HEIGHT: 30pt; BORDER-TOP: #9bbb59 1pt solid; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;64-bit server or 64-bit client OS and 64-bit SharePoint 2010*&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 24pt; mso-yfti-irow: 4; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #9bbb59 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 128pt; PADDING-RIGHT: 5.4pt; HEIGHT: 24pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" vAlign=top width=171&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 9pt"&gt;*64-bit OS and SharePoint are not supported&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 137pt; PADDING-RIGHT: 5.4pt; HEIGHT: 24pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;*64-bit OS and SharePoint are &lt;B&gt;not&lt;/B&gt; supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #9bbb59 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 156.9pt; PADDING-RIGHT: 5.4pt; HEIGHT: 24pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #9bbb59 1pt solid; PADDING-TOP: 0in" vAlign=top width=209&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;*Only 64-bit OS and SharePoint are supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;Check &lt;A href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx"&gt;this link&lt;/A&gt; for hardware and software requirements for SharePoint Server 2010.&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;Peter Jausovec&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9915405" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Visual+Studio+10/default.aspx">Visual Studio 10</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/VS2010/default.aspx">VS2010</category></item><item><title>Windows 7 and SharePoint 2010</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/22/windows-7-and-sharepoint-2010.aspx</link><pubDate>Thu, 22 Oct 2009 19:33:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9911630</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9911630.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9911630</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9911630</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/windows/windows-7/default.aspx"&gt;Windows 7&lt;/a&gt; was released today and it was &lt;a href="https://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx"&gt;announced on SharePoint blog&lt;/a&gt; that Office and SharePoint Server 2010 will be available for broad Beta in November. &lt;/p&gt;  &lt;p&gt;There is a good news for SharePoint developers – you can install SharePoint 2010 on both Windows 7 and Vista client machines. This means that you no longer need a server OS to develop for SharePoint (SharePoint 2010 client install is not supported for production only for development). &lt;/p&gt;  &lt;p&gt;You can already get your Windows 7 copy online at &lt;a href="http://store.microsoft.com/microsoft/Windows-Windows-7/category/102"&gt;Microsoft Store&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Peter Jausovec&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9911630" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Windows7/default.aspx">Windows7</category></item><item><title>Short Overview of SharePoint Features in Visual Studio 2010</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/10/21/short-overview-of-sharepoint-features-in-visual-studio-2010.aspx</link><pubDate>Wed, 21 Oct 2009 17:29:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9910751</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9910751.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9910751</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9910751</wfw:comment><description>&lt;p&gt;&lt;font face="Verdana"&gt;As you probably know, Visual Studio 2010 was announced earlier this week and it contains a lot of cool features and project templates for SharePoint developers. Below is a short overview for some of the SharePoint development related features and project templates. &lt;/font&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font face="Verdana"&gt;Configurable deployment &lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;With all new SharePoint project templates you can leverage new configurable deployment feature which lets you configure the way you want to deploy or retract your project. Besides using provided, out of the box deployment steps (Run Pre-Deployment Command, Run Post-Deployment Command, Recycle IIS Application Pool, Retract Solution, Add Solution, and Activate Features) you can use SharePoint extensibility to create your own, custom deployment steps and deployment configurations.&lt;/font&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font face="Verdana"&gt;Sandboxed and farm solutions&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;Some SharePoint projects can be deployed either as sandboxed or farm solutions. Sandboxed solutions run in a secure and monitored process that has limited resource access and with farm solutions user must have SharePoint administrator privileges to run or deploy the solution. You can read more about SharePoint sandboxed solution &lt;/font&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee539083(office.14).aspx"&gt;&lt;font face="Verdana"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt;. &lt;/font&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font face="Verdana"&gt;Extending SharePoint Tools &lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;Even though Visual Studio 2010 contains a set of project templates you can also extend them. You can create extensions for projects, project items, define your own project item types and create deployment extensions. You can read more about extending SharePoint tools on &lt;/font&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee256693(VS.100).aspx"&gt;&lt;font face="Verdana"&gt;MSDN&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font face="Verdana"&gt;Feature and Package Designer&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;Feature and package designers give you the ability to customize features in your solution and with packaging designer you can customize which features are getting deployed and how. More about feature and package designer is &lt;/font&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee231544(VS.100).aspx"&gt;&lt;font face="Verdana"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font face="Verdana"&gt;SharePoint Explorer&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;SharePoint Explorer is a new tool window that gives you a view into your SharePoint server. You can get a hierarchical view of lists, sites and workflows on your SharePoint server.&lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font face="Verdana"&gt;SharePoint Project and Project Item Templates&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;The following SharePoint specific project templates and project item templates are available in Visual Studio 2010: &lt;/font&gt;&lt;/p&gt;  &lt;h5&gt;&lt;font face="Verdana"&gt;Project Templates&lt;/font&gt;&lt;/h5&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Verdana"&gt;Empty SharePoint project&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Visual Web Part project&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Sequential and State Machine Workflow&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Business Data Connectivity Model&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Event Receiver&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;List Definition&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Content Type&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Module Project&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Site Definition &lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;h5&gt;&lt;font face="Verdana"&gt;Project Item Templates&lt;/font&gt;&lt;/h5&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Verdana"&gt;Empty Element&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Web Part &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;User Control&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Application Page&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Association Form&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Initiation Form&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Business Data Connectivity Resource Item&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;List Instance&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;List Definition From Content Type&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Global Resources File&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;Besides above mentioned project templates, there are two import project templates for importing .WSP file contents and importing reusable workflows: &lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Verdana"&gt;Import Reusable Workflow&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Verdana"&gt;Import SharePoint Solution Package&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;&lt;font face="Verdana"&gt;How to download, install and get started&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;If you are a MSDN subscriber, you can download Visual Studio 2010 from &lt;/font&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=151797"&gt;&lt;font face="Verdana"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt;. Download will be available to everyone on October 21st. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;If you want to know how to download and install Visual Studio 2010 watch &lt;/font&gt;&lt;a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-33-Downloading-and-Installing-Visual-Studio-2010-Beta-2/"&gt;&lt;font face="Verdana"&gt;Channel9 video&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;To get you started, head over to &lt;/font&gt;&lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx"&gt;&lt;font face="Verdana"&gt;MSDN&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt; and read some of the walkthroughs on SharePoint Development in Visual Studio 2010. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Verdana"&gt;Peter Jausovec&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9910751" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/VS2010/default.aspx">VS2010</category></item><item><title>Learning SharePoint development</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/01/29/learning-sharepoint-development.aspx</link><pubDate>Fri, 30 Jan 2009 03:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9383986</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9383986.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9383986</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9383986</wfw:comment><description>&lt;P&gt;I found an interesting Wiki on &lt;A class="" href="http://www.sharepointdevwiki.com/display/public/Welcome" mce_href="http://www.sharepointdevwiki.com/display/public/Welcome"&gt;SharePoint development&lt;/A&gt;. Wiki contains info for admins, about the web UI, on SharePoint Designer and Visual Studio. Check it out at &lt;A class="" href="http://www.sharepointdevwiki.com/display/public/Welcome" mce_href="http://www.sharepointdevwiki.com/display/public/Welcome"&gt;SharePoint Dev Wiki&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9383986" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>SharePoint development in Visual Studio 10</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2008/11/24/sharepoint-development-in-visual-studio-10.aspx</link><pubDate>Mon, 24 Nov 2008 22:31:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9138547</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/9138547.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=9138547</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=9138547</wfw:comment><description>&lt;p&gt;Are you interested in SharePoint development and you're wondering what tools for supporting SharePoint development are coming in Visual Studio 10? Head over to Channel9 to view the &lt;a href="http://channel9.msdn.com/posts/VisualStudio/Sharepoint-Development-with-Visual-Studio-2010/"&gt;video&lt;/a&gt; and get a sneak-peak.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9138547" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Visual+Studio+10/default.aspx">Visual Studio 10</category></item><item><title>How we test – a high level overview</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2008/10/09/how-we-test-a-high-level-overview.aspx</link><pubDate>Fri, 10 Oct 2008 02:13:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8993448</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/8993448.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=8993448</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=8993448</wfw:comment><description>&lt;p&gt;Hello, my name is Erik Cutts and I'm a tester (&lt;a href="http://members.microsoft.com/careers/careerpath/technical/softwaretesting.mspx"&gt;SDET&lt;/a&gt;) on the Business Applications team in Visual Studio. As a tester working on developer tools for several years I have had the unique opportunity to build tools for the best (and most demanding) customers in the world: Developers! As such I'd like to give you some insight into our day-to-day test activities which refine the quality of the tools you use in Visual Studio. In return, maybe you can share some thoughts on testing Office and SharePoint applications or just testing in general. Be aware that these practices do vary across Microsoft and this is based solely on personal experience.
&lt;/p&gt;&lt;p&gt;Testers are involved throughout the development cycle, from initial product design through shipping and servicing.  Initially, we work with our team on product planning and design to ensure that customer scenarios are being met and that we are shipping the right set of features.  We also ensure that the product is testable and scoped correctly so that we have enough time to refine the features within the resource constraints we have set.
&lt;/p&gt;&lt;p&gt;Once initial product design is defined test is responsible for authoring an overall test specification.  The "Test Design Specification" document is a high-level overview of how we will test the product. This test strategy describes the scope of testing, test schedule, test configurations, external dependencies, risks and mitigations, division of labor and test tools and technologies. This document is live and is updated throughout the development cycle to stay up to date (features and schedules change as do customer requirements). The document is reviewed by our peers and management until we're on the same page.
&lt;/p&gt;&lt;p&gt;Now the real fun begins, developers are writing code, features are being checked in.  How do we make sure the product is of good quality?  Test begins by authoring detailed test-case enumerations which include all the areas we need to hit. These include user scenarios, performance, accessibility, globalization, API testing, security and the list goes on. These tests are reviewed and updated. Once features start to come together we do some exploratory testing.  This manual testing involves attacking specific feature areas and logging code-defects (bugs), suggestions, and spec-issues. These issues are resolved by our team and we verify that their resolutions are acceptable.  As an aside, our division uses Team Foundation Server to store and track our issues.  It's a complete solution for our bug tracking needs which provides excellent configurability, reporting and best of all it is integrated with all the other Visual Studio Team System features.
&lt;/p&gt;&lt;p&gt;As our features mature we are ready to start test-case automation. Many of you are familiar with the benefits of test automation. In short, it allows us to execute test scenarios more often and across multiple configurations than a tester can execute manually. Most importantly it alerts us if product functionality which was working has regressed to a non-optimal state. Automation written by dev is different in that they write unit tests which exercise discrete components of the product. Testers excel at writing automation on a scenario level to ensure that the product works as a user would exercise it.  Tests are broken down into priorities to determine how often they are executed. Test automation comes in many forms. API testing is used to test internal object models or libraries exposed to the user. UI testing is based on executing the product from the UI using accessibility interfaces to click buttons, enter text, use menus and exercise all other input methods.  There are many other types of automated testing such as performance tests, stress tests, fault-tests, and other areas. It's worth mentioning that we are authoring and executing some tests using the Visual Studio test-projects with success.
&lt;/p&gt;&lt;p&gt;As the product matures it is the testers' responsibility to report the overall quality of the product across the team. This is a difficult task. How do you measure quality? Number of bugs, performance results, code-coverage, and automation pass-rates are some of the measures. However, they don't tell you how it &lt;em&gt;feels&lt;/em&gt; to use the product. For this task we really put ourselves in the customers' shoes.  It's the overall feeling of how complete the product is, how it responds, how difficult or easy it is to complete a task that is most important to us. This Overall Goodness Factor (OGF) is incredibly helpful in understanding how close we are to release.
&lt;/p&gt;&lt;p&gt;Throughout the product cycle we are working with the customer to get feedback and requirements for the product.  Community Technology Preview (CTP) and Beta releases are great opportunities to gather this data. There are early adoption customers and partners which participate in the Technology Adoption Program (TAP). These customers promise to provide detailed feedback while we sign-up to support them with representatives from the product groups of the components they are using. We also use blogs (such as this one) and forums to get in touch as well as customer visits and conference attendance.
&lt;/p&gt;&lt;p&gt;As the product cycle comes to an end the tester has a great responsibility. We double check the exit criteria and put our name on the dotted line for Release to Market (RTM) readiness. Once that's done the DVDs are burned and the ship party is scheduled. Each employee receives a shiny plaque on a ship-it award to remind us of our accomplishment.
&lt;/p&gt;&lt;p&gt;I hope you've learned something about testing in our group. We're interested in learning more about how you do testing. How do you schedule testing? Do you have a specific test role in your business? Are you authoring automation for your tests or is this mostly a manual process? What examples do you have of testing for SharePoint and Office applications? How can we make it easier for you to test your products?  If you are interested in hearing more about any of the above our team will be happy to continue blogging in more detail on these subjects. We look forward to discussing them with you.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8993448" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Testing/default.aspx">Testing</category></item><item><title>Creating a simple sequential workflow</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2008/10/08/creating-a-simple-sequential-workflow.aspx</link><pubDate>Thu, 09 Oct 2008 00:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8992092</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/8992092.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=8992092</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=8992092</wfw:comment><description>&lt;P&gt;Purpose of this post is to show you how to get started developing SharePoint MOSS 12 workflows with Visual Studio 2008 by creating a simple sequential workflow. Let's say we want to create a workflow that creates a task each time user creates new announcement in Announcement list. &lt;/P&gt;
&lt;P&gt;First step is to launch Visual Studio 2008 and navigate to &lt;STRONG&gt;File → New → Project&lt;/STRONG&gt; (or press &lt;STRONG&gt;Control + Shift + N&lt;/STRONG&gt;) to open the New Project dialog. One note on launching Visual Studio 2008 – you have to launch it with administrator privileges in order to create SharePoint Workflow projects. SharePoint workflow project templates are located under Office 2007 node. &lt;/P&gt;
&lt;P&gt;As soon as you click &lt;STRONG&gt;OK&lt;/STRONG&gt; the New Office SharePoint Workflow wizard is displayed. On the first page of workflow wizard you can choose the name of your workflow and the local URL (you can use http://localhost) to which you want to deploy your workflow. For this example accept the defaults on first page and click the &lt;STRONG&gt;Next&lt;/STRONG&gt; button. &lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 601px; HEIGHT: 478px" src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfWizard1.jpg" width=601 height=478 mce_src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfWizard1.jpg"&gt;&lt;BR&gt;First wizard page &lt;/P&gt;
&lt;P&gt;On the next wizard page you can choose a library or list to associate your workflow with. The other two combo boxes are for selecting workflow history list and task list – by default there's only one history list and one task list on your SharePoint site (if you have added additional task lists, you will see them here). &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;IMG style="WIDTH: 601px; HEIGHT: 477px" src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfWizard2.jpg" width=601 height=477 mce_src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfWizard2.jpg"&gt;&lt;BR&gt;Second wizard page &lt;/P&gt;
&lt;P&gt;Selecting the "&lt;STRONG&gt;Automatically associate workflow&lt;/STRONG&gt;" checkbox will associate the workflow with the selected list. If you unselect the check box you have to take care of workflow association manually. &lt;/P&gt;
&lt;P&gt;Since we said we want our workflow to be associated with Announcements list, go ahead and select &lt;STRONG&gt;Announcements&lt;/STRONG&gt; list from the first combo box and click &lt;STRONG&gt;Next&lt;/STRONG&gt;. Last wizard page appears and it looks like the figure below. &lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 600px; HEIGHT: 478px" src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfWizard3.jpg" width=600 height=478 mce_src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfWizard3.jpg"&gt;&lt;BR&gt;Third (last) wizard page &lt;/P&gt;
&lt;P&gt;There are three more settings on the last wizard page you can select. Below is the description of settings: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Manually by users&lt;/STRONG&gt;: when checked, users can manually start the workflow. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;When an item is created&lt;/STRONG&gt;: when checked, the workflow is started when a list/library item is created (or uploaded). &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;When an item is changed&lt;/STRONG&gt;: if checked, the workflow is started each time item in the list is changed. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;We won't worry about these settings in our sample so click Finish to close the wizard. Once you click &lt;STRONG&gt;Finish&lt;/STRONG&gt; the wizard is closed and our workflow project is created. I won't go into the details on files that are created in the project at this time. Let's focus on creating a task when a new announcement is added to the Announcements list. &lt;/P&gt;
&lt;P&gt;Workflow designer should already be open and it contains one default activity: onWorkflowActivated1. This is executed, well, when workflow is activated. Go ahead and follow the below steps to add another activity to the designer: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the toolbox (&lt;STRONG&gt;View → Toolbox&lt;/STRONG&gt; or &lt;STRONG&gt;Control + Alt + X&lt;/STRONG&gt;) if it's not opened. &lt;/LI&gt;
&lt;LI&gt;Locate &lt;STRONG&gt;CreateTask&lt;/STRONG&gt; activity (it should be in the &lt;STRONG&gt;SharePoint Workflow&lt;/STRONG&gt; tab) and drag &amp;amp; drop it onto designer, below the &lt;STRONG&gt;onWorkflowActivated1&lt;/STRONG&gt; activity. Sequential workflow designer should look like the one in figure below. &lt;/LI&gt;&lt;/OL&gt;
&lt;P style="TEXT-ALIGN: center" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 334px; HEIGHT: 244px" src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfDesigner.jpg" width=334 height=244 mce_src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfDesigner.jpg"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice the red exclamation mark on the &lt;STRONG&gt;createTask1&lt;/STRONG&gt; activity which is telling us that we have to set some additional properties. To do this, right click on &lt;STRONG&gt;createTask1&lt;/STRONG&gt; and from context menu and select &lt;STRONG&gt;Properties&lt;/STRONG&gt; (or click on the activity and press &lt;STRONG&gt;F4&lt;/STRONG&gt; to open Properties window). When properties window is opened you can notice small exclamation mark next to the &lt;STRONG&gt;CorrelationToken&lt;/STRONG&gt; property. Correlation token is basically an identifier – you can read more about CorrelationToken here (&lt;A href="http://msdn.microsoft.com/en-us/library/ms475438.aspx" mce_href="http://msdn.microsoft.com/en-us/library/ms475438.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms475438.aspx&lt;/A&gt;). Type '&lt;EM&gt;taskToken&lt;/EM&gt;' in the &lt;STRONG&gt;CorrelationToken&lt;/STRONG&gt; property. Notice the exclamation mark is still there. Expand the property (notice the + sign before the property name) and for &lt;STRONG&gt;OwnerActivityName&lt;/STRONG&gt; select Workflow1. &lt;/P&gt;
&lt;P&gt;In order to create a task we have to specify the TaskId and TaskProperties properties: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Locate &lt;STRONG&gt;TaskId&lt;/STRONG&gt; property in the property grid. &lt;/LI&gt;
&lt;LI&gt;Click on the ellipsis (...) next to the property. &lt;/LI&gt;
&lt;LI&gt;Binding dialog is displayed. &lt;/LI&gt;
&lt;LI&gt;Click '&lt;STRONG&gt;Bind to a new member&lt;/STRONG&gt; ' tab. &lt;/LI&gt;
&lt;LI&gt;In '&lt;STRONG&gt;New member name&lt;/STRONG&gt;' text box type: '&lt;EM&gt;taskId&lt;/EM&gt;'. &lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Create Field&lt;/STRONG&gt;. &lt;/LI&gt;
&lt;LI&gt;Click OK. &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Above steps will create a field in our code which represents task ID. You can repeat the same steps for TaskProperties – name the field taskProperties. Now that we have our ID and properties only thing left is to set the values for our task: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Double click &lt;STRONG&gt;createTask1&lt;/STRONG&gt; activity. &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Once the code window is displayed type in the following code: &lt;/DIV&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;&lt;SPAN style="COLOR: blue"&gt;private&lt;/SPAN&gt; &lt;SPAN style="COLOR: blue"&gt;void&lt;/SPAN&gt; createTask1_MethodInvoking(&lt;SPAN style="COLOR: blue"&gt;object&lt;/SPAN&gt; sender, &lt;SPAN style="COLOR: #2b91af"&gt;EventArgs&lt;/SPAN&gt; e) &lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;{ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;taskId = &lt;SPAN style="COLOR: #2b91af"&gt;Guid&lt;/SPAN&gt;.NewGuid(); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;taskProperties.AssignedTo = &lt;SPAN style="COLOR: #a31515"&gt;"someone@example.com"&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;taskProperties.Description = &lt;SPAN style="COLOR: #a31515"&gt;"Description of my task created with workflow."&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;taskProperties.DueDate = &lt;SPAN style="COLOR: #2b91af"&gt;DateTime&lt;/SPAN&gt;.Today.AddDays(5); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;taskProperties.Title = &lt;SPAN style="COLOR: #a31515"&gt;"My super task from super cool workflow."&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Courier New"&gt;}&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;The above code assigns new GUID to task ID and assigns some values to the task. You probably noticed that you don't have to actually call a method to save or create the task – the createTask activity takes care of this. All you need to do is to set properties for the task e.g. description, title, due date, assigned to. There are several additional properties you can set – just type taskProperties&lt;STRONG&gt; &lt;/STRONG&gt;and after you type the dot ('.'), intellisense shows up and you can browse through other properties. &lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now we're ready to debug! Insert a breakpoint in the &lt;STRONG&gt;createTask1_MethodInvoking&lt;/STRONG&gt; and the breakpoint will be hit. When you press &lt;STRONG&gt;F5&lt;/STRONG&gt; your workflow is deployed and the browser should open up at Announcements list. To test the workflow, add a new Announcement to the list. Once you add the new announcement there should be a new column added to the list. The name of that column should be equal the name of our workflow (SimpleWorkflow) and it contains the status of the workflow (you should see Completed in that column). &lt;/P&gt;
&lt;P&gt;If you click on the status (e.g. Completed) you are redirected to the workflow status page and you will see the task that was created as a part of our workflow. It should look similar to the one in the figure below. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;IMG style="WIDTH: 627px; HEIGHT: 292px" src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfCompleted.jpg" width=627 height=292 mce_src="http://sharepointtoolsblog.members.winisp.net/Gallery/SimpleSeqWfCompleted.jpg"&gt;&lt;/P&gt;
&lt;P&gt;Peter Jausovec &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8992092" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Sequential+workflow/default.aspx">Sequential workflow</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/howto/default.aspx">howto</category></item><item><title>Getting Visual Studio 2008 SharePoint 2007 Sequential / State Machine Workflow projects working with Windows SharePoint Services 3.0</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2008/08/19/getting-visual-studio-2008-sharepoint-2007-sequential-state-machine-workflow-projects-working-with-windows-sharepoint-services-3-0.aspx</link><pubDate>Wed, 20 Aug 2008 00:18:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8879784</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/8879784.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=8879784</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=8879784</wfw:comment><description>&lt;p&gt;I wanted to create a SharePoint workflow using VS 2008 on WSS 3.0. The documentation is set that only Microsoft Office SharePoint Server 2007 can be used but I figured I would lay out the modifications needed to allow a project to function on WSS 3.0. The four steps are: 
&lt;/p&gt;&lt;p&gt;1.) Since WSS 3.0 doesn't have a docs site and the wizard is particular about specific "sites" we need to change http://machinename/docs to http://machinename. 
&lt;/p&gt;&lt;p&gt;If not you will get the message: 
&lt;/p&gt;&lt;p&gt;"SharePoint site location entered is not valid. The SharePoint site at http://&amp;lt;machineName&amp;gt;/Docs could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application." 
&lt;/p&gt;&lt;p&gt;Go ahead and finish wizard with what you need. Once the project has been created 
&lt;/p&gt;&lt;p&gt;2.) Remove the reference to Microsoft.Office.Workflow.Tasks 
&lt;/p&gt;&lt;p&gt;Now depending if you are coding in VB or C# you should 
&lt;/p&gt;&lt;p&gt;3a.) C# open workflow1.cs code editor and remove "using Microsoft.Office.Workflow.Utility;" 
&lt;/p&gt;&lt;p&gt;or 
&lt;/p&gt;&lt;p&gt;3b.) VB remove import of Microsoft.Office.Workflow.utility. 
&lt;/p&gt;&lt;p&gt;4.) Now we have to remove some xml from the feature.xml file specifically 
&lt;/p&gt;&lt;p&gt;- ReceiverAssembly="Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" 
&lt;/p&gt;&lt;p&gt;- ReceiverClass="Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver" 
&lt;/p&gt;&lt;p&gt;Now you should be able to debug the project .
&lt;/p&gt;&lt;p&gt;Roger Best&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8879784" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Sequential+workflow/default.aspx">Sequential workflow</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/State+machine+workflow/default.aspx">State machine workflow</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/howto/default.aspx">howto</category></item><item><title>What is the difference between sequential and state machine workflows?</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2008/07/24/what-is-the-difference-between-sequential-and-state-machine-workflows.aspx</link><pubDate>Fri, 25 Jul 2008 02:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8770507</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/8770507.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=8770507</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=8770507</wfw:comment><description>&lt;P style="MARGIN: 0in 0in 6pt" class=PadderBetweenControlandBody&gt;&lt;SPAN style="FONT-SIZE: 11pt; mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;Since this is our second post to this blog, I thought we should start with something very simple. I am aware that most of you probably know the answer to the question in the title, but this post could help those who don’t know the answer or are not totally sure about it. &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;What could a state machine (workflow) be? Here’s the definition from Wikipedia: &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;I&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;State machine is a model of behavior composed of a finite number of states, transitions between those states, and actions. (from&lt;/SPAN&gt;&lt;/I&gt;&lt;I style="mso-bidi-font-style: normal"&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt; http://wikipedia/wiki/State_machine&lt;/SPAN&gt;&lt;/I&gt;&lt;I style="mso-bidi-font-style: normal"&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 11.0pt"&gt;). &lt;/SPAN&gt;&lt;/I&gt;&lt;I style="mso-bidi-font-style: normal"&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Let's explain that definition in a practical, easier to understand and to remember way. &amp;nbsp;When you wake up in the morning you are hungry (or you just want some coffee very badly). We could call this state a "Hungry" state. Then, after you had something to eat you transition from the "Hungry" state to another state called "Full". And that's the whole 'science' of state machines. If you think about it, every one of us is always in either one of those states :). You could also add some more states like "Half-full", "A little hungry", etc. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;So, what can you use state machine workflows for? You can use them for basically every business process that consists of states. Take for example a simple Word document and its lifecycle. You upload the document to SharePoint document library and the 'state' of the document at that point could be "Submitted". After document is submitted you can assign it to a user to approve or reject it and you get two more states: "Approved"/"Rejected”. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Norm Estabrook mentions an even better example of state machine workflows in his &lt;A class="" href="http://download.microsoft.com/download/7/1/9/719ef05b-ec5b-417d-9030-3ae88625649c/08-SharePointTasksAndTools.mp3" target=_blank mce_href="http://download.microsoft.com/download/7/1/9/719ef05b-ec5b-417d-9030-3ae88625649c/08-SharePointTasksAndTools.mp3"&gt;podcast about VSTO SharePoint workflow&lt;/A&gt;. Here is except from the recording: &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;I style="mso-bidi-font-style: normal"&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;"On the other hand, the steps in your solution may be random in nature and never really have a clear ending.&amp;nbsp; For example, the participants in an HR workflow might move an employment resume from state to state. The resume might be in a state of being considered, interviewing, or archiving for future.&amp;nbsp; The resume might be re-activated or updated at any time. Because there is no linear path of steps for the resume, it would be excessively hard to produce conditional rules to capture all possible paths.&amp;nbsp; In these situations, you would want to manage your workflow as a series of states and transitions.&amp;nbsp; Use the state machine workflow template to get started there."&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;When should you use state machine workflows? This is kind of a hard question to answer. You could use state machine workflow when for example a document requires multiple reviewers (legal, marketing, etc.) that may sign off on the document in any order. More complex state machines may open up different workflow paths depending on intermediate state. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;How about sequential workflow? Sequential workflows are definitely much easier to design and maintain than state machine workflows. The only difference between a state machine workflow and sequential workflow is that in sequential workflow the flow goes from first activity to the next until end of the workflow is reached. In between you can branch the workflow, for example use IfElse or While activity, etc. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;What type of workflows are you using more frequently - state or sequential? Are there any rules on&amp;nbsp;when to use specific type of workflows? &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ascii-font-family: Calibri; mso-ascii-theme-font: major-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: major-latin; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;Peter Jausovec&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8770507" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/Sequential+workflow/default.aspx">Sequential workflow</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/State+machine+workflow/default.aspx">State machine workflow</category><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Welcome to the Visual Studio SharePoint Tools Blog!</title><link>http://blogs.msdn.com/vssharepointtoolsblog/archive/2008/07/01/welcome-to-the-visual-studio-sharepoint-tools-blog.aspx</link><pubDate>Wed, 02 Jul 2008 00:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8678819</guid><dc:creator>SharePointToolsBlog</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/vssharepointtoolsblog/comments/8678819.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vssharepointtoolsblog/commentrss.aspx?PostID=8678819</wfw:commentRss><wfw:comment>http://blogs.msdn.com/vssharepointtoolsblog/rsscomments.aspx?PostID=8678819</wfw:comment><description>&lt;P&gt;Before we get into any technical details, I just wanted to give you the background on how we came up with the idea of having this team blog, what this blog is about, as well as who will be contributing to the blog. &lt;/P&gt;
&lt;P&gt;Some of you may have read &lt;A class="" href="http://blogs.msdn.com/peterj" target=_blank mce_href="http://blogs.msdn.com/peterj"&gt;Peter Jausovec's VSTO blog&lt;/A&gt;. One day, while I was brainstorming with Peter on what we could do to get more involved in helping our customers. The goal was to be helpful to our customers but also something fun to do away from our day to day jobs - this doesn't mean our jobs are not fun. :) &lt;/P&gt;
&lt;P&gt;We had so many different options, but after weighing on the pros and cons of each, we locked onto the idea of creating a team blog focused on SharePoint Workflows and some of the Office client features. With this team blog, each team member has the opportunity to share his or her insightful knowledge from years of experiences by building the product. We also hope through this blog, we will learn from our customers. &lt;/P&gt;
&lt;P&gt;About us? Well, we are a group of Software Design Engineers in Test. The majority of contributors to this blog have been working on VSTO related product or features for quite a few years. From time to time, we will &lt;SPAN style="COLOR: black"&gt;also&lt;/SPAN&gt; invite our Program Managers and Developers to be guest contributors. (They may have a few good thoughts to share too!) We currently plan to make 2 to 3 posts on a monthly basis; topics will be mainly on the released products or features. If there is anything specific you want to see us blogging, we would love to hear &lt;A class="" href="http://blogs.msdn.com/vssharepointtoolsblog/contact.aspx" mce_href="http://blogs.msdn.com/vssharepointtoolsblog/contact.aspx"&gt;your feedback&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;The types of content you will probably see here include but not limited to: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How to – tips &amp;amp; tricks, articles on development, deploying Workflows &lt;/LI&gt;
&lt;LI&gt;Code snippets or power tools &lt;/LI&gt;
&lt;LI&gt;Links to interesting stuff &lt;/LI&gt;
&lt;LI&gt;Personal experience while building or using the product. &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;From time to time, we might post videos that document how we work as testers, or PMs, or developers. &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;We plan to make this a fun team activity. There are many incredible creative people on the team. The odds of seeing completely unexpected posts here is pretty high. Check back often! You never know what you may discover! You can subscribe to &lt;A class="" href="http://blogs.msdn.com/vssharepointtoolsblog/emailsubscriptions.aspx" mce_href="http://blogs.msdn.com/vssharepointtoolsblog/emailsubscriptions.aspx"&gt;email alerts&lt;/A&gt; or use your favorite blog reader to &lt;A class="" href="http://blogs.msdn.com/vssharepointtoolsblog/rss.xml" mce_href="http://blogs.msdn.com/vssharepointtoolsblog/rss.xml"&gt;follow our posts&lt;/A&gt;. Please feel free to &lt;A class="" href="http://blogs.msdn.com/vssharepointtoolsblog/contact.aspx" mce_href="http://blogs.msdn.com/vssharepointtoolsblog/contact.aspx"&gt;contact us&lt;/A&gt; or post comments too. We love hearing and seeing the creativity of customers as well! &lt;/P&gt;
&lt;P&gt;Jing Lou &amp;amp; Brent Williams &lt;/P&gt;
&lt;P&gt;On behalf of the Visual Studio Business Applications SharePoint Tools QA team &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8678819" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vssharepointtoolsblog/archive/tags/General/default.aspx">General</category></item></channel></rss>