<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">How do you do that?</title><subtitle type="html" /><id>http://blogs.msdn.com/benchr/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benchr/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/benchr/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-06-16T02:12:00Z</updated><entry><title>Does ASP.NET magically handle thread safety for you?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benchr/archive/2008/09/03/does-asp-net-magically-handle-thread-safety-for-you.aspx" /><id>http://blogs.msdn.com/benchr/archive/2008/09/03/does-asp-net-magically-handle-thread-safety-for-you.aspx</id><published>2008-09-03T23:40:00Z</published><updated>2008-09-03T23:40:00Z</updated><content type="html">The answer is NO. It does not. There are a few things you must be aware of when creating ASP.NET applications. I ran some experiments where I intentionally set random values into different types of variables, and then slept for a random amount of time in the web service before returning the same variable to the caller. Then I hammered the web service with hundreds of simulataneous requests. It was pretty easy to see which variables were thread safe in this context, and which ones weren't. The non...(&lt;a href="http://blogs.msdn.com/benchr/archive/2008/09/03/does-asp-net-magically-handle-thread-safety-for-you.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8922788" width="1" height="1"&gt;</content><author><name>benchr</name><uri>http://blogs.msdn.com/members/benchr.aspx</uri></author><category term="ASP.NET Thread Static IIS Multithreading" scheme="http://blogs.msdn.com/benchr/archive/tags/ASP.NET+Thread+Static+IIS+Multithreading/default.aspx" /></entry><entry><title>IEEE Visualization Conference - some of the best visualizations in the world</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benchr/archive/2007/11/07/ieee-visualization-conference-coolest-charts-in-the-world.aspx" /><id>http://blogs.msdn.com/benchr/archive/2007/11/07/ieee-visualization-conference-coolest-charts-in-the-world.aspx</id><published>2007-11-08T04:25:00Z</published><updated>2007-11-08T04:25:00Z</updated><content type="html">Last week I was in Sacramento, California at the IEEE Info Visualization conference . It was great learning more about the latest research in human/computer interaction as it relates to information. Plus, there was a lot of brutally cool graphics to look at. They had a poster contest, not to mention an art display, and a number of product demos and seminars. There was also a contest to create a visualization for interacting with an entertainment database. The keynote speaker was one of the graphics...(&lt;a href="http://blogs.msdn.com/benchr/archive/2007/11/07/ieee-visualization-conference-coolest-charts-in-the-world.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5973731" width="1" height="1"&gt;</content><author><name>benchr</name><uri>http://blogs.msdn.com/members/benchr.aspx</uri></author><category term="visualization" scheme="http://blogs.msdn.com/benchr/archive/tags/visualization/default.aspx" /></entry><entry><title>Best Practices for Prioritization of the Product Backlog</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benchr/archive/2007/07/05/best-practices-for-prioritization-of-the-product-backlog.aspx" /><id>http://blogs.msdn.com/benchr/archive/2007/07/05/best-practices-for-prioritization-of-the-product-backlog.aspx</id><published>2007-07-06T08:25:00Z</published><updated>2007-07-06T08:25:00Z</updated><content type="html">This week I thought I would respond to a question about Scrum that I received in email. I am trying to understand how various companies handle prioritization of of their product backlogs. To this end would you be able to shed some light on how this happens at Microsoft? Specifically, I would like to know: i) What prioritization methodologies are employed? ii) How are interrupts handled within a sprint? iii) Is there a clearly defined interrupt policy? iv)How is prioritization implemented within escrum?...(&lt;a href="http://blogs.msdn.com/benchr/archive/2007/07/05/best-practices-for-prioritization-of-the-product-backlog.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3721199" width="1" height="1"&gt;</content><author><name>benchr</name><uri>http://blogs.msdn.com/members/benchr.aspx</uri></author><category term="eScrum" scheme="http://blogs.msdn.com/benchr/archive/tags/eScrum/default.aspx" /></entry><entry><title>A glimpse at Microsoft's internal development tools</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benchr/archive/2007/06/16/microsoft-escrum-1-0.aspx" /><id>http://blogs.msdn.com/benchr/archive/2007/06/16/microsoft-escrum-1-0.aspx</id><published>2007-06-16T04:12:00Z</published><updated>2007-06-16T04:12:00Z</updated><content type="html">&lt;P&gt;I suspect a lot of people wonder how Microsoft does its software development internally.&amp;nbsp; Does Microsoft use the development tools we sell such as Visual Studio?&amp;nbsp;&amp;nbsp;Do we use custom internal tools?&amp;nbsp;&amp;nbsp;or (gasp) Open Source tools?&lt;/P&gt;
&lt;P&gt;The answer is ALL OF THE ABOVE.&amp;nbsp; There are hundreds of teams in Microsoft, and nearly every team does things a little differently.&amp;nbsp; Long ago, everything was very custom and proprietary.&amp;nbsp; But increasingly, the tools created by our own Developer Division are becoming widely used by internal teams.&amp;nbsp; Visual Studio Team Foundation Server is one such tool; TFS brings together key resources such as bug (issue) tracking, source code control, and builds.&amp;nbsp; It's also a platform for creating other development tools!&amp;nbsp; One major advantage to creating custom tools on the TFS platform is they immediately scale.&amp;nbsp; TFS features such as an extensible backend and data warehouse, and unified security administration make custom tool development highly efficient, and greatly reduce maintenance costs.&lt;/P&gt;
&lt;P&gt;This week, you are offered the chance to see one of the internal tools that Microsoft uses; eScrum is now available from the &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?familyid=55a4bde6-10a7-4c41-9938-f388c1ed15e9&amp;amp;displaylang=en&amp;amp;tm" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=55a4bde6-10a7-4c41-9938-f388c1ed15e9&amp;amp;displaylang=en&amp;amp;tm"&gt;Microsoft Downloads&lt;/A&gt;&amp;nbsp;site.&amp;nbsp; eScrum is an increasingly popular tool used by over 50 teams within Microsoft . It is a combination package that includes a template for Visual Studio Team Foundation Server, as well as an Ajax based web application.&amp;nbsp; The eScrum template provides users of&amp;nbsp;TFS the ability to create and track scrum artifacts such as product backlogs, sprint tasks, retrospectives, and burndown reports.&amp;nbsp; The eScrum web application allows users to access their scrum artifacts from any machine with an IE6 or IE7 web browser.&amp;nbsp; In addition Visual Studio users can access their data via Microsoft Excel or Microsoft Project thanks to the integration layer provided by Visual Studio.&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://www.controlchaos.com/" target=_blank mce_href="http://www.controlchaos.com/"&gt;Scrum project management&lt;/A&gt; is gaining a foothold within Microsoft, especially among smaller teams who want to take advantage of the benefits offered by an Agile development process.&amp;nbsp; Teams often start learning the Scrum process by using index cards or post-its, or perhaps using Microsoft Excel to organize their tasks.&amp;nbsp; However, after some time many teams outgrow these techniques and search out more comprehensive tools that give them greater&amp;nbsp;visibility into their own behavior.&amp;nbsp; One of the key principles of Agile development is that participants are self motivated and have a desire to improve their productivity and overall efficiency.&amp;nbsp; eScrum provides comprehensive reports that track metrics such as velocity, estimation accuracy, cumulative flow, and burn down.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For internal Microsoft teams, eScrum is a hosted service managed by the IT department.&amp;nbsp; Unfortunately, this is not the case for the rest of the world.&amp;nbsp; If you want to download eScrum and install it, be sure to follow the instructions carefully.&amp;nbsp; You must have Windows Server 2003 and a licensed installation&amp;nbsp;of Visual Studio Team Foundation Server (2005).&amp;nbsp; There are several dependencies which must be installed separately from eScrum in order for the web application to function.&amp;nbsp; These dependant packages were not included in the install package due to licensing restrictions or company policy.&amp;nbsp; The external release of eScrum also has&amp;nbsp;a few configuration steps that must be performed manually.&amp;nbsp; This includes modification of web.config as described &lt;A class="" href="http://blogs.msdn.com/robcaron/archive/2007/06/15/3320442.aspx" target=_blank mce_href="http://blogs.msdn.com/robcaron/archive/2007/06/15/3320442.aspx"&gt;here&lt;/A&gt;.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The team that originally developed eScrum has been monitoring the MSDN &lt;A class="" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=930&amp;amp;SiteID=1" target=_blank mce_href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=930&amp;amp;SiteID=1"&gt;Power Tools &lt;/A&gt;forum and is interested in the community response.&amp;nbsp; As a result of customer feedback this week, the team is currently working to improve the setup process and plans to post an update to eScrum in the next several days which will include a fix for the aforementioned issue.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3326334" width="1" height="1"&gt;</content><author><name>benchr</name><uri>http://blogs.msdn.com/members/benchr.aspx</uri></author><category term="eScrum" scheme="http://blogs.msdn.com/benchr/archive/tags/eScrum/default.aspx" /></entry></feed>