<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Test-Driven Development with Visual Studio 2010</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/442628_100x75.jpg</url>
		<title>Channel 9 - Test-Driven Development with Visual Studio 2010</title>
		<link></link>
	</image>
	<description>Welcome back to another Visual Studio 2010 and .NET Framework 4.0 Week video. In this latest installment, we catch up with Karen Liu, Lead PM on the C# and Visual Basic IDEs.
Karen shows us improvements being made to better enable 
test-driven development. Covered are features like&amp;nbsp;Generate&amp;nbsp;From Usage and Quick Search, among others. There is also a &amp;quot;sneak peek&amp;quot; on some of the work being done to open up the Visual Studio test runner.
Enjoy! This is another 
Visual Studio 2010 and .NET Framework 4.0 Week Video. For other Visual Studio 2010 videos, check out the&amp;nbsp;Visual Studio topic area here on Channel 9.
</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 03:02:21 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 03:02:21 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[Cool stuff.&nbsp; This will put an end to TestDriven.NET, and lessen the desire to use R#.&nbsp; That combined with opening things up to third party test frameworks, is a huge step forward.&nbsp; A couple of comments from what I saw:<br /><br />1.&nbsp; When generating the class, you were able to pick a project, but what about selecting a folder under that project?&nbsp; It would be nice if this were easily done throw a Browse feature as well as by simply specifying a path in the name field.<br /><br />2.&nbsp; Not related to testing, but since snippets were heavily used here, can we also get a few fixes in this area?<br />&nbsp;&nbsp;&nbsp;&nbsp; 2.1.&nbsp; Actually use the metadata contained in snippets to add references and usings if they are missing, even if this must be done through a nag dialog.<br />&nbsp;&nbsp;&nbsp;&nbsp; 2.2.&nbsp; Open up the functions that can be applied to replacement parameters to allow custom functions.&nbsp; It would be very nice, for instance, if the snippet could apply different casing rules depending on context through the use of custom functions.<p>posted by wkempf</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621146040000000</link>
		<pubDate>Wed, 12 Nov 2008 19:23:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621146040000000</guid>
		<dc:creator>wkempf</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[You can type something like Controllers.LoginController and it will put the class into the right folder/namespace.<p>posted by BorekB</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621666670000000</link>
		<pubDate>Thu, 13 Nov 2008 09:51:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621666670000000</guid>
		<dc:creator>BorekB</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[You can type something like Controllers.LoginController and it will put the class into the right folder/namespace.<br /><p>posted by BorekB</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621667120000000</link>
		<pubDate>Thu, 13 Nov 2008 09:51:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621667120000000</guid>
		<dc:creator>BorekB</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[1.&nbsp; Just because the namespace is Controllers.LoginController does not mean the folder is Controllers.<br />2.&nbsp; Like I said, there should be a way to browse, not just to type the folder.<p>posted by wkempf</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621810470000000</link>
		<pubDate>Thu, 13 Nov 2008 13:50:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621810470000000</guid>
		<dc:creator>wkempf</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[wow, thats awsome :O&nbsp; (the editor stuff was also awsome, i forgot to say that <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-10.gif' alt='Embarassed' /> )<br /><br />i especially like that it inferrs the result type <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> <p>posted by aL_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621822460000000</link>
		<pubDate>Thu, 13 Nov 2008 14:10:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633621822460000000</guid>
		<dc:creator>aL_</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[Is there any chance we can get these screencasts converted to some kind of video format? I don't know if it's just me, but the video and audio tracks frequently fall out of sync, making it very frustrating to follow along.<br /><p>posted by MetalJon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633625788560000000</link>
		<pubDate>Tue, 18 Nov 2008 04:20:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633625788560000000</guid>
		<dc:creator>MetalJon</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[They are in a video format, but I believe the screen capture is done as one file, then the camera video is combined with it ... and the two are out of sync (very obvious when she is typing, audio of her keyboarding is out of sync from the characters appearing
 on the screen). I don't think there is any for us to fix this after the fact, but hopefully we can do better at making these two streams stay in sync during creation.<p>posted by Duncanma</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633631043820000000</link>
		<pubDate>Mon, 24 Nov 2008 06:19:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633631043820000000</guid>
		<dc:creator>Duncanma</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[
<p>Thanks Duncan, but I'm not sure that's the problem. I downloaded the full wmv from the link above (and checked the version I originally pushed through), and I don't see the sync issues, which makes me think it's a streaming issue. When we produced the content,
 we made sure the camtasia capture and the video/audio from the camera are within 2-3 milliseconds of eachother in sync.
<br /><br />MetalJon, can you provide some more information? Is it that the audio of Karen talking is out of sync with the video of her talking? Or is it like Duncan states where the audio is out of sync with the PIP? if the second, is the audio also out of sync with her
 lips in the PIP? </p>
<p>Also, for a full video format, there is a download link above under downloads where you can download the non-streaming version of the video.
</p>
<p>posted by JasonOlson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633631498840000000</link>
		<pubDate>Mon, 24 Nov 2008 18:58:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633631498840000000</guid>
		<dc:creator>JasonOlson</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[wkempf - <br />For 1, yes, there will be a way to specify generating into a project folder.&nbsp; In the name field, if you start typing a relative path (i.e. \), you'll get IntelliSense enumerating all the available folders and can create a new file there.&nbsp;
<br /><br />For 2, awesome feedback -- those are both things that we'd love to do and have on our list of really-want-to-see.&nbsp; You won't see us open custom functions in the next release since we're thinking architecturally how we want to enable this kind of extensibility,
 but we'll keep these on the radar.<br /><p>posted by KarenLiu</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633639275130000000</link>
		<pubDate>Wed, 03 Dec 2008 18:58:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633639275130000000</guid>
		<dc:creator>KarenLiu</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[
<p>It would be much better if video would be avilable directly in downloadable form, instead of Screencast n recoding it.&nbsp;</p>
<p>Apart from that little&nbsp;issue,&nbsp;video provides a good insight on TDD n much improvement is there in VS2010 for TDD itself, instead of using third party tools. &nbsp;</p>
<p>posted by imfarida</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633817989900000000</link>
		<pubDate>Sun, 28 Jun 2009 15:16:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c633817989900000000</guid>
		<dc:creator>imfarida</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[Thanks, nice video.<p>posted by Bala</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c634267115260000000</link>
		<pubDate>Tue, 30 Nov 2010 10:58:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c634267115260000000</guid>
		<dc:creator>Bala</dc:creator>
	</item>
	<item>
		<title>Re: Test-Driven Development with Visual Studio 2010</title>
		<description>
			<![CDATA[Hi Karen,<br />Thanks for your clear demo.<br />Can you share how you configure VS to have the code snippet inserted through intellisense?<br />&nbsp;<p>posted by Wilfred</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c634309463520000000</link>
		<pubDate>Tue, 18 Jan 2011 11:19:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010#c634309463520000000</guid>
		<dc:creator>Wilfred</dc:creator>
	</item>
</channel>
</rss>