<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for Scott</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/spivonious/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for Scott</title><link>http://channel9.msdn.com/Niners/spivonious/</link></image><description>Entries, comments and threads posted by Scott</description><link>http://channel9.msdn.com/Niners/spivonious/</link><language>en-us</language><pubDate>Fri, 30 Oct 2009 20:16:07 GMT</pubDate><lastBuildDate>Fri, 30 Oct 2009 20:16:07 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Good Unit Testing&amp;#47;TDD books [Good Unit Testing&amp;#47;TDD books]</title><description>&lt;p&gt;I'd like to learn more about test-driven development and unit testing in general. What books can you recommend? I prefer ones that are more narrative and less reference, teaching me the why instead of just the how. I also don't like reading books in front of the computer (or on the computer, for that matter).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;edit: Is this one good? &lt;a href="http://www.manning.com/osherove/"&gt;http://www.manning.com/osherove/&lt;/a&gt;&amp;nbsp;It's pretty recent and I read something he wrote on MSDN and he made sense.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/503393-Good-Unit-TestingTDD-books/'&gt;Good Unit Testing&amp;#47;TDD books&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/503393/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/503393-Good-Unit-TestingTDD-books/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/503393-Good-Unit-TestingTDD-books/</link><pubDate>Fri, 30 Oct 2009 19:50:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/503393-Good-Unit-TestingTDD-books/</guid><evnet:views>266</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/503393/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'd like to learn more about test-driven development and unit testing in general. What books can you recommend? I prefer ones that are more narrative and less reference, teaching me the why instead of just the how. I also don't like reading books in front of the computer (or on the computer, for&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/503393-Good-Unit-TestingTDD-books/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/503393/Trackback.aspx</trackback:ping></item><item><title>Documenting requirements [Documenting requirements]</title><description>&lt;p&gt;Big picture question.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You have a legacy application that has outdated requirement documentation and non-existent design documentation. You need to make fairly significant changes to this application. What do you do?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A) Go through the entire application and recreate both requirements and design documents.&lt;/p&gt;
&lt;p&gt;B) Make&amp;nbsp;new requirements and design&amp;nbsp;documents including only requirements/design that are affected by the changes you need to make. &lt;/p&gt;
&lt;p&gt;C) Other (explain in your reply)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have lots of cases like this and it would be next to impossible to do what I feel is the correct answer (A) because of workload and time constraints, even though it would solve a lot of problems in the future and make formal testing much easier.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/503362-Documenting-requirements/'&gt;Documenting requirements&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/503362/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/503362-Documenting-requirements/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/503362-Documenting-requirements/</link><pubDate>Fri, 30 Oct 2009 17:44:01 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/503362-Documenting-requirements/</guid><evnet:views>286</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/503362/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Big picture question.
&amp;nbsp;
You have a legacy application that has outdated requirement documentation and non-existent design documentation. You need to make fairly significant changes to this application. What do you do?
&amp;nbsp;
A) Go through the entire application and recreate both requirements&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/503362-Documenting-requirements/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/503362/Trackback.aspx</trackback:ping></item><item><title>Weird threading problem? [Weird threading problem?]</title><description>&lt;p&gt;I've got a WPF&amp;nbsp;app that does some major multi-threading in its worker classes. My problem is that as soon as all of the worker threads complete, the app shuts down. No errors, no exceptions, just shuts down the app and throws me back into the IDE.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After confirming that the threading is indeed working as intended with some debug.print statements, I am at a loss as to why this is happening.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas on further debugging steps?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The basic structure is this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;interface bound to "runner" object&lt;/p&gt;
&lt;p&gt;runner holds collection of "sample" objects and spawns a thread for each sample&lt;/p&gt;
&lt;p&gt;each sample holds as collection of "combinations" and spawns a thread for each combination&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm using events to track when threads finish and then when everything is finished, I update the interface. Immediately after this step, the application shuts down.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/501693-Weird-threading-problem/'&gt;Weird threading problem?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/501693/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/501693-Weird-threading-problem/</comments><link>http://channel9.msdn.com/forums/TechOff/501693-Weird-threading-problem/</link><pubDate>Fri, 23 Oct 2009 16:29:49 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/501693-Weird-threading-problem/</guid><evnet:views>272</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/501693/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've got a WPF&amp;nbsp;app that does some major multi-threading in its worker classes. My problem is that as soon as all of the worker threads complete, the app shuts down. No errors, no exceptions, just shuts down the app and throws me back into the IDE.
&amp;nbsp;
After confirming that the threading is&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>24</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/501693-Weird-threading-problem/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/501693/Trackback.aspx</trackback:ping></item><item><title>RSS [RSS]</title><description>&lt;p&gt;The RSS is borked. All of the articles link back to the RSS feed.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/500713-RSS/'&gt;RSS&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/500713/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/500713-RSS/</comments><link>http://channel9.msdn.com/forums/Feedback/500713-RSS/</link><pubDate>Wed, 21 Oct 2009 13:26:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/500713-RSS/</guid><evnet:views>80</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/500713/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The RSS is borked. All of the articles link back to the RSS feed.in reply to RSS</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/500713-RSS/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/500713/Trackback.aspx</trackback:ping></item><item><title>WPF dataset binding [WPF dataset binding]</title><description>&lt;p&gt;A question for the WPF gurus.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a datagrid bound to a datatable's defaultview. My interface shows new rows with default values, and properly passes any changes made in the interface back to the datatable. What it's not doing is passing any changes made in the dataset back to the interface without me manually calling Items.Refresh on the datagrid.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas? I have the datatable loading in default values on the ColumnChanged event because some defaults depend on another column.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/500565-WPF-dataset-binding/'&gt;WPF dataset binding&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/500565/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/500565-WPF-dataset-binding/</comments><link>http://channel9.msdn.com/forums/TechOff/500565-WPF-dataset-binding/</link><pubDate>Tue, 20 Oct 2009 17:58:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/500565-WPF-dataset-binding/</guid><evnet:views>558</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/500565/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>A question for the WPF gurus.
&amp;nbsp;
I have a datagrid bound to a datatable's defaultview. My interface shows new rows with default values, and properly passes any changes made in the interface back to the datatable. What it's not doing is passing any changes made in the dataset back to the&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/500565-WPF-dataset-binding/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/500565/Trackback.aspx</trackback:ping></item><item><title>.NET thoughts [.NET thoughts]</title><description>&lt;p&gt;Having used .NET professionally for about two years now, I'm beginning to wonder if Microsoft has lost sight of the initial goals of the platform and are now just throwing in everything bu the kitchen sink.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you think there are too many libraries in the Framework? Are you confused by the multitude of options for something as straightforward as data access (ADO.NET, LINQ to SQL, Entities, roll your own)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or do you welcome the addition of every new thing, as more options make you more productive? Are you&amp;nbsp;glad that you no longer have to write much "boilerplate" code for common tasks?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/499007-NET-thoughts/'&gt;.NET thoughts&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/499007/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/499007-NET-thoughts/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/499007-NET-thoughts/</link><pubDate>Fri, 16 Oct 2009 13:56:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/499007-NET-thoughts/</guid><evnet:views>1144</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/499007/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Having used .NET professionally for about two years now, I'm beginning to wonder if Microsoft has lost sight of the initial goals of the platform and are now just throwing in everything bu the kitchen sink.
&amp;nbsp;
Do you think there are too many libraries in the Framework? Are you confused by the&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>28</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/499007-NET-thoughts/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/499007/Trackback.aspx</trackback:ping></item><item><title>How to sell WPF [How to sell WPF]</title><description>&lt;p&gt;Just had a small meeting with some other developers in my department demonstrating what WPF can do (binding, commands, control templates, data templates, layout managers).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;They didn't seem too impressed and failed to see any gain over WinForms.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Our company is just starting to move over to .NET from VB6.&amp;nbsp;Our main program is a VB6 MDI app that hosts "generic" forms with ActiveX controls on them. Basically this means that we just point a menu item to the new OCX instead of&amp;nbsp;recompiling the main EXE.&amp;nbsp;We also have a neat ClickOnce-like deployment system for it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For .NET we're using COM interop to place WinForms controls on ActiveX controls which are loaded by the MDI app. Since WPF doesn't have COM interop, I've been placing a WPF control on&amp;nbsp;a WinForms control on an ActiveX control.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately we have a huge existing codebase of ActiveX controls so updated the main MDI app to be .NET isn't possible quite yet.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any tips on how I can sell the others on using WPF over WinForms before we get too many WinForms controls?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/498643-How-to-sell-WPF/'&gt;How to sell WPF&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/498643/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/498643-How-to-sell-WPF/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/498643-How-to-sell-WPF/</link><pubDate>Wed, 14 Oct 2009 15:20:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/498643-How-to-sell-WPF/</guid><evnet:views>931</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/498643/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just had a small meeting with some other developers in my department demonstrating what WPF can do (binding, commands, control templates, data templates, layout managers).
&amp;nbsp;
They didn't seem too impressed and failed to see any gain over WinForms.
&amp;nbsp;
Our company is just starting to move over&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>27</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/498643-How-to-sell-WPF/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/498643/Trackback.aspx</trackback:ping></item><item><title>Media Center development [Media Center development]</title><description>&lt;p&gt;I did a quick search but couldn't find any info. How do you develop a plugin for 7MC? I just built my HTPC and am curious if I can.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/496212-Media-Center-development/'&gt;Media Center development&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/496212/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/496212-Media-Center-development/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/496212-Media-Center-development/</link><pubDate>Mon, 05 Oct 2009 19:29:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/496212-Media-Center-development/</guid><evnet:views>664</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/496212/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I did a quick search but couldn't find any info. How do you develop a plugin for 7MC? I just built my HTPC and am curious if I can.in reply to Media Center development</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/496212-Media-Center-development/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/496212/Trackback.aspx</trackback:ping></item><item><title>design question [design question]</title><description>&lt;p&gt;So I have this program that I'm making with the MVVM pattern.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My viewmodel object has a collection of data repositories that it applies logic to.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Some new requirements have come up that will require me to either a) rewrite a significant portion of the app or b) possibly&amp;nbsp;split a repository into multiple pieces.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It makes the most sense for me to split the data inside the repository object, rather than do the work in the view model, since the split isn't for interface reasons.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My question is how do I get the new smaller repositories into the view model object? Should I do an event from the repository that has the view model adding the new repositories back in? Or should I keep a reference to the view model object in the repository object and add them there? Or something else?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The second solution has too much coupling for my taste...but the first seems kind of hackish, and I like my apps to have some polish to them.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/491841-design-question/'&gt;design question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/491841/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/491841-design-question/</comments><link>http://channel9.msdn.com/forums/TechOff/491841-design-question/</link><pubDate>Tue, 15 Sep 2009 19:59:21 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/491841-design-question/</guid><evnet:views>857</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/491841/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So I have this program that I'm making with the MVVM pattern.
&amp;nbsp;
My viewmodel object has a collection of data repositories that it applies logic to.
&amp;nbsp;
Some new requirements have come up that will require me to either a) rewrite a significant portion of the app or b) possibly&amp;nbsp;split a&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/491841-design-question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/491841/Trackback.aspx</trackback:ping></item><item><title>Does this IE8 Accelerator exist? [Does this IE8 Accelerator exist?]</title><description>&lt;p&gt;I'd like an accelerator that will take the text highlighted on the page and open it as a link in a new tab.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, there's a URL on a webpage that is in plain text instead of an &amp;lt;a&amp;gt; tag. Rather than highlight it, ctrl-c, ctrl-T, ctrl-V, enter, I'd like to highlight it, right-click, click open in new tab.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does this exist? Is it easy to make my own accelerator?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/490929-Does-this-IE8-Accelerator-exist/'&gt;Does this IE8 Accelerator exist?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/490929/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/490929-Does-this-IE8-Accelerator-exist/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/490929-Does-this-IE8-Accelerator-exist/</link><pubDate>Thu, 10 Sep 2009 18:01:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/490929-Does-this-IE8-Accelerator-exist/</guid><evnet:views>805</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/490929/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'd like an accelerator that will take the text highlighted on the page and open it as a link in a new tab.
&amp;nbsp;
For example, there's a URL on a webpage that is in plain text instead of an &amp;lt;a&amp;gt; tag. Rather than highlight it, ctrl-c, ctrl-T, ctrl-V, enter, I'd like to highlight it,&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/490929-Does-this-IE8-Accelerator-exist/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/490929/Trackback.aspx</trackback:ping></item><item><title>LINQ + Lamda [LINQ + Lamda]</title><description>&lt;p&gt;So I have a DataTable that I'd like to get the max value of a column from. The monkey wrench is that the column to be looked at changes depending on another column's value. Is there anyway I can do this in one&amp;nbsp;LINQ query?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Something like this, but evaluating the function for each row instead of returning the function.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dim maxVol = (From r in myTable Select (Function(aRow) (if(aRow.ColumnToCheck = "Y", r.Volume, r.OtherVolume)).Max&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/489801-LINQ--Lamda/'&gt;LINQ + Lamda&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/489801/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/489801-LINQ--Lamda/</comments><link>http://channel9.msdn.com/forums/TechOff/489801-LINQ--Lamda/</link><pubDate>Fri, 04 Sep 2009 15:41:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/489801-LINQ--Lamda/</guid><evnet:views>541</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/489801/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So I have a DataTable that I'd like to get the max value of a column from. The monkey wrench is that the column to be looked at changes depending on another column's value. Is there anyway I can do this in one&amp;nbsp;LINQ query?
&amp;nbsp;
Something like this, but evaluating the function for each row&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/489801-LINQ--Lamda/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/489801/Trackback.aspx</trackback:ping></item><item><title>Win 7 Launch Events [Win 7 Launch Events]</title><description>&lt;p&gt;Didn't see a thread on this already...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/business/thenewefficiency/"&gt;http://www.microsoft.com/business/thenewefficiency/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looks like they're doing a half-day launch for Win7/Server 2008 R2 and giving away copies of Win7 Ultimate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I know at the VS2008/Server 2008 launch, they gave away Vista Ultimate but it was 32-bit. Does anyone know if it will be 64-bit this time? We're not developing on Win7 so the presentations won't be much help for me, but it would be nice to get another copy of Win7.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/485977-Win-7-Launch-Events/'&gt;Win 7 Launch Events&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485977/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/485977-Win-7-Launch-Events/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/485977-Win-7-Launch-Events/</link><pubDate>Thu, 20 Aug 2009 19:20:27 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/485977-Win-7-Launch-Events/</guid><evnet:views>720</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485977/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Didn't see a thread on this already...
&amp;nbsp;
http://www.microsoft.com/business/thenewefficiency/
&amp;nbsp;
Looks like they're doing a half-day launch for Win7/Server 2008 R2 and giving away copies of Win7 Ultimate.
&amp;nbsp;
I know at the VS2008/Server 2008 launch, they gave away Vista Ultimate but it&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/485977-Win-7-Launch-Events/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485977/Trackback.aspx</trackback:ping></item><item><title>Style question [Style question]</title><description>&lt;p&gt;Let's say you have a property that you only want read-only acess from the outside.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you define it as read-only and then access the private member within the class, or do you define it with a private set and access it through the property at all times?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;[code language="vb"]Private mThing as String &lt;br /&gt;&amp;nbsp;Public Readonly Property Thing as String &lt;br /&gt;Get &lt;br /&gt;return mThing &lt;br /&gt;End Get &lt;br /&gt;End Property[/code] &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[code language="vb"]Private mThing as String &lt;br /&gt;Public Property Thing as String &lt;br /&gt;Get &lt;br /&gt;return mThing &lt;br /&gt;End Get &lt;br /&gt;Private Set (value as String) &lt;br /&gt;mThing = value &lt;br /&gt;End Set &lt;br /&gt;End Property[/code]&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/483203-Style-question/'&gt;Style question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/483203/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/483203-Style-question/</comments><link>http://channel9.msdn.com/forums/TechOff/483203-Style-question/</link><pubDate>Thu, 06 Aug 2009 19:14:57 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/483203-Style-question/</guid><evnet:views>553</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/483203/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Let's say you have a property that you only want read-only acess from the outside.
&amp;nbsp;
Do you define it as read-only and then access the private member within the class, or do you define it with a private set and access it through the property at all times?
&amp;nbsp;
For example:
[code&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/483203-Style-question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/483203/Trackback.aspx</trackback:ping></item><item><title>Family Pack confirmed [Family Pack confirmed]</title><description>&lt;p&gt;&lt;a href="http://blogs.zdnet.com/Bott/?p=1212"&gt;http://blogs.zdnet.com/Bott/?p=1212&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So apparently the family pack is true.&amp;nbsp;1 license for 3 PCs, similar to the Office 2007 H&amp;amp;S version, suggested retail $150.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But it's a "limited time offer". Why can't Microsoft understand the fact that lots of people have more than one PC in the home, and lots of them want to upgrade them all at once? Hopefully the demand for the Family Pack will cause MS to continue offering it.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/481934-Family-Pack-confirmed/'&gt;Family Pack confirmed&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/481934/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/481934-Family-Pack-confirmed/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/481934-Family-Pack-confirmed/</link><pubDate>Fri, 31 Jul 2009 16:51:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/481934-Family-Pack-confirmed/</guid><evnet:views>663</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/481934/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://blogs.zdnet.com/Bott/?p=1212
&amp;nbsp;
So apparently the family pack is true.&amp;nbsp;1 license for 3 PCs, similar to the Office 2007 H&amp;amp;S version, suggested retail $150.
&amp;nbsp;
But it's a "limited time offer". Why can't Microsoft understand the fact that lots of people have more than one PC in&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>12</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/481934-Family-Pack-confirmed/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/481934/Trackback.aspx</trackback:ping></item><item><title>Media Center [Media Center]</title><description>&lt;p&gt;I don't know if any of you can help, but I figured I'd ask anyway.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So I'm planning out an HTPC build. It will be used to watch and record TV (NTSC/ATSC),&amp;nbsp;watch movies (DVD and Blu-Ray), and listen to music.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've got the computer itself all spec'ed out, but I'm wondering which connector will give me the best results. My TV has a VGA input, which lets the computer run at the screen's native resolution (1366x768). HDMI would only give me 720p. Should I plan on using VGA or HDMI?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;edit: after doing some more research, it seems that blu-ray works over VGA for now, but the discs could have a downsample feature enabled when using a non-hdcp connection. Has anyone run into this?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/481293-Media-Center/'&gt;Media Center&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/481293/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/481293-Media-Center/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/481293-Media-Center/</link><pubDate>Tue, 28 Jul 2009 17:50:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/481293-Media-Center/</guid><evnet:views>1181</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/481293/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I don't know if any of you can help, but I figured I'd ask anyway.
&amp;nbsp;
So I'm planning out an HTPC build. It will be used to watch and record TV (NTSC/ATSC),&amp;nbsp;watch movies (DVD and Blu-Ray), and listen to music.
&amp;nbsp;
I've got the computer itself all spec'ed out, but I'm wondering which&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>47</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/481293-Media-Center/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/481293/Trackback.aspx</trackback:ping></item><item><title>ASP.NET beginner resources [ASP.NET beginner resources]</title><description>&lt;p&gt;I've done tons of windows programming but very little web programming. The most I've done is HTML forms with some PHP.&lt;/p&gt;
&lt;p&gt;What's a good resource to get started with ASP.NET?&lt;/p&gt;
&lt;p&gt;I usually prefer books that don't require me to be in front of the computer, if that helps.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/477654-ASPNET-beginner-resources/'&gt;ASP.NET beginner resources&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/477654/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/477654-ASPNET-beginner-resources/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/477654-ASPNET-beginner-resources/</link><pubDate>Thu, 09 Jul 2009 13:47:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/477654-ASPNET-beginner-resources/</guid><evnet:views>612</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/477654/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've done tons of windows programming but very little web programming. The most I've done is HTML forms with some PHP.
What's a good resource to get started with ASP.NET?
I usually prefer books that don't require me to be in front of the computer, if that helps.in reply to ASP.NET beginner resources</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>8</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/477654-ASPNET-beginner-resources/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/477654/Trackback.aspx</trackback:ping></item><item><title>MVVM [MVVM]</title><description>&lt;p&gt;Anyone using this pattern? I think I understand the idea behind it, but I think that in most projects it's overkill to separate the ViewModel from the View.&lt;/p&gt;
&lt;p&gt;I can definitely see the benefit from a unit testing standpoint though. It also doesn't seem to mesh well with Datasets, which I'm forced to use because of our&amp;nbsp;Oracle backend. The project isn't complex enough to benefit from me spending time coding custom business objects.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/472916-MVVM/'&gt;MVVM&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/472916/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/472916-MVVM/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/472916-MVVM/</link><pubDate>Wed, 10 Jun 2009 19:27:16 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/472916-MVVM/</guid><evnet:views>1866</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/472916/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Anyone using this pattern? I think I understand the idea behind it, but I think that in most projects it's overkill to separate the ViewModel from the View.
I can definitely see the benefit from a unit testing standpoint though. It also doesn't seem to mesh well with Datasets, which I'm forced to&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>27</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/472916-MVVM/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/472916/Trackback.aspx</trackback:ping></item><item><title>Win 7 Pricing [Win 7 Pricing]</title><description>&lt;p&gt;Apparently there's a leaked memo from Best Buy that shows promo presale upgrade&amp;nbsp;pricing at $50 for Home Premium and $100 for Professional. The promo will last from June 26th through July 11th through the website only.&lt;/p&gt;
&lt;p&gt;It also says that customers buying a PC from June 26th until the release date are guaranteed a free copy of Windows 7.&lt;/p&gt;
&lt;p&gt;Those prices are very reasonable, and I imagine they'll stay pretty low even after the promo. My guesses are $80 for Home Premium and $130-$150 for Pro.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/472200-Win-7-Pricing/'&gt;Win 7 Pricing&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/472200/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/472200-Win-7-Pricing/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/472200-Win-7-Pricing/</link><pubDate>Fri, 05 Jun 2009 17:23:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/472200-Win-7-Pricing/</guid><evnet:views>531</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/472200/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Apparently there's a leaked memo from Best Buy that shows promo presale upgrade&amp;nbsp;pricing at $50 for Home Premium and $100 for Professional. The promo will last from June 26th through July 11th through the website only.
It also says that customers buying a PC from June 26th until the release date&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/472200-Win-7-Pricing/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/472200/Trackback.aspx</trackback:ping></item><item><title>WPF binding question [WPF binding question]</title><description>&lt;p&gt;After searching all around the web, I'm not sure this is even possible in WPF, but I figured someone here could give me a concrete answer.&lt;/p&gt;
&lt;p&gt;I have a datatable wrapped in an ObjectDataProvider and set to the datacontext of my window. Binding to ItemControls works fine and if I then have some other controls bound to the current item and everything is golden.&lt;/p&gt;
&lt;p&gt;But since this particular table will only ever have&amp;nbsp;one row, I want to bind to the current item without having an ItemControl. Is this possible? In WinForms this was accomplished through the use of a BindingSource item. Is there a WPF equivalent?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/470290-WPF-binding-question/'&gt;WPF binding question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/470290/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/470290-WPF-binding-question/</comments><link>http://channel9.msdn.com/forums/TechOff/470290-WPF-binding-question/</link><pubDate>Fri, 22 May 2009 19:56:49 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/470290-WPF-binding-question/</guid><evnet:views>918</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/470290/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>After searching all around the web, I'm not sure this is even possible in WPF, but I figured someone here could give me a concrete answer.
I have a datatable wrapped in an ObjectDataProvider and set to the datacontext of my window. Binding to ItemControls works fine and if I then have some other&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/470290-WPF-binding-question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/470290/Trackback.aspx</trackback:ping></item><item><title>Windows 7 Sleep Issue [Windows 7 Sleep Issue]</title><description>&lt;p&gt;Just wondering if anyone else here has had this issue.&lt;/p&gt;
&lt;p&gt;Almost every time&amp;nbsp;my computer goes to sleep, I come back to it after a few hours and it's beeping continuously. It's not a motherboard alarm; it's a PC speaker type beep. Sleep worked fine on Vista and Win7 Beta, so I'm curious what might have changed in the RC.&lt;/p&gt;
&lt;p&gt;Here's my system, latest drivers installed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Gigabyte 965P-DS3 (rev. 1.0), latest BIOS installed&lt;/li&gt;
&lt;li&gt;Core 2 Duo E6600&lt;/li&gt;
&lt;li&gt;6GB (2x2GB, 2x1GB) DDR2800 RAM&lt;/li&gt;
&lt;li&gt;ASUS Ati HD3850 512MB PCI-Express&lt;/li&gt;
&lt;li&gt;Ati Theater 550-based TV card (PCI-E)&lt;/li&gt;
&lt;li&gt;Creative X-Fi Fatal1ty (PCI)&lt;/li&gt;
&lt;li&gt;Netgear WMP311v3 (PCI)&lt;/li&gt;
&lt;li&gt;2x500GB WD SATA II&lt;/li&gt;
&lt;li&gt;1x80GB WD SATA I&lt;/li&gt;
&lt;li&gt;SATA DVD-ROM, SATA DVD-RW&lt;/li&gt;
&lt;li&gt;1.44MB floppy drive&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;sidenote: C9 is really fast today. What happened?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/468995-Windows-7-Sleep-Issue/'&gt;Windows 7 Sleep Issue&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/468995/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/468995-Windows-7-Sleep-Issue/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/468995-Windows-7-Sleep-Issue/</link><pubDate>Tue, 12 May 2009 20:33:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/468995-Windows-7-Sleep-Issue/</guid><evnet:views>1415</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/468995/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just wondering if anyone else here has had this issue.
Almost every time&amp;nbsp;my computer goes to sleep, I come back to it after a few hours and it's beeping continuously. It's not a motherboard alarm; it's a PC speaker type beep. Sleep worked fine on Vista and Win7 Beta, so I'm curious what might&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/468995-Windows-7-Sleep-Issue/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/468995/Trackback.aspx</trackback:ping></item><item><title>Linux [Linux]</title><description>So, every so often I get the itch to try Linux out.&amp;nbsp; Last time was about a year ago with Debian. I put it on VPC and got really frustrated by not being able to get the network working.&lt;BR&gt;&lt;BR&gt;Saturday I go out and download Kubuntu and put it on a spare hard drive. Install was very easy and everything seemed to be set up on the first boot.&amp;nbsp; Best out-of-box experience for Linux at least of the ones I've tried.&amp;nbsp; Then the problems started.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;-my wireless card wasn't detected. I attempted to install ndiswrapper and the xp driver for my wireless card, but something must have gone&amp;nbsp;wrong&amp;nbsp;because&amp;nbsp;it refused to recognize the ndiswrapper command.&lt;BR&gt;-my sound card wasn't detected. I&amp;nbsp;went out&amp;nbsp;and found drivers, compiled them and installed them. Yay we have sound!&amp;nbsp;Next reboot, sound won't work with an error about initializing the device. No sound :(&lt;BR&gt;-I couldn't play mp3s, wmas, wmvs, or mpgs, even though the application that was installed (Amarok) claims to be able to play all of those&lt;BR&gt;&amp;nbsp;-this is nitpicking, but I couldn't double-click on the system menu of a window to close it.&lt;BR&gt;-I had to really dig to find a 64-bit version of Flash, since the 64-bit version of Linux apparently has no 32-bit emulation?&lt;BR&gt;-OpenOffice.org looks like it was designed in 1995. ClarisWorks anyone?&lt;BR&gt;&lt;BR&gt;I tried. I really did. But I ended up back here on Vista because it just works. No fiddling about with finding the correct commands or having all of the libraries needed to compile some source code. No spending hours on Google looking for drivers for a device that should be supported out of the box.&lt;BR&gt;&lt;BR&gt;Anyone else want to share their experiences?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/464279-Linux/'&gt;Linux&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/464279/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/464279-Linux/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/464279-Linux/</link><pubDate>Wed, 08 Apr 2009 02:23:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/464279-Linux/</guid><evnet:views>1382</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/464279/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So, every so often I get the itch to try Linux out.&amp;nbsp; Last time was about a year ago with Debian. I put it on VPC and got really frustrated by not being able to get the network working.Saturday I go out and download Kubuntu and put it on a spare hard drive. Install was very easy and everything&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>76</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/464279-Linux/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/464279/Trackback.aspx</trackback:ping></item><item><title>Spam [Spam]</title><description>The spam here is getting ridiculous.&amp;nbsp; I'd say that 2/3 new threads the past week are spam.&amp;nbsp; Isn't there anything you can do to stop this (some sort of Captcha on new threads?)&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/460007-Spam/'&gt;Spam&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/460007/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/460007-Spam/</comments><link>http://channel9.msdn.com/forums/Feedback/460007-Spam/</link><pubDate>Fri, 06 Mar 2009 16:06:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/460007-Spam/</guid><evnet:views>280</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/460007/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The spam here is getting ridiculous.&amp;nbsp; I'd say that 2/3 new threads the past week are spam.&amp;nbsp; Isn't there anything you can do to stop this (some sort of Captcha on new threads?)in reply to Spam</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/460007-Spam/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/460007/Trackback.aspx</trackback:ping></item><item><title>I downgraded to Vista [I downgraded to Vista]</title><description>and I'm happy.&lt;BR&gt;&lt;BR&gt;The new taskbar didn't agree with me, as it added a click for switching windows between apps with multiple windows open.&amp;nbsp; It also refused to reinitialize my wireless connection when coming out of sleep without a manual connection reset.&amp;nbsp; Libraries were neat but I found myself still storing my documents in the same folder, so I never really took advantage of them.&amp;nbsp; The new WMP has no one-click way of viewing all of my songs at once (at least that I could find, since they took the "Songs" entry out of the list).&lt;BR&gt;&lt;BR&gt;The straw that broke the camel's back was when I found that ATI's beta drivers have no OpenGL support, so I couldn't play some of my games.&lt;BR&gt;&lt;BR&gt;I dropped back to Vista over the weekend and I have yet to find something that I miss from Windows 7.&amp;nbsp; I've even found that the speed increase (real or perceived) over Vista was just due to the fresh install vs a year-old install.&amp;nbsp; Vista SP1 is just as fast as 7 for what I'm using it for (web browsing, email, light development, gaming).&lt;BR&gt;&lt;BR&gt;Has anyone else here done something similar?&amp;nbsp; What Windows&amp;nbsp;7 features are "must haves" for you?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/458507-I-downgraded-to-Vista/'&gt;I downgraded to Vista&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/458507/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/458507-I-downgraded-to-Vista/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/458507-I-downgraded-to-Vista/</link><pubDate>Mon, 23 Feb 2009 16:13:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/458507-I-downgraded-to-Vista/</guid><evnet:views>1161</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/458507/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>and I'm happy.The new taskbar didn't agree with me, as it added a click for switching windows between apps with multiple windows open.&amp;nbsp; It also refused to reinitialize my wireless connection when coming out of sleep without a manual connection reset.&amp;nbsp; Libraries were neat but I found myself&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>19</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/458507-I-downgraded-to-Vista/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/458507/Trackback.aspx</trackback:ping></item><item><title>WPF Binding question [WPF Binding question]</title><description>Okay, so I have the DataContext for my form set to an ADO DataSet.&amp;nbsp; It consists of a master table with a few child tables.&amp;nbsp; I have a DataGrid (from MS's toolkit) bound to one of the tables and it's working great.&lt;br&gt;&lt;br&gt;The problem I'm having comes from the fact that a couple of these child tables can only have one row per effective date, so I'd like to display them with Textboxes instead of a one row DataGrid.&lt;br&gt;&lt;br&gt;I've tried all of the binding expressions I can think of, but nothing gets the values displayed.&amp;nbsp; Any ideas?&amp;nbsp; Here's an example of one of my TextBoxes:&lt;br&gt;&lt;br&gt;&amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Name="lblDupMaxR" Style="{StaticResource SmallText}"&amp;gt;Max R:&amp;lt;/TextBlock&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBox Name="txtDupMaxR" Style="{StaticResource TextBox}" Text="{Binding Source=QCDataSet.DUPLICATEVIEW.Rows[0], Path=MAXR_VALUE, Mode=TwoWay}"/&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/453669-WPF-Binding-question/'&gt;WPF Binding question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/453669/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/453669-WPF-Binding-question/</comments><link>http://channel9.msdn.com/forums/TechOff/453669-WPF-Binding-question/</link><pubDate>Fri, 16 Jan 2009 20:21:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/453669-WPF-Binding-question/</guid><evnet:views>935</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/453669/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Okay, so I have the DataContext for my form set to an ADO DataSet.&amp;nbsp; It consists of a master table with a few child tables.&amp;nbsp; I have a DataGrid (from MS's toolkit) bound to one of the tables and it's working great.The problem I'm having comes from the fact that a couple of these child tables&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/453669-WPF-Binding-question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/453669/Trackback.aspx</trackback:ping></item><item><title>Parallel applications [Parallel applications]</title><description>With all of the buzz about parallel computing, I'm curious if anyone here works in a field that could really take advantage of it.&lt;BR&gt;&lt;BR&gt;Personally, I'm writing glorified data entry apps, and I don't see anything in the business process that could be parallelized, except for some asynchronous data retrieval/updating.&lt;BR&gt;&lt;BR&gt;For certain fields, like 3D graphics or media encoding/decoding,&amp;nbsp;it definitely makes sense.&amp;nbsp; But is there anything in there for the lowly line of business apps?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/453265-Parallel-applications/'&gt;Parallel applications&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/453265/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/453265-Parallel-applications/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/453265-Parallel-applications/</link><pubDate>Wed, 14 Jan 2009 15:13:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/453265-Parallel-applications/</guid><evnet:views>562</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/453265/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>With all of the buzz about parallel computing, I'm curious if anyone here works in a field that could really take advantage of it.Personally, I'm writing glorified data entry apps, and I don't see anything in the business process that could be parallelized, except for some asynchronous data&amp;#8230;</evnet:previewtext><dc:creator>Scott</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/453265-Parallel-applications/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/453265/Trackback.aspx</trackback:ping></item></channel></rss>