<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx</link><description>Almost 4 months after the first post in the series &amp;#8230; not bad! There are 3 Signature Change Refactorings: Remove Parameter Reorder Parameter Promote Local I rank these as &amp;#8220;Tier 2&amp;#8221; &amp;#8211; they&amp;#8217;re not as important as Extract Method</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Jay Bazuzi discusses the 'Rename' Refactoring in some detail...</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196453</link><pubDate>Mon, 26 Jul 2004 01:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196453</guid><dc:creator>Code/Tea/Etc...</dc:creator><description /></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196468</link><pubDate>Sun, 25 Jul 2004 23:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196468</guid><dc:creator>Sean Timm</dc:creator><description>Jay,&lt;br&gt;I just had one small comment to make regarding your side note &amp;quot;Users seem mildly annoyed by smart tags in Office usability studies.&amp;quot;&lt;br&gt;&lt;br&gt;I, too, have occasionally found myself annoyed at the smart tag usability in Office.  On the other hand, JetBrain's IntelliJ IDEA (&lt;a target="_new" href="http://www.jetbrains.com/idea/index.html"&gt;http://www.jetbrains.com/idea/index.html&lt;/a&gt;) uses smart tag-like functionality (they call them &amp;quot;intention actions&amp;quot;), and I find them *incredibly* useful, intuitive, and relevant.  I've never had more pleasure using an IDE than I did with IDEA where it seems like every day I would discover something new with it, and it would perform the functionality *exactly* how I wanted it to.&lt;br&gt;&lt;br&gt;Code editing is entirely different than general office document work, and I find smart tags far more useful in the former.  I was honestly surprised to hear that Office usability studies would impact the design of a code editor in this regard.  I sincerely hope this decision is revisited...</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196476</link><pubDate>Mon, 26 Jul 2004 00:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196476</guid><dc:creator>jaybaz [MS]</dc:creator><description>Very interesting, Sean.  I'll bring it up with the team.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196483</link><pubDate>Mon, 26 Jul 2004 00:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196483</guid><dc:creator>Keith Nicholas</dc:creator><description>small indvidual refactorings is the way to go...the less UI you need the better.  The ideal is no UI at all (not that its achievable).  This way you can refactor with a keystroke and not get held up by selecting many options for the refactoring.  This is also a lot more decoupled!&lt;br&gt;&lt;br&gt;Keith</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196488</link><pubDate>Mon, 26 Jul 2004 00:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196488</guid><dc:creator>Nicholas Allen</dc:creator><description>Aha!  I was very confused by Promote Local.  Now I understand.  It's clever, but I wouldn't have figured out how to use this in the product unless you made this blog entry into a tooltip.  I take it that putting IntelliSense into a text field would be very hard?&lt;br&gt;&lt;br&gt;I have no problems with cutting ret&amp;lt;-&amp;gt;out.  I'm not sure if I've ever done that.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196490</link><pubDate>Mon, 26 Jul 2004 00:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196490</guid><dc:creator>Jerry Pisk</dc:creator><description>Can you use a function call in place of an out parameter? I don't think you can, so you don't have to worry about that specific case since you shouldn't try to refactor invalid code...</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196492</link><pubDate>Mon, 26 Jul 2004 00:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196492</guid><dc:creator>Jerry Pisk</dc:creator><description>Oops, I should pay more attention to what I'm reading... Disregard my previous post :)</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196527</link><pubDate>Mon, 26 Jul 2004 02:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196527</guid><dc:creator>jaybaz [MS]</dc:creator><description>Jerry: it only took you 2 minutes to discover your error; you beat my average, for sure!&lt;br&gt;&lt;br&gt;Nicholas: Sounds like we need to make this clearer.  Will blog...&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#196544</link><pubDate>Mon, 26 Jul 2004 03:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196544</guid><dc:creator>Sean Chase</dc:creator><description>Another great blog entry. I'm with Nicholas on the &amp;quot;how&amp;quot; not being clear until now - and it is always interesting to hear the &amp;quot;why&amp;quot; as well.&lt;br&gt;&lt;br&gt;[Will these Refactorings, as written, suit your needs?]&lt;br&gt;&lt;br&gt;Yes, I am loving refactoring in Beta 1</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197030</link><pubDate>Mon, 26 Jul 2004 12:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197030</guid><dc:creator>Stuart</dc:creator><description>I don't know if this is supported in addition to what you've described, but...&lt;br&gt;&lt;br&gt;I'm normally a VS.NET user and like it a lot - it was the first IDE that ever made me feel more productive than using a text editor (incidentally, any chance of VIM keybindings? ;) ) I recently had to use Eclipse for a project and was underwhelmed, mainly the UI was unresponsive and a fast UI is IMHO absolutely critical for stuff like intellisense. If I can type in the full name of the method by the time it's gotten around to popping up, why bother?&lt;br&gt;&lt;br&gt;However, I did have one &amp;quot;holy crap, that's cool&amp;quot; moment while using Eclipse. I'd written code like this (note that other than naming conventions, this could just as easily be C# code):&lt;br&gt;&lt;br&gt;public static void main(String[] args) {&lt;br&gt;  myFunc();&lt;br&gt;}&lt;br&gt;private void myFunc() {&lt;br&gt;  // do some stuff&lt;br&gt;}&lt;br&gt;&lt;br&gt;Not only did Eclipse flag the call to myFunc as an error - *immediately*, not just when I compiled the project - but it also offered a (clumsy) equivalent to Whidbey's smart tags, offering the option &amp;quot;make myFunc() static.&amp;quot;&lt;br&gt;&lt;br&gt;For me, this kind of thing is the ideal refactoring UI is to notice that I'm actually doing it already and offer me the option of automating the process. Sort of like a less intrusive version of &amp;quot;it looks like you're writing a letter&amp;quot;.&lt;br&gt;&lt;br&gt;If I go to the declaration of a method and add a parameter, it would be great if the IDE would offer me the choice of modifying all call sites of that method to match the new signature. Even better would be if I add a call to a method with a signature that doesn't exist, allowing me to either add a new overload stub for that method OR modify an existing overload to add/remove the necessary parameters (in which case, also help me modify the other call sites accordingly).&lt;br&gt;&lt;br&gt;I've noticed that Whidbey C# Express already has some of this in the form of 'rename' - if you rename a class or namespace it offers the option to rename it across the board. So maybe you already have all this - I haven't had enough time to test all the things I'd like to, and this is one of them. But if you don't have it, consider this a request ;)</description></item><item><title>Get Rid Of The Dialog Boxes, Please</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197298</link><pubDate>Mon, 26 Jul 2004 18:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197298</guid><dc:creator>Bruce Williams [MSFT]</dc:creator><description>For parameter reordering or deletion, I don’t see why you need a dialog box at all – it unnecessarily takes you away from the code.  You should be able to grab a parameter’s smart tag, and drag it to another position in the parameter list.  All matching call sites should change to match.  No dialogs – if I did something bad, give me a red squiggle.  It would work like column headers in Outlook – drag them around or throw them away with the mouse.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197301</link><pubDate>Mon, 26 Jul 2004 19:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197301</guid><dc:creator>b.gr</dc:creator><description>I agree with Sean Timm: smart tags (ST) are the IntelliSense of context menus (or at least a thing between) so it does make sense to provide ST in a code editor.&lt;br&gt;&lt;br&gt;On the topic of this entry: now that I know about all this build-in refactoring fun I want it for C++ too :)</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197336</link><pubDate>Mon, 26 Jul 2004 19:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197336</guid><dc:creator>David A. Mellis</dc:creator><description>I don't think the smart tags would be as bad if they didn't require so many actions to activate.  To use them, I have to click on a function name (say), move the mouse, hover over the function name, hover over the icon, click on the arrow, and then click on the menu item.  Seems a bit much.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197529</link><pubDate>Mon, 26 Jul 2004 20:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197529</guid><dc:creator>Bruce Williams [MSFT]</dc:creator><description>What David said - it seems like smart-tags could be combined in interesting ways with mouse-gestures.  Grab the smart tag and move the parameter around.  Grab the smart tag and move the local variable to a parameter.  Grab the smart tag and throw the parameter away.  Grab the smart tag...</description></item><item><title>Larkware</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197791</link><pubDate>Tue, 27 Jul 2004 02:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197791</guid><dc:creator>TrackBack</dc:creator><description>Larkware</description></item><item><title>avoid dialog boxes while refactoring </title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197792</link><pubDate>Tue, 27 Jul 2004 02:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197792</guid><dc:creator>TrackBack</dc:creator><description>avoid dialog boxes while refactoring </description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#197806</link><pubDate>Tue, 27 Jul 2004 03:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197806</guid><dc:creator>Kevin Pilch-Bisson</dc:creator><description>David,&lt;br&gt;&lt;br&gt;You can use Ctrl+. (or shift+alt+F10 which also works in Office) to bring up the menu, any time you are on an identifier with a smart tag.&lt;br&gt;&lt;br&gt;Saves a lot of using the mouse.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#198292</link><pubDate>Tue, 27 Jul 2004 10:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:198292</guid><dc:creator>Cyrus Najmabadi</dc:creator><description>David: Smart tags can be activated by the keyboard as well.&lt;br&gt;&lt;br&gt;FOr example, For generate method stub you can just type:&lt;br&gt;&lt;br&gt;&lt;br&gt;FooBar(1, 2, 3);&amp;lt;ctrl-dot&amp;gt;&amp;lt;enter&amp;gt;&lt;br&gt;&lt;br&gt;The ctrl-dot activates the smart tag, and the enter triggers the action.&lt;br&gt;&lt;br&gt;Would that help?</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#198378</link><pubDate>Tue, 27 Jul 2004 13:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:198378</guid><dc:creator>David A. Mellis</dc:creator><description>Kevin and Cyrus: thanks, that does help.  But it's no excuse for requiring such a convoluted sequence to invoke the smart tag with the mouse.  Especially because discoverability is central to smart tags, and that favors the more intuitive mouse interface.&lt;br&gt;&lt;br&gt;Also, why doesn't ctrl+. highlight the first item in the menu?</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#200301</link><pubDate>Thu, 29 Jul 2004 00:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:200301</guid><dc:creator>Philip Rieck</dc:creator><description>Exactly what David says.  Everywhere in windows, right-clicking the mouse on something brings up a &amp;quot;context menu&amp;quot;.... Context being the key word -- the menu depends on *what* you right-clicked on.&lt;br&gt;&lt;br&gt;So why not put the &amp;quot;smart tags&amp;quot; in the context menu if you click on the item?   For example, in whidbey if you declare a class as implementing an interface, the interface name has a smart tag.  To do the useful &amp;quot;implement implicitly&amp;quot; action after I've stubbed out my class I have to click on the name, hover over the tag, click on the icon, choose a menu item.  ack.  can't I use the context menu?  as far as always adding the items, why not varying the items in the context menu based on the (gasp) context the menu was brought up in?&lt;br&gt;&lt;br&gt;Here's a compromise: in the context menu of the code editor, add a &amp;quot;smart tag&amp;quot; sub menu, normally disabled.  For items that have smarts on them, the smart tag provides the items under that submenu.  Heck, just ask the smart tag to draw itself as if it were a submenu.  Anything.&lt;br&gt;&lt;br&gt;Then I can just right-click, and choose &amp;quot;smart tag | implement implicitly&amp;quot; from the context menu.   Lots of annoying steps removed.&lt;br&gt;&lt;br&gt;It would allow me to use the smart tag either as described above, through the keyboard (ctrl+.), or through just two clicks and a hover.  This would make the code editor smart tags much, MUCH more usable (to me and the few people over here I &amp;quot;tested&amp;quot; the idea on).  Any chances on that?</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#202277</link><pubDate>Fri, 30 Jul 2004 15:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:202277</guid><dc:creator>Bruce Williams [MSFT]</dc:creator><description>As Jay suggested, I opened a Ladybug entry for this:&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=53ae5577-02c2-40e7-a186-c4aa89f537bd"&gt;http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=53ae5577-02c2-40e7-a186-c4aa89f537bd&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you like the idea of usability enhancements for refactoring, go vote for the entry!</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#202467</link><pubDate>Fri, 30 Jul 2004 19:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:202467</guid><dc:creator>jaybaz [MS]</dc:creator><description>That's a great way to go, Bruce!&lt;br&gt;&lt;br&gt;XP teaches the value of putting the decision making around feature set into the hands of customers.  &lt;br&gt;&lt;br&gt;Customer asks for features.  Developer does rough costing.  Customer selects which features they want to pay for next.&lt;br&gt;&lt;br&gt;So, go to lady bug &amp;amp; vote!</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#207331</link><pubDate>Tue, 03 Aug 2004 21:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:207331</guid><dc:creator>David A. Mellis</dc:creator><description>And three days later, the developer has closed the bug.  If we're lucky, we'll only have to wait three years for improvements.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#207464</link><pubDate>Wed, 04 Aug 2004 00:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:207464</guid><dc:creator>jaybaz [MS]</dc:creator><description>David,&lt;br&gt;&lt;br&gt;You sound disappointed.  As Anson notes, some of the feedback from this blog has already been incorportated into the VS2005 product.  So you *have* had a real effect.&lt;br&gt;&lt;br&gt;Some of it has been postponed, primarily because it's too large a change to fit into VS2005.  &lt;br&gt;&lt;br&gt;Customers have repeatedly told us that they like Whidbey the way it is, and they want it now!  Any decisions that expand the scope of Whidbey just mean that it's even longer until you get the final product.  &lt;br&gt;&lt;br&gt;I firmly believe that the best thing we can do is ship, and then ship again.  With all the feedback and learning we get from VS2005, the next version is sure to be a much better product.&lt;br&gt;&lt;br&gt;That said, we're still plan to modify VS2005 features based on customer feedback.  Some items have already been fixed, and some are still in the works.  We look at every bug fix &amp;amp; suggestion.  We look extra carefully at the highest-ranked suggestions, both by &amp;quot;rank&amp;quot; and count of votes.&lt;br&gt;&lt;br&gt;So keep the feedback coming, and keep voting.</description></item><item><title>re: Whidbey Refactorings: Signature Change</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#208317</link><pubDate>Wed, 04 Aug 2004 22:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:208317</guid><dc:creator>David A. Mellis</dc:creator><description>Honestly, I'm not that disappointed that these refactorings interfaces won't make it into Whidbey.  And I'm glad that the product feedback site exists and that the developers read and respond to it.&lt;br&gt;&lt;br&gt;The rank or number of votes that a bug or suggestion receives, however, does not do a good job of indicating the overall customer opinion of its importance.  The site makes it difficult to browse bugs by limiting searchs to 100 results.  This means that new bugs are not likely to be discovered or voted on by other customers (though perhaps I'm wrong; can you find out how many people viewed Bruce's bug?).     Nor are customers likely to vote on bugs that have already been resolved as &amp;quot;postponed&amp;quot; or &amp;quot;won't fix&amp;quot; (although again, perhaps you have data to suggest otherwise).&lt;br&gt;&lt;br&gt;So while I agree that the selection of features should be in the hands of customers, I don't believe that the product feedback site does so.  How much customer input did you get by leaving a bug open for three days with no ways for interested customers to discover (not find) it? &lt;br&gt;&lt;br&gt;Another frustration is the long product cycle for Visual Studio.  Clunky smart tags are a small annoyance and aren't worth delaying Whidbey for.  But the inefficient refactoring interface will have pissed me off by the time the next version of VS comes out.  If releases came every few months instead of every few years, I'd be less concerned with these minor UI quirks.&lt;br&gt;&lt;br&gt;For this kind of interface design, there is less need for customer feedback than for intelligent design upfront.  Are there designers, interaction experts, or other employees dedicated to the UI?  Or is Visual Studio designed by its developers?  Do you think the process works well?</description></item><item><title>Moms work at home.</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#9017491</link><pubDate>Mon, 27 Oct 2008 07:50:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9017491</guid><dc:creator>Moms work at home.</dc:creator><description>&lt;p&gt;Work from home moms. Moms work from home. Voyforums work at home moms. Work for stay at home moms. Moms work at home. Work at home moms message boards.&lt;/p&gt;
</description></item><item><title> jaybaz MS WebLog Whidbey Refactorings Signature Change | Green Tea Fat Burner</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#9706902</link><pubDate>Mon, 08 Jun 2009 05:37:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9706902</guid><dc:creator> jaybaz MS WebLog Whidbey Refactorings Signature Change | Green Tea Fat Burner</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://greenteafatburner.info/story.php?id=4868"&gt;http://greenteafatburner.info/story.php?id=4868&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> jaybaz MS WebLog Whidbey Refactorings Signature Change | work from home</title><link>http://blogs.msdn.com/jaybaz_ms/archive/2004/07/25/196450.aspx#9761648</link><pubDate>Tue, 16 Jun 2009 15:40:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9761648</guid><dc:creator> jaybaz MS WebLog Whidbey Refactorings Signature Change | work from home</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://workfromhomecareer.info/story.php?id=24816"&gt;http://workfromhomecareer.info/story.php?id=24816&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>