<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/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>Dries Marckmann : VSTS, Team Foundation Server, PDC08, Visual Studio Team System</title><link>http://bloggingabout.net/blogs/dries/archive/tags/VSTS/Team+Foundation+Server/PDC08/Visual+Studio+Team+System/default.aspx</link><description>Tags: VSTS, Team Foundation Server, PDC08, Visual Studio Team System</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Visual Studio Team System 2010 and Team Foundation Server 2010: already in love with all the new features!</title><link>http://bloggingabout.net/blogs/dries/archive/2008/10/28/visual-studio-team-system-2010-and-team-foundation-server-2010-already-in-love-with-all-the-new-features.aspx</link><pubDate>Tue, 28 Oct 2008 07:33:22 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:476277</guid><dc:creator>Dries Marckmann</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/dries/rsscomments.aspx?PostID=476277</wfw:commentRss><comments>http://bloggingabout.net/blogs/dries/archive/2008/10/28/visual-studio-team-system-2010-and-team-foundation-server-2010-already-in-love-with-all-the-new-features.aspx#comments</comments><description>&lt;p&gt;An exhausting day at PDC... Here are the sessions that I did:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Keynote: Windows Azure&lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Microsoft Visual Studio Team System: A Lap Around VSTS 2010&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;ASP.NET 4.0 Roadmap&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;Team Foundation Server 2010: Cool New Features&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;WF 4.0: A first look&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I really love the new features of VSTS and TFS; I can hardly wait to start using them...&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I will not go into a lot of detail here, instead I will highlight a couple of the main features and hope it will incourage you to go and view the session online.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Microsoft Visual Studio Team System: A Lap Around VSTS 2010&lt;/h1&gt;  &lt;p&gt;Cameron Skinner put it real nicely with 4 key points all getting rid of things we do not like as Developers. VSTS 2010 is focussed on making the developers happy...&lt;/p&gt;  &lt;h2&gt;No More &amp;#39;No Repros&amp;#39;&lt;/h2&gt;  &lt;p&gt;Basically focusses on getting more complete data from the testers to make it easier to sea where/why/when a bug occured. What do you think of a Manual Test Runner with a recorder to capture a video which can be viewed by the developer? Or what about a System Info tab in the workitem? Or a Debug History window, where you can &amp;#39;debug&amp;#39; the code on the server from the nightly build as if it were happening live?&lt;/p&gt;  &lt;p&gt;These things really are going to make the developers life a lot easier. &lt;/p&gt;  &lt;h2&gt;No More Broken Builds&lt;/h2&gt;  &lt;p&gt;This is a developers dream come true: being unable to break the build. No more buying cake for the team... &lt;/p&gt;  &lt;p&gt;Made possible by:&lt;/p&gt;  &lt;p&gt;Gated Check-in, which is more a TFS feature than a VSTS one but who cares. If set up on the server, you cannot check in changes if these changes break the build. &lt;/p&gt;  &lt;p&gt;Test Impact Analysis, which is a feature that analyses a changeset to see which test is most likely to be affected by the change, so you can start with that test.&lt;/p&gt;  &lt;h2&gt;No More Butterfly Effects&lt;/h2&gt;  &lt;p&gt;This is all about preventing code rot.&lt;/p&gt;  &lt;p&gt;Builds may fail by a violation of your architectural design. You can make a .layer diagram and the actual solution is tested against this design.&lt;/p&gt;  &lt;p&gt;The Architecture Explorer generates a diagram of the actual architecture of the solution and you can drill down into great detail in the diagram as well as jump to the code.&lt;/p&gt;  &lt;p&gt;A sequence Diagram can also be created, making it easier to see where the butterfly might cause a storm.....&lt;/p&gt;  &lt;h2&gt;No More Regression&lt;/h2&gt;  &lt;p&gt;There is a new kind of test: The CodedUI test with a recorder for Web and it will be there for WinForms as well as WPF. Silverlight is regretably not planned yet.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Team Foundation Server 2010: Cool New Features&lt;/h1&gt;  &lt;h2&gt;Protect Code Quality&lt;/h2&gt;  &lt;blockquote&gt;   &lt;p&gt;Gated checkin&lt;/p&gt;    &lt;p&gt;Buddy Builds or private builds: run on the server but without checkin&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;Workflow based build creation. Basically something like finalbuilder. &lt;/p&gt;    &lt;p&gt;Parallel build tasks&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;Parallel Development&lt;/h2&gt;  &lt;blockquote&gt;   &lt;p&gt;Branches have become real entities instead of folders and they are hierachically linked. The relations can be viewed visualy as well.&lt;/p&gt;    &lt;p&gt;You can track changesets, workitems and annotations through merges; again with diagram.&lt;/p&gt;    &lt;p&gt;Rollback is finally here..&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;Managing Projects&lt;/h2&gt;  &lt;blockquote&gt;   &lt;p&gt;New excel workbooks, excel report generation from Query.&lt;/p&gt;    &lt;p&gt;Workitems link and hierarchy improed&lt;/p&gt;    &lt;p&gt;Query improvements&lt;/p&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=476277" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/dries/archive/tags/VSTS/default.aspx">VSTS</category><category domain="http://bloggingabout.net/blogs/dries/archive/tags/Team+Foundation+Server/default.aspx">Team Foundation Server</category><category domain="http://bloggingabout.net/blogs/dries/archive/tags/PDC08/default.aspx">PDC08</category><category domain="http://bloggingabout.net/blogs/dries/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category></item></channel></rss>