<?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>Search results matching tags 'Personal' and 'Team System'</title><link>http://bloggingabout.net/search/SearchResults.aspx?a=1&amp;o=DateDescending&amp;tag=Personal,Team+System&amp;orTags=0</link><description>Search results matching tags 'Personal' and 'Team System'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>I’ll be speaking at the Microsoft Developer Days 2009</title><link>http://bloggingabout.net/blogs/dennis/archive/2009/05/19/i-ll-be-speaking-at-the-microsoft-developer-days-2009.aspx</link><pubDate>Tue, 19 May 2009 11:24:54 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:481667</guid><dc:creator>Dennis van der Stelt</dc:creator><description>&lt;p&gt;Thanks to the many votes we received on our wildcard proposals from attendees, colleagues and community members, &lt;a href="https://www.devdays.nl/Media/Detail.aspx?id=ffb83556-245e-4b18-8a01-d870692ffd6c"&gt;Pieter Joost van de Sande&lt;/a&gt;, &lt;a href="http://devdays.nl/Media/Detail.aspx?id=ecf1ca07-6458-47ef-843b-a663ffde8859"&gt;Dennis Doomen&lt;/a&gt;, &lt;a href="http://devdays.nl/Media/Detail.aspx?id=051ff3b3-eb19-4679-9168-9b01c058fef9"&gt;Michael van der Veeken&lt;/a&gt; and &lt;a href="http://devdays.nl/Media/Detail.aspx?id=bac6f5d6-64e8-4899-88f5-e27ae5a99425"&gt;me&lt;/a&gt; have won a timeslot on next week’s Microsoft Developer Days. I’ll be talking about creating a build and doing continuous integration on Friday May 29th at 15:00 in the conference room named South America.&lt;/p&gt;  &lt;p&gt;I will be showing how you can do continuous integration with the new abilities that &lt;strong&gt;Visual Studio 2010&lt;/strong&gt; has for this. I’ll also be showing other tools that can help you and give you best practices and pitfalls on continuous integration.&lt;/p&gt;</description></item><item><title>Bitslapping contest : LX vs Compile on Test integration in VS2005, part 2 response</title><link>http://bloggingabout.net/blogs/dennis/archive/2006/11/13/Bitslapping-contest-_3A00_-LX-vs-Compile-on-Test-integration-in-VS2005_2C00_-part-2-response.aspx</link><pubDate>Mon, 13 Nov 2006 04:49:59 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:46572</guid><dc:creator>Dennis van der Stelt</dc:creator><description>&lt;p&gt;Well, it seems Alex took things seriously and is slapping his bit-stick around. Thinks he can just slap me around and walk away with a smile, huh? Well, I'm not done with round 1 Alex.&lt;/p&gt; &lt;h1&gt;Round 1&lt;/h1&gt; &lt;ol&gt; &lt;li&gt;Reflector integration&lt;br&gt;Thank you for the point, Alex.&lt;br&gt;&lt;strong&gt;+1 Dennis&lt;/strong&gt;  &lt;li&gt;Code coverage&lt;br&gt;Alex should've checked out the tools I'm using before he wants to slap me around. When you just take a look at &lt;a href="http://www.kiwidude.com/dotnet/ncoverrunner.gif" target="_blank"&gt;this animated gif&lt;/a&gt;, I don't need to explain myself any further. However, I will, just because I know Alex likes that slap in the face. Not sure if he likes 10 slaps though  &lt;ol&gt; &lt;li&gt;Instrument any assembly? Of course NCover does that!  &lt;li&gt;Watch code with color highlighting? NCoverExplorer does that as well!  &lt;li&gt;Code coverage results? Ha! Alex, where are your status-bars? I can only see numbers. How about that quick-scan through hundreds of methods?&lt;br&gt;&lt;a href="http://bloggingabout.net/UserFiles/Dennis%20van%20der%20Stelt/WindowsLiveWriter/4692c191f9fb_C22F/NCoverExplorer_1.3.5_FunctionCoverag.png" target="_new"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="199" src="http://bloggingabout.net/UserFiles/Dennis%20van%20der%20Stelt/WindowsLiveWriter/4692c191f9fb_C22F/NCoverExplorer_1.3.5_FunctionCoverag%5B1%5D.png" width="340" border="0"&gt;&lt;/a&gt;  &lt;li&gt;Oh, don't forget the code coverage reports based on number of visits? And coverage based on sequence points? And the&amp;nbsp;satisfactory threshold you can set!  &lt;li&gt;Alex, can you generate MSBuild and Nant scripts with the click of a button, so we can include these in our daily build scripts and create separate reports for those?  &lt;li&gt;A feature I also love is that I can look at my code coverage in NCoverExplorer, while continue to develop in&amp;nbsp;my favorite; not having to rerun my code coverage every time just saves me so much time.  &lt;li&gt;Options are there to exclude assemblies, namespaces or classes from the report.  &lt;li&gt;For all you complete junkies out there, NCoverExplorer supports regular expressions to create complex queries in the coverage exclusions dialog.  &lt;li&gt;NCoverExplorer also supports saving in both XML and HTML, where the native html can be directly attached to e-mails to send to your colleagues, who just like to look at your great coverage report. Have I mentioned status-bars yet?  &lt;li&gt;And last but not least, can I get VS2005 code coverage with Visual Studio Express?&lt;br&gt;&lt;br&gt;Oooh, I so love my NCover and NCoverExplorer.&lt;br&gt;This cannot be anything else than a point for me.&lt;br&gt;&lt;strong&gt;+1 Dennis&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt; &lt;li&gt;Repeat Test Run&lt;br&gt;Alex has got me there with his arbitrary set of tests.&lt;br&gt;&lt;strong&gt;+1 Alex&lt;/strong&gt;  &lt;li&gt;Test with .NET 1.1 from within Visual Studio 2005&lt;br&gt;&lt;strong&gt;+1 Dennis&lt;/strong&gt;. No comments.  &lt;li&gt;Pluggable unit testing frameworks&lt;br&gt;Irrelevant I think not. Mike Glaser did indeed mention Data Driven unit tests in Visual Studio 2005, and that's where MBUnit comes in, specialized in data driven unit tests. However, I'll accept no points as we both support data driven unit tests. I'll have to come up with a winner to get a point.&lt;br&gt;&lt;strong&gt;No points&lt;/strong&gt;  &lt;li&gt;TypeMock.NET integration&lt;br&gt;Irrelevant? Again I think not! How could you use unit testing without a mocking framework? This &lt;em&gt;is&lt;/em&gt; part of my testing framework. Alex decided to not make it count, because Visual Studio 2005 doesn't support this or any other mocking framework. But because VS2005 doesn't support it, doesn't make it irrelevant.&lt;br&gt;But again, I'm not the worst guy in the world&lt;br&gt;&lt;strong&gt;No points&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;So the score isn't a tie now, it's 3 for me and 1 for Alex. However...&lt;/p&gt; &lt;p&gt;...Alex comes back with a &lt;a href="http://www.alexthissen.nl/weblog/PermaLink.aspx?guid=ab63ce2b-4bda-4b67-92a7-d6ebea77af1a" target="_blank"&gt;part 2&lt;/a&gt;.&lt;/p&gt; &lt;h1&gt;Round 2&lt;/h1&gt; &lt;ol&gt; &lt;li&gt;Three frameworks for testing? If I can't bring along my mocking framework, you can't bring along your load testing. :-)&lt;br&gt;However, I can't beat his web testing framework. I could bring in NUnitAsp but that can't be compared with VS2005 web testing&lt;br&gt;&lt;strong&gt;+1 Alex&lt;/strong&gt;  &lt;li&gt;Attribute goodness&lt;br&gt;That's a matter of opinion on what attributes you like best. Of course I can guess why they brought in the timeout attribute; VS2005 unit testing is so slow, you don't want it to run forever. NUnit doesn't need a timeout attribute! :-) NUnit has Platform, Category, Explicit and other attributes I like far better than the VS2005 attributes Alex mentions.&lt;br&gt;&lt;strong&gt;No points&lt;/strong&gt;  &lt;li&gt;Integration with Team Foundation Server&lt;br&gt;Again the rule applies that this is about unit testing frameworks. You can't bend the rules that way Alex, we're not inside The Matrix.&lt;br&gt;&lt;strong&gt;No points&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;em&gt;Still no tie&lt;/em&gt;. Alex (LX) has 2 points, I have 3.&amp;nbsp;And the score would be even uglier if I wasn't that friendly the first round with bullets 5 and 6. Only because I was friendly. Again I say "However..."&lt;/p&gt; &lt;h1&gt;Round 3&lt;/h1&gt; &lt;p&gt;...I'll come back with a response. To be continued... :-)&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:307dbd95-62ab-4ff2-87b8-f1f95544e417" style="padding-right:0px;display:inline;padding-left:0px;padding-bottom:0px;margin:0px;padding-top:0px;"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/NUNit" rel="tag"&gt;NUNit&lt;/a&gt;, &lt;a href="http://technorati.com/tags/NCover" rel="tag"&gt;NCover&lt;/a&gt;, &lt;a href="http://technorati.com/tags/NCoverExplorer" rel="tag"&gt;NCoverExplorer&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Visual%20studio%202005" rel="tag"&gt;Visual studio 2005&lt;/a&gt;, &lt;a href="http://technorati.com/tags/unit%20testing" rel="tag"&gt;unit testing&lt;/a&gt;&lt;/div&gt;</description></item></channel></rss>