<?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">joc's bLog</title><subtitle type="html" /><id>http://blogs.msdn.com/ms_joc/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/ms_joc/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-04-07T09:22:00Z</updated><entry><title>VisualStudio 2010 Beta1 – Free at last</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/05/27/dev10-beta1-free-at-last.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/05/27/dev10-beta1-free-at-last.aspx</id><published>2009-05-28T02:52:00Z</published><updated>2009-05-28T02:52:00Z</updated><content type="html">&lt;P&gt;I was at TechEd2009 a few weeks ago and I was so sad we weren’t able to talk more about&amp;nbsp;VS2010 there as much as we wanted to.&amp;nbsp; One of my highlights of the conference was standing in the lunch line while a group of folks from a variety of different companies discussed the new historical debugger work we are doing in VS2010.&amp;nbsp; They were clearly excited and had a bunch of questions so I introduced myself as the Development manager for the team that worked on that and we sat and had lunch.&amp;nbsp; Although there is clearly more we can do in this area than we will be able to ship in VS2010, it was clear these folks were looking forward to picking up the Beta.&amp;nbsp; Of course at that time, the Beta was slowly cooking, but now it’s ready, and we can have a good conversation.&amp;nbsp; The team I’m responsible for worked on bringing this pipeline of value and innovation in VS2010:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NEW FEATURE AREA&lt;/STRONG&gt; &lt;STRONG&gt;Historical Debugger&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Explore important diagnostic events that happened in your application every time you press F5.&amp;nbsp; Think of this as having things like Procmon/Filemon/Regmon and Fiddler integrated directly into your debugging experience!&amp;nbsp; Except we do ones like exceptions and events specific to the libraries you are using like WinForms, Webforms, WPF etc.&lt;/LI&gt;
&lt;LI&gt;Go back to previous break states in the debug history.&amp;nbsp; Ever written a value from the autos window or locals window down on a post-it and continued on debugging?&amp;nbsp; Now just go back to the point you stopped at and see the value.&lt;/LI&gt;
&lt;LI&gt;Turn the historical debugger dial to high and see a history of the code execution, the method calls, the object states and call sites in the tree view of the Debug History window.&amp;nbsp; Walk back to those points in time and understand what happened.&lt;/LI&gt;
&lt;LI&gt;Open logs of both diagnostic events and application recording created from running the new Visual Studio Test tools so you can figure out why test are opening this issue on you when clearly - “It works on my machine”.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;NEW FEATURE AREA&lt;/STRONG&gt; &lt;STRONG&gt;Test Impact Analysis&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Understand which tests to run to verify the changes you are making, as opposed to running every test.&lt;/LI&gt;
&lt;LI&gt;Understand the specific methods changed that are causing the requirement to run a specific test.&lt;/LI&gt;
&lt;LI&gt;Ask the question – if I changed this method – what tests would need to be run to verify it?&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Debugger&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Tear off your datatips and leave them floating on the page while you debug.&amp;nbsp; No need to go and hover over things time and again.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: WPF visualizer.&amp;nbsp; Inspect the state of visual elements in WPF applications. No need to hunt down the specific property you have set based on which base class it is set in, use the filter mechanism in the visualizer to find it.&amp;nbsp; See the rendered visual of the element in the preview pane.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: WPF logging.&amp;nbsp; Track issues such as WPF DataBinding rather than asking “Why is may control/window black”&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: minidump summary page.&amp;nbsp; Use File-&amp;gt;Open to open a minidump and see the data about the environment and modules that were present in the minidump.&amp;nbsp; Search for your module in the list.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Managed minidumps.&amp;nbsp; Create minidumps for managed code running on the v4.0 runtime.&amp;nbsp; Open those minidumps in Visual Studio and explore them.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Thread window.&amp;nbsp; A whole new thread window designed to help you find the important threads and figure out what they are doing.&amp;nbsp; Show threads from all the processes you are debugging.&amp;nbsp; Show the callstacks for all of those threads in the threads window itself.&amp;nbsp; Group them by flagging them.&amp;nbsp; Filter threads to only threads that have a particular pattern in their stack.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Export your breakpoints.&amp;nbsp; Tag and filter them in the breakpoints window.&amp;nbsp; Export and give to a co-worker to let them import them and figure out a bug in some code you know&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Support for tasks in the task libraries as first class citizens&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: New parallel stacks window shows the stacks of your application in a graphical format&lt;/LI&gt;
&lt;LI&gt;Improved: Support for opening executables as a project and using that as the debug target&lt;/LI&gt;
&lt;LI&gt;Improved: Support for inter-op debugging of x64 processes.&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Improved: C++ – support strcmp/strncmp in conditional breakpoint expressions&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Profiler&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Tier interaction profiling.&amp;nbsp; Understand the cost of the calls to the database from your mid-tier. See the SQL queries that make up those costs.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Performance rules. Get guidance on common performance issues that the profiler spots in the performance results.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Thread contention profiling.&amp;nbsp; Understand which resources your threads are most contending on.&amp;nbsp; See the contention pattern between threads fighting over locks, and drill down directly to the line of code trying to acquire the resource.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Parallel performance analyzer.&amp;nbsp; Understand core utilization and how parallel your app is and could be.&lt;/LI&gt;
&lt;LI&gt;Improved: Directly attach to managed CLR 4.0 applications without pre-setting environment variables.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Profiler works on VPC, Hyper-V and VMWare&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Just my code support.&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt; and improved: Integration with LoadTest.&amp;nbsp; Switch on the profiler in the test settings for the load test.&amp;nbsp; Open the load test result after the test and click on the profiler results icon in the tool bar.&amp;nbsp; Drill right down to the code hotspots for your code under load.&lt;/LI&gt;
&lt;LI&gt;Improved: Summary page shows CPU usage charts and hot stacks rather than just methods.&amp;nbsp; An action link pane provides support for “one click to action”.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;: Function details page.&amp;nbsp; Understand graphically how time is being spent in this method, and the children of that method.&amp;nbsp; Visualize the source code and show the hot lines line by line with performance statistics visualized in the code at the line level.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Code Coverage&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Improved: Support for code coverage on 64bit code under test.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Whew!&amp;nbsp; That should keep my blog full for a few months anyway!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Please pull down the Beta and give it a spin.&amp;nbsp; It’s available from the product page here:&lt;/P&gt;
&lt;P&gt;&lt;A title=http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx" mce_href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"&gt;http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So far I have been running Beta1 and VSTS2008SP1 Side by Side with no issues.&amp;nbsp; We spent a lot of time in this release focusing on setup, side by side and uninstall so I do think this is way better than in previous releases.&lt;/P&gt;
&lt;P&gt;Fix those bugs, and stay posted for more deep dives in all of these areas.&amp;nbsp; Sorry I didn’t drill deeper, but I wanted to get this post out today.&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9645158" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Debugger tip for stack overflows</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/04/16/debugger-tip-for-stack-overflows.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/04/16/debugger-tip-for-stack-overflows.aspx</id><published>2009-04-16T18:56:00Z</published><updated>2009-04-16T18:56:00Z</updated><content type="html">&lt;P&gt;Every so often my team likes to make me feel useful.&amp;nbsp; I don't get to write code and fix bugs as much as I used to when I arrived at Microsoft, but I do have a good few tricks up my sleeve.&amp;nbsp; Someone from the profiler team was looking at a stack overflow in the analysis code that occured from some recent changes.&amp;nbsp; As ever, these come from cyclic recursion patterns, and so you get the same few methods on the stack, and no good way to identify "when to stop" and what to inspect just before the exception:&lt;/P&gt;
&lt;P&gt;A&lt;BR&gt;B&lt;BR&gt;C&lt;BR&gt;A&lt;BR&gt;B&lt;BR&gt;C&amp;nbsp;&lt;BR&gt;...&lt;/P&gt;
&lt;P&gt;My trick here is simple, and it's to do with "hit count" breakpoints. Set a breakpoint in one of the&amp;nbsp;methods, but go ahead and add a hit count.&amp;nbsp; You do this via:&lt;/P&gt;
&lt;P&gt;Right click on the breakpoint-&amp;gt;Select Hit Count...-&amp;gt;hit when the hit count is greater than or equal to&lt;/P&gt;
&lt;P&gt;Crank the hit count up to something insane (I tend to use 65536).&amp;nbsp; Now let the program run to the crash point and see that the breakpoint never fires.&amp;nbsp; Now go to the breakpoints window and look at the hit count for your breakpoint and it will tell you how many times that the code executed that breakpoint.&amp;nbsp; Now go ahead and change the breakpoint hit count to only hit at that count or one or two below, and now you can debug through the last throes of the stack overflow....&lt;/P&gt;
&lt;P&gt;Happy slaying! (Sorry for the lack of pictures)...&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9553181" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>The science of bugs</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/03/30/the-science-of-bugs.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/03/30/the-science-of-bugs.aspx</id><published>2009-03-31T01:49:00Z</published><updated>2009-03-31T01:49:00Z</updated><content type="html">&lt;P&gt;One of the more interesting things about working at Microsoft is the close collaboration the Microsoft Research (MSR) group has with academic research in many universities around the world.&amp;nbsp; Today I was able to go to a talk form one of the researchers I most admire in the software engineering&amp;nbsp;field: Prof. &lt;A href="http://www.st.cs.uni-saarland.de/zeller/" mce_href="http://www.st.cs.uni-saarland.de/zeller/"&gt;Andreas Zeller&lt;/A&gt; of &lt;A href="http://www.st.cs.uni-saarland.de/?lang=en" mce_href="http://www.st.cs.uni-saarland.de/?lang=en"&gt;Saarsland University&lt;/A&gt; in Germany.&amp;nbsp; Prof. Zeller has a long history of research into bugs - what causes them, how to detect them and how to fix them.&amp;nbsp; His book "&lt;A href="http://www.amazon.com/Why-Programs-Fail-Systematic-Debugging/dp/1558608664/ref=pd_sxp_f_pt/102-6299657-0398520?ie=UTF8" mce_href="http://www.amazon.com/Why-Programs-Fail-Systematic-Debugging/dp/1558608664/ref=pd_sxp_f_pt/102-6299657-0398520?ie=UTF8"&gt;Why programs fail&lt;/A&gt;" is one of very few books to cover this area.&lt;/P&gt;
&lt;P&gt;Prof. Zeller's talk was on the subject of mutation testing to understand test suite effectiveness.&amp;nbsp; You can find out more, including watching a pre-record of pretty much the same talk I attended, here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.st.cs.uni-saarland.de/mutation/"&gt;http://www.st.cs.uni-saarland.de/mutation/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;While I had some questions about the mutations that Prof. Zeller's team used, and my own concerns about how well test team's manage to make their test suites model after user's behaviours, there is no doubt that this research area is very interesting.&amp;nbsp; The team is as yet unable to make any conclusions about the effectiveness of these techniques over existing coverage metrics. &lt;/P&gt;
&lt;P&gt;My own perspective here is that anything that gets people thinking more about the test effectiveness, and less about specific numbers and metrics in things like statement coverage, the better.&amp;nbsp; I'm continually asked about "what number of coverage should I shoot for" and "how much coverage does Microsoft aim for".&amp;nbsp; This is a fruitless task in my opinion.&amp;nbsp; Our coverage tells you one thing and one thing only - what code was not exercised at all by my test bed.&amp;nbsp; You then need to make a judgement call about what to do about it.&amp;nbsp; Is the functionality important?&amp;nbsp; Is it really dead code?&amp;nbsp; All of these go into the mix when making the decision to do work and write new tests.&lt;/P&gt;
&lt;P&gt;Whatever your own opinion on these, Prof. Zeller's work continues to be thought provoking, so please go check it out,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9520658" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Speaking again at TechEd 2009</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/03/20/speaking-again-at-teched-2009.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/03/20/speaking-again-at-teched-2009.aspx</id><published>2009-03-21T01:55:00Z</published><updated>2009-03-21T01:55:00Z</updated><content type="html">&lt;P&gt;I'll be out at TechEd this year and delivering the next version of my Debugger Tips and Tricks talk, which I last gave at PDC.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/pdc2008/TL59/"&gt;&lt;FONT color=#0065e2&gt;http://channel9.msdn.com/pdc2008/TL59/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In the version of the talk for this year [DTL323], I'll have similar content on VS2005 and VS2008, but will have an updated version of VS2010 to show off some new debugger features if you all are interested.&amp;nbsp; I may even do a booth talk on VS2010 in more depth since I want to keep the breakout talk balanced with things you can take advantage of today.&amp;nbsp; If you are headed to TechEd, please go ahead and sign up for this session early.&amp;nbsp; Last time the room was way too small, and I really like the opportunity to have a meaningful Q&amp;amp;A session during and after the talk.&amp;nbsp; Not much ability to do that when you are a mile away!&lt;/P&gt;
&lt;P&gt;See you all there!&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9493852" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>VS2008 SP1 Shell fix available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/03/12/vs2008-sp1-shell-fix-available.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/03/12/vs2008-sp1-shell-fix-available.aspx</id><published>2009-03-13T02:03:00Z</published><updated>2009-03-13T02:03:00Z</updated><content type="html">&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;FONT size=3 face=Calibri&gt;A fix for a widely reported crash in the Visual Studio 2008 IDE is now available.&amp;nbsp; This fixes a crash that occurs after changing layouts (undocking/docking windows) and then changing modes (start stop debug, or switch to/from full screen. &amp;nbsp;This bug was introduced in Service Pack 1 and the fix for this is now available for download via Code Gallery at:&amp;nbsp; &lt;/FONT&gt;&lt;A href="http://code.msdn.microsoft.com/KB960075"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;http://code.msdn.microsoft.com/KB960075&lt;/FONT&gt;&lt;/A&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;o:p&gt;&lt;FONT size=3 face=Calibri&gt;John&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9472330" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Why is my app so much slower under the debugger?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/02/19/why-is-my-app-so-much-slower-under-the-debugger.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/02/19/why-is-my-app-so-much-slower-under-the-debugger.aspx</id><published>2009-02-19T21:39:00Z</published><updated>2009-02-19T21:39:00Z</updated><content type="html">&lt;P&gt;Even when I switch to "Release builds"?&amp;nbsp; We recently got a connect bug on this so I thought I'd share my thoughts.&lt;/P&gt;
&lt;P&gt;In the debugger, we always try to minimize the impact we introduce on the debuggee, but there is always some work that we do in a synchronous way.&amp;nbsp; We alway deal with breakpoints, even when they are in "tracepoint mode",&amp;nbsp; we always do work when receiving a module load or thread create event.&amp;nbsp; As I say, we try to minimize the impact of this work, and are constantly looking to improve the performance (and therefor usually the perturbance) on the target application.&amp;nbsp; However the biggest contributor I see to app performance degradation&amp;nbsp;is the fact that when launching under the debugger, the operating system uses the debug heap.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The VS debugger uses the standard Windows CreateProcess call to create the debuggee.&amp;nbsp; See docs for that here: &lt;A href="http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx" mce_href="http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx&lt;/A&gt;. We pass in the create flag DEBUG_PROCESS as documented here: &lt;A href="http://msdn.microsoft.com/en-us/library/ms684863(VS.85).aspx" mce_href="http://msdn.microsoft.com/en-us/library/ms684863(VS.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms684863(VS.85).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When we do that, Windows enables three heap debugging features:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Enabling a tail check. This put a marker on the end of each allocation and when it is freed, the heap manager checks the marker is intact.&lt;/LI&gt;
&lt;LI&gt;Enabling free check.&amp;nbsp; If the process writes to the block after free, the heap manager detects this.&lt;/LI&gt;
&lt;LI&gt;Checking paramaters.&amp;nbsp; The&amp;nbsp;heap manager&amp;nbsp;checks for valid parameters in each call to any of the heap allocation/free functions.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;1. and 2. have a sizable performance impact when freeing memory.&amp;nbsp; For more information on this subject, read Mark Russinovich and David Solomon's book "Windows Internals" Chapter 7.&lt;/P&gt;
&lt;P&gt;There are two workarounds for this issue.&amp;nbsp; &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use &lt;STRONG&gt;CTRL+F5 &lt;/STRONG&gt;and &lt;STRONG&gt;attach&lt;/STRONG&gt; to your application instead.&amp;nbsp; I realize this is not always ideal.&lt;/LI&gt;
&lt;LI&gt;Add the setting &lt;STRONG&gt;_NO_DEBUG_HEAP=1&lt;/STRONG&gt; to the environment settings in the debugger settings for your launch project.&amp;nbsp; This only works in C++ projects today.&amp;nbsp; You could force inheritance here by adding that to Visual Studio's environment, which your target application inherits from.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Remember however that you are giving up a lot of validation that the OS does on your behalf.&amp;nbsp; Catching memory corruption issues early is very important, so don't take this step blindly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Happy hunting&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9434723" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Computer Science and Software Engineering</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/02/18/computer-science-and-software-engineering.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/02/18/computer-science-and-software-engineering.aspx</id><published>2009-02-18T20:34:00Z</published><updated>2009-02-18T20:34:00Z</updated><content type="html">&lt;P&gt;&lt;STRONG&gt;This is an opinion piece, and&amp;nbsp;my opinion at that, not of my employer.&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was watching a debate on one of the internal support email lists for debugger related things last year when an interesting event occured.&amp;nbsp; There is currently a limitation in the Windows OS that prevents ModuleLoad events being sent after ~500 of those events have been sent.&amp;nbsp;&amp;nbsp;The conversation wandered into why&amp;nbsp;you get some gains from performance if you keep the number of dlls down, and ensure they have their base adresses set.&amp;nbsp; To which there was a reply of (paraphrase):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;"I don't want to think about that, the operating system should keep all that from me, if I want to have thousands of dlls I should be able to"&lt;/P&gt;
&lt;P&gt;Which set off alarm bells for me.&amp;nbsp; The hyperbolae of this statement is of course "don't bother me with constraints".&amp;nbsp; It also surfaces in how people treat memory allocation and usage in managed code ("Hey - there's a garbage collector - there are no leaks.&amp;nbsp; Um - why am I running out of memory - it must be a CLR bug").&amp;nbsp; Complete ignorance of the constraints of systems is a dangerous place to be.&lt;/P&gt;
&lt;P&gt;I self identify as an engineer.&amp;nbsp; But of course many of us who are in professional software development came through Computer Science courses as their degrees.&amp;nbsp; Looking back on my own education, there were very few courses that armed me with the engineering skills I grew in my first few years as a developer.&amp;nbsp; I learned (the hard way in many cases) what it takes to engineer solutions that work within the constraints of the systems my customers expected.&amp;nbsp; I'm in no way bashing Computer Science.&amp;nbsp; Where would our industry be without the deep thinking and experimentation that carries on to this very day.&amp;nbsp; But when onboarding software developers, I think we need to do more to make them aware of engineering practices and principles in a more structured way.&amp;nbsp; In our own team we do this through a combination of mentoring and training, but by no means do we have it down pat (who does).&amp;nbsp; Different situations may call for different solutions.&amp;nbsp;Until recently I never thought of how much that science vs. engineering discipline is actually implicitly demonstrated as opposed to being explicitly stated, but now I think on it, it's a useful conversation to have with those new hires.&lt;/P&gt;
&lt;P&gt;Something to ponder as the next wave of scientist/engineers walk through the doors into industry from university.&amp;nbsp; Please discuss through the comments section!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;John&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9432223" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Last year's VSTS 2010 CTP - Feedback still needed!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2009/02/05/last-year-s-vsts-2010-ctp-feedback-still-needed.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2009/02/05/last-year-s-vsts-2010-ctp-feedback-still-needed.aspx</id><published>2009-02-06T00:36:00Z</published><updated>2009-02-06T00:36:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Calibri size=3&gt;Last year's CTP of VSTS 2010 was one of the major milestones on the road to shipping what we think will be a great release.&amp;nbsp; There's a lot of value, and much of it previewed in the &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;amp;displaylang=en"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'"&gt;CTP&lt;/SPAN&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;, but I've been feeling like we didn't get a huge amount of community feedback to help us fine tune the plan.&amp;nbsp; Selfishly - I'm interested in your thoughts on two of the major innovations our team was responsible for:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;&lt;STRONG&gt;Eliminate the “no-repro” bug with application flight recording.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;How many times has a developer used the phrase “works on my machine” when responding to a bug?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; I know I have :) &lt;/SPAN&gt;In many cases that may be true.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;By default the VSTS 2010 testing system will record a host of information:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpFirst style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;1)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;Screenshots of the test in progress so developers can see the symptoms&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;2)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;An environment snapshot to aid in configuration mismatch diagnosis&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpLast style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;3)&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;An application flight recording that can be replayed in the debugger to allow developers to quickly get to the root cause of any issue&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA"&gt;The application flight recorder technology is a key element to actually finding and solving bugs faster.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Not only can developers see symptoms, they can understand what their code was up to at the time and get to the problem faster.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;To do this,&amp;nbsp;we &amp;nbsp;took advantage of one of Visual Studio’s core experiences – the VS debugger (which we are responsible for too).&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Many developers spend a large portion of their time using the VS debugger for both software construction and debugging.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;So we now provide a new set of debugging experiences that focus on looking at the application through the recording, and seamlessly integrate that with the debugger’s existing views, as opposed to building a new tool that people would have to learn and get some experience with.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Any developer will be able to get value directly out of the gate.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This also frees testers from extra rounds of validation (did that bug really exist), or working to reproduce a bug that only show up intermittently or even going to the trouble of setting up a test environment for the dev to repro and debug on live.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;STRONG&gt;Understanding the test impact of code changes&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;A common question that testers in software organizations ask is “which tests should I run to ensure quality”.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This is especially critical for teams with a test bed of many thousands of tests as they approach the release point of their software.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Code changes can break the product, but also simply break the tests associated with them.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;All of this is cost, and as time progresses from the date the issue was added, it becomes more expensive to understand and fix.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;VSTS 2010 intends to provide guidance around which tests have been impacted by changes in newer builds.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;As tests run in either automated or manual test scenarios, information is being recorded about which tests touch which code elements in a given project.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This mapping is then transmitted to the test server which maintains a database of mappings.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Team System then makes this information available to all the participants in the software process.&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpFirst style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1)&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Test managers&lt;/B&gt; have a built in report of the test impact of any given new build.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;As well as understanding the tests impacted by changed source code, they can see which requirements have changed, or which bugs have been resolved, and by extension the test cases that are related to those.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;They can then decide to promote a new build to be “the testable build”&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2)&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;An individual tester&lt;/B&gt; can see this same information for their area, and make decisions on which of their tasks they ought to work on first&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpLast style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;3)&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Developers&lt;/B&gt; can see the upstream impact of any change they make, and potentially run the impacted tests to understand if there is a breaking change, or if they have broken the product.&lt;/P&gt;
&lt;P&gt;As we get closer to Beta, we should be going deeper on how these features work and what you can (and can't&amp;nbsp; :) ) do with them, but until then, please go test drive them and give us the feedback!&lt;/P&gt;
&lt;P&gt;Keep on fixing,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9399939" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>VS 2008 SP1 Debugger stepping and breakpoint issues</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/11/14/vs-2008-sp1-debugger-stepping-and-breakpoint-issues.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/11/14/vs-2008-sp1-debugger-stepping-and-breakpoint-issues.aspx</id><published>2008-11-14T23:48:00Z</published><updated>2008-11-14T23:48:00Z</updated><content type="html">&lt;P&gt;For the last few weeks we have had reports of stepping issues caused by people installing VS 2008 SP1.&amp;nbsp; You can see our acknowledgement of this issue here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/f3fcb4fb-8a08-4fa0-8d58-9ed6f3eb1193"&gt;http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/f3fcb4fb-8a08-4fa0-8d58-9ed6f3eb1193&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The symptoms are that while managed debugging some step commands&amp;nbsp;do not complete as expected, and some breakpoints&amp;nbsp;may be missed if running on&amp;nbsp;hyperthreaded, multi-core or multi-proc hardware.&amp;nbsp;We finally got to the root cause, and&amp;nbsp;I'm glad to announce that we have now made a fix available for this issue.&amp;nbsp; You can grab that here:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;A href="http://code.msdn.microsoft.com/KB957912/Release/ProjectReleases.aspx?ReleaseId=1796"&gt;&lt;FONT face=Calibri color=#0000ff size=3&gt;http://code.msdn.microsoft.com/KB957912/Release/ProjectReleases.aspx?ReleaseId=1796&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;John&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9078742" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>PDC08 - Debugger tips and tricks talk posted</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/11/07/pdc08-debugger-tips-and-tricks-talk-posted.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/11/07/pdc08-debugger-tips-and-tricks-talk-posted.aspx</id><published>2008-11-08T02:01:00Z</published><updated>2008-11-08T02:01:00Z</updated><content type="html">&lt;P&gt;The channel 9 rendering of my talk at PDC is now up for your general enjoyment/education/amusement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://channel9.msdn.com/pdc2008/TL59/"&gt;http://channel9.msdn.com/pdc2008/TL59/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The topics I covered tricks in stepping, breakpoints, symbols, multi-threading and post-mortem.&amp;nbsp; Judging from the evals the reception was pretty good, and I really wish I had the time to go deeper and go over more stuff.&amp;nbsp; I was especially pleased with being highest rated talk in the TL track for job relevance :).&amp;nbsp; I'd like to hear if folks would like to see more of this at PDC09.&amp;nbsp; We are considering whether we should have pre-con sessions on debugging, profiling and diagnostics to really go deep.&amp;nbsp; For the chap "D" from company "C" who was able to answer my opcode question, please get in touch.&amp;nbsp; Other talks&amp;nbsp; that I would encourage you to check out:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Steve and Ed talking about the great performance tools coming in VSTS 2010 &lt;A href="http://channel9.msdn.com/pdc2008/TL24/"&gt;http://channel9.msdn.com/pdc2008/TL24/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Habib and Justin talking about our test impact and historical debugging features in VSTS 2010 &lt;A href="http://channel9.msdn.com/pdc2008/TL03/"&gt;http://channel9.msdn.com/pdc2008/TL03/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Brian "I just beat JoC in the evals" Harry talking about upcoming Team Foundation Server goodness &lt;A href="http://channel9.msdn.com/pdc2008/TL52"&gt;http://channel9.msdn.com/pdc2008/TL52&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Gert "I dream in T-SQL" Drapers talking about upcoming goodness in the data tools in VSTS 2010 &lt;A href="http://channel9.msdn.com/pdc2008/TL45"&gt;http://channel9.msdn.com/pdc2008/TL45&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Steve doing his "Let's pretend this says System.String" line is one of my favourites of all time.&lt;/P&gt;
&lt;P&gt;I'm not sure hte title of Habib and Justin's talk did justice to what we were showing off, which was the first introduction to historical debugging coming on line in VSTS 2010.&amp;nbsp; However we received the highest evaluation scores for all of PDC (by some margin) for the Hands On Lab that Justin produced to demo this feature.&amp;nbsp; We literally think it will change the way people debug, and will become increasingly important in diagnosing issues as platforms become more distributed and cloud based, e.g. Windows Azure.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;J&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9053280" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>PDC08 - T minus 4 days and counting</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/10/23/pdc08-t-minus-4-days-and-counting.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/10/23/pdc08-t-minus-4-days-and-counting.aspx</id><published>2008-10-23T20:03:00Z</published><updated>2008-10-23T20:03:00Z</updated><content type="html">&lt;P&gt;So I finally have some of my schedule figured out for the upcoming PDC.&amp;nbsp; Most important for me is to actually turn up to my own talk :).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Visual Studio Debugger Tips &amp;amp; Tricks&lt;BR&gt;Tue 10/28 | 12:45 PM-1:30 PM | 409A&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I'll be going over a few of my personal favourites, talking about how and why we do these features, and showing a few things that will be new in VS 2010.&amp;nbsp; I don't want to spoil the surprise too much though.&amp;nbsp; After that (at 1:30), John Robbins is setting up an open space on "&lt;A class="" href="http://www.wintellect.com/CS/blogs/jrobbins/archive/2008/10/22/pdc-open-session-the-future-of-diagnostics-and-debugging-tuning.aspx" mce_href="http://www.wintellect.com/CS/blogs/jrobbins/archive/2008/10/22/pdc-open-session-the-future-of-diagnostics-and-debugging-tuning.aspx"&gt;the future of debugging&lt;/A&gt;".&amp;nbsp; I'm pretty excited by that obviously, and myself, David Gray, and a host of others from the team are looking forward to discussing this with you all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The most interesting talks for me are the following, although I'm not sure I'll actually make it to most of the sessions.&lt;SPAN class=speakerNames jQuery1224781514881="3139"&gt;&amp;nbsp; 
&lt;TABLE class="" style="WIDTH: 684pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=912 border=0&gt;
&lt;COLGROUP&gt;&lt;STRONG&gt;
&lt;COL style="WIDTH: 306pt; mso-width-source: userset" width=408&gt;
&lt;COL style="WIDTH: 126pt; mso-width-source: userset" width=168&gt;
&lt;COL style="WIDTH: 58pt; mso-width-source: userset" width=78&gt;
&lt;COL style="WIDTH: 119pt; mso-width-source: userset" width=159&gt;
&lt;COL style="WIDTH: 74pt; mso-width-source: userset" width=99&gt;&lt;/STRONG&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 20.57pt; mso-height-source: userset" height=27&gt;
&lt;TD class=oa1 style="WIDTH: 306pt; HEIGHT: 20.57pt" width=408 height=27 class="oa1"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa1 style="WIDTH: 126pt" width=168 class="oa1"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa1 style="WIDTH: 58pt" width=78 class="oa1"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa1 style="WIDTH: 119pt" width=159 class="oa1"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa1 style="WIDTH: 74pt" width=99 class="oa1"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 30.39pt; mso-height-source: userset" height=41&gt;
&lt;TD class=oa2 style="WIDTH: 306pt; HEIGHT: 30.39pt" width=408 height=41 class="oa2"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;TL19 Microsoft Visual Studio: Bringing out the Best in &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Multicore&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; Systems&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa2 style="WIDTH: 126pt" width=168 class="oa2"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Hazim Shafi&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa2 style="WIDTH: 58pt" width=78 class="oa2"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;10/27&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa2 style="WIDTH: 119pt" width=159 class="oa2"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;01:45 PM – 03:30 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa2 style="WIDTH: 74pt" width=99 class="oa2"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Room 502A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 30.39pt; mso-height-source: userset" height=41&gt;
&lt;TD class=oa3 style="WIDTH: 306pt; HEIGHT: 30.39pt" width=408 height=41 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;TL25 Parallel Programming for C++ Developers in the Next Version of Microsoft Visual Studio&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 126pt" width=168 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Rick Molloy&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 58pt" width=78 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;10/27&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 119pt" width=159 class="oa3"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;03:30 PM – 04:45 PM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 74pt" width=99 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Room 408B&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 30.39pt; mso-height-source: userset" height=41&gt;
&lt;TD class=oa4 style="WIDTH: 306pt; HEIGHT: 30.39pt" width=408 height=41 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;TL03 Microsoft Visual Studio Team System: Software Diagnostics and Quality for Services&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 126pt" width=168 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;Habib Heydarian; Justin Marks&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 58pt" width=78 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;10/27&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 119pt" width=159 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;03:30 PM – 04:45 PM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 74pt" width=99 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;Room 515A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 20.57pt; mso-height-source: userset" height=27&gt;
&lt;TD class=oa3 style="WIDTH: 306pt; HEIGHT: 20.57pt" width=408 height=27 class="oa3"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;BB39 Logging, Diagnosing, and Troubleshooting Applications Running Live in the Cloud&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 126pt" width=168 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Steve Garrity, Mark Gilbert&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 58pt" width=78 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;10/29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 119pt" width=159 class="oa3"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;01:15 PM – 02:30 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 74pt" width=99 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Room &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;515B&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 30.39pt; mso-height-source: userset" height=41&gt;
&lt;TD class=oa4 style="WIDTH: 306pt; HEIGHT: 30.39pt" width=408 height=41 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;TL24 Improving .NET Application Performance and Scalability&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 126pt" width=168 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;Steve Carroll;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;Ed Glas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 58pt" width=78 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;10/29&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 119pt" width=159 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;01:15 PM – 02:30 PM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 74pt" width=99 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;STRONG&gt;Room 153&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 30.39pt; mso-height-source: userset" height=41&gt;
&lt;TD class=oa3 style="WIDTH: 306pt; HEIGHT: 30.39pt" width=408 height=41 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;PC49 Microsoft .NET Framework:&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; VERTICAL-ALIGN: baseline; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt; mso-text-raise: 0%"&gt; CLR Futures&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 126pt" width=168 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Joshua Goodman, Ian Carmichael&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 58pt" width=78 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;10/30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 119pt" width=159 class="oa3"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;10:15 AM – 11:30 AM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa3 style="WIDTH: 74pt" width=99 class="oa3"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Room 153&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 27.43pt; mso-height-source: userset" height=37&gt;
&lt;TD class=oa4 style="WIDTH: 306pt; HEIGHT: 27.43pt" width=408 height=37 class="oa4"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;TL26 Parallel Programming for Managed Developers with the Next Version of Microsoft Visual Studio&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 126pt" width=168 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Daniel Moth&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 58pt" width=78 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;10/30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 119pt" width=159 class="oa4"&gt;
&lt;P style="MARGIN: 0pt 0in; WORD-BREAK: normal; DIRECTION: ltr; TEXT-INDENT: 0in; LINE-HEIGHT: normal; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging; mso-vertical-align-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 0; mso-font-kerning: 12.0pt"&gt;10:20 AM – 11:45 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=oa4 style="WIDTH: 74pt" width=99 class="oa4"&gt;
&lt;P style="MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; WORD-BREAK: normal; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; language: en-US; mso-line-break-override: none; punctuation-wrap: hanging"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt;Petree&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; Hall&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; VERTICAL-ALIGN: baseline; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt; mso-text-raise: 0%"&gt; CD&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Calibri; language: en-US; mso-ascii-font-family: Calibri; mso-color-index: 13; mso-font-kerning: 12.0pt"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The ones marked in bold will be given by members of our team.&amp;nbsp; Sadly there are a lot of conflicts.&amp;nbsp; Grrr.&lt;/P&gt;
&lt;P&gt;I'm particulalry&amp;nbsp;excited by Justin and Habib's talk, as it lifts the lid on the&amp;nbsp;application flight recorder / historical debugging&amp;nbsp;feature that you've heard about in the news.&amp;nbsp; Hopefully you can all make it to that to get a sense of where this is at and where we are going with it.&lt;/P&gt;
&lt;P&gt;I'll also be hanging around the lounge and HOL areas, so drop by and say hi.&lt;/P&gt;
&lt;P&gt;See you all there,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9013486" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Upcoming VSTS 2010 features - what have we been up to?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/09/29/upcoming-vsts-2010-features-what-have-we-been-up-to.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/09/29/upcoming-vsts-2010-features-what-have-we-been-up-to.aspx</id><published>2008-09-30T05:04:00Z</published><updated>2008-09-30T05:04:00Z</updated><content type="html">&lt;P&gt;It's nice to at last be able to publicly discuss some of the features we've been working on recently.&amp;nbsp; Brian Harry's blog entry &lt;A href="http://blogs.msdn.com/bharry/archive/2008/09/29/shining-the-light-on-rosario.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2008/09/29/shining-the-light-on-rosario.aspx"&gt;here&lt;/A&gt; provides the best overall view of what our focus for this release is, and what features are delivered as part of that.&amp;nbsp; Our team has been working on two of the three features listed &lt;A href="http://msdn.microsoft.com/en-us/vsts2008/products/bb725993.aspx" mce_href="http://msdn.microsoft.com/en-us/vsts2008/products/bb725993.aspx"&gt;here&lt;/A&gt;, specifically "Eliminate No-Repro Bugs" and "Identify the Test Impact".&lt;/P&gt;
&lt;P&gt;Over the coming weeks, leading up to PDC, you'll see a series of blog posts from me discussing these areas, as well as the work we have coming on line for both the profiler and code coverage.&amp;nbsp; We also are working on new features in the area of core debugging.&lt;/P&gt;
&lt;P&gt;Stay tuned,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;John&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8969932" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Architect != Suite</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/07/28/architect-suite.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/07/28/architect-suite.aspx</id><published>2008-07-28T20:06:00Z</published><updated>2008-07-28T20:06:00Z</updated><content type="html">&lt;P&gt;I was in a colleague's office the other day and ran into the now ubiquitous issue that people still buy or install the "Architect Edition" thinking it has everything.&amp;nbsp; Although this was true in previous versions of VS, this changed with VSTS 2005 when role based editions came into being.&amp;nbsp; If you need the box that has everything, you need the Team Suite edition.&amp;nbsp; The Architect and Developer editions are now siblings rather than parent child (since I call myself a dev makes me feel better :)).&amp;nbsp; For a more detailed breakdown of what features are in what box check out this link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://msdn.microsoft.com/en-us/vsts2008/products/bb933734.aspx"&gt;http://msdn.microsoft.com/en-us/vsts2008/products/bb933734.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Cheers,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8784913" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>PDC 08 now open for registration</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/06/02/pdc-08-now-open-for-registration.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/06/02/pdc-08-now-open-for-registration.aspx</id><published>2008-06-02T22:56:00Z</published><updated>2008-06-02T22:56:00Z</updated><content type="html">&lt;P&gt;It's been a while, but the time has come again for a Microsoft Professional Developer's Conference.&amp;nbsp; I'm aiming to go to the show, I really enjoyed my time at PDC05.&amp;nbsp; I look forward to meeting as many of you - the MS developer community - as I can.&amp;nbsp; I'm also looking forward to Ray's keynote.&amp;nbsp; Our team will be participating in one of the key sessions that have been announced so far:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;VSTS: Software diagnostics and quality for services&lt;BR&gt;&lt;/STRONG&gt;In this session we will present processes and tools from the upcoming Visual Studio Team System Codename "Rosario" release and Microsoft Research and show how we deliver on quality, scalability, and experience goals for the new class of applications that demand rich UI, service consumption, and frequent release. &lt;/P&gt;
&lt;P&gt;So - I'm looking forward to that and just getting together and finding out what you like and don't like about our&amp;nbsp;tools today, as well as sharing some of the "where we are going" with upcoming releases.&amp;nbsp;For more details visit &lt;A href="http://www.microsoftpdc.com/"&gt;http://www.microsoftpdc.com/&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=FeedItem&gt;
&lt;DIV class=FeedItemSummary&gt;Hope to see you there in October,&lt;/DIV&gt;
&lt;DIV class=FeedItemSummary&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=FeedItemSummary&gt;John&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8570139" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry><entry><title>Debugger expansion follow-up - PM jobs</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ms_joc/archive/2008/04/07/debugger-expansion-follow-up-pm-jobs.aspx" /><id>http://blogs.msdn.com/ms_joc/archive/2008/04/07/debugger-expansion-follow-up-pm-jobs.aspx</id><published>2008-04-07T19:22:00Z</published><updated>2008-04-07T19:22:00Z</updated><content type="html">&lt;P&gt;As promised it is time to follow up with the PM jobs from our debugger expansion (Test to follow soon, promise!).&amp;nbsp; There are three main areas we are hiring into the debugger for:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;STRONG&gt;Native C/C++ debugging PM&lt;BR&gt;&lt;/STRONG&gt;As mentioned in my previous posting, this is an area that will see us considerably staff up.&amp;nbsp; We're looking for someone who can connect with this customer segment, and drive new experiences in this space.&amp;nbsp; See more details for this job &lt;A class="" title="Job Description" href="http://members.microsoft.com/careers/search/details.aspx?JobID=D92EF298-B997-4E5C-9001-B887AA2A5980&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted" mce_href="http://members.microsoft.com/careers/search/details.aspx?JobID=D92EF298-B997-4E5C-9001-B887AA2A5980&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;STRONG&gt;Debugger strategy / partner relationship PM&lt;BR&gt;&lt;/STRONG&gt;This post is for a senior PM who will drive our relationship with external partners such as Intel, AMD and people extending the debugger in VS, as well as our internal platform partners like Windows and the CLR.&amp;nbsp; This person will be excellent at building relationships and working with others.&amp;nbsp; They will be responsible for developing the next generation of debugger extensibility APIs.&amp;nbsp; See the details &lt;A class="" title="Job Description" href="http://members.microsoft.com/careers/search/details.aspx?JobID=C42975A6-AC22-4AAE-93E7-BA677E5AD3BD&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted" mce_href="http://members.microsoft.com/careers/search/details.aspx?JobID=C42975A6-AC22-4AAE-93E7-BA677E5AD3BD&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;STRONG&gt;HPC debugging/diagnostics PM&lt;/STRONG&gt;&lt;BR&gt;This post is for a senior PM who can quickly come up to speed on the HPC customer segment, understand their needs in the debugging and diagnostics space, and start to build a product and business plan around tools in this space.&amp;nbsp; This person will be customer focused, and be comfortable presenting product and funding plans to senior management.&amp;nbsp; Ideally, you'd be able to code some prototypes too.&amp;nbsp; Get the skinny &lt;A class="" title="Job Description" href="http://members.microsoft.com/careers/search/details.aspx?JobID=B5754128-21ED-4E55-949F-324E2CCACFA7&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted" mce_href="http://members.microsoft.com/careers/search/details.aspx?JobID=B5754128-21ED-4E55-949F-324E2CCACFA7&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Recently our profiler/code coverage&amp;nbsp;PM headed to pasture's new, so if you are interested in this area, look at the job description &lt;A class="" title="Job Description" href="http://members.microsoft.com/careers/search/details.aspx?JobID=A76CB3C8-2DCC-4693-85FA-1F62A0E0F658&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted" mce_href="http://members.microsoft.com/careers/search/details.aspx?JobID=A76CB3C8-2DCC-4693-85FA-1F62A0E0F658&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Again, if you do end up applying, feel free to mention the blog, or contact me through the blog if you want more information or details,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Cheers now,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;John&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8365841" width="1" height="1"&gt;</content><author><name>ms_joc</name><uri>http://blogs.msdn.com/members/ms_joc.aspx</uri></author></entry></feed>