<?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>Channel 9 - Discussions by lensman</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/lensman/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by lensman</title>
		<link>http://channel9.msdn.com/Niners/lensman/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/lensman/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 13:06:28 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 13:06:28 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - How to autofill?</title>
		<description><![CDATA[<p>Well, your specifications are quite vague. &nbsp;What languages are involved? What environment are you operating within? &nbsp;Is this a Windows Forms application? &nbsp;Is this a ASP.NET application? Is this a WPF item? &nbsp;I can think of at least a dozen possible environments which bear on your solution.</p><p>Conceptually you populate combo box #1. You then wire up an event to populate combo box #2 upon change in selection of the contents of Combo box #1. &nbsp;The same logic can then be extended to the third control and so forth.</p><p>Obviously your choice of tools bears into how you implement your solution. &nbsp;Certain vendors provide controls with cascading events designed to handle &quot;related&quot; controls (such as Telerik for example). Heck with the right vendor you could be 100% code free.</p><p>&nbsp;</p><p>Have you tried google for your solution? &nbsp;(Give up on Bing).</p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/How-to-autofill/42dda984ce3943dd9539a171003a9206#42dda984ce3943dd9539a171003a9206</link>
		<pubDate>Tue, 26 Feb 2013 03:33:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/How-to-autofill/42dda984ce3943dd9539a171003a9206#42dda984ce3943dd9539a171003a9206</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - WE&#39;RE ALL DOOMED</title>
		<description><![CDATA[<p>(meant in humor)</p><p>What is it with meteor's and Russia? &nbsp;They seem to attract the like moths to a the flame. &nbsp;Didn't they have one earlier which flattened 700 miles of forest in Siberia? &nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/WERE-ALL-DOOMED/681467d6686b4083a967a16600e0690c#681467d6686b4083a967a16600e0690c</link>
		<pubDate>Fri, 15 Feb 2013 13:37:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/WERE-ALL-DOOMED/681467d6686b4083a967a16600e0690c#681467d6686b4083a967a16600e0690c</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I&#39;m New in Programming World: Need help for Project.</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Im-New-in-Programming-World-Need-help-for-Project#c3d482fddd71649c0a93ba15900d4de01">Eigenvector</a>: &nbsp;Your description of what you need to do is reasonably concise. &nbsp;You have not described how you wish to implement those requirements. &nbsp;(That is of course what programming is) &nbsp;What language are you using? &nbsp;What tools do you have at your fingertips? &nbsp;In other words, what constraints must you operate within?</p><p>&nbsp;</p><p>As an example you could fire up Access and have your project in about 20 minutes. &nbsp;</p><p>You could fire up Visual Studio (Professional Edition) and use the database tools to create an &quot;object&quot; based solution. &nbsp;It, depending upon the version you own could even create the database in a SQLEXPRESS edition SQL Server for you. &nbsp;You could then use the various wizards within Visual Studio to create a virtually code free solution to interact with the database you just created.</p><p>If you are restricted to tools which are not quite so friendly you can do it &quot;old school&quot;. &nbsp;For example using MySQL you can manually create the database tables. &nbsp;You could then use the Express editions of .NET (pick your favorite language) and write the code to interface your program to the MySQL database. &nbsp;This of course would require the most coding on your part as you would likely have to construct SQL expressions to perform your updates. &nbsp;Of course this is probably the goal of your assignment - to actually learn how to code.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Im-New-in-Programming-World-Need-help-for-Project/b88209a2572f4d35bbdea15900e580da#b88209a2572f4d35bbdea15900e580da</link>
		<pubDate>Sat, 02 Feb 2013 13:55:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Im-New-in-Programming-World-Need-help-for-Project/b88209a2572f4d35bbdea15900e580da#b88209a2572f4d35bbdea15900e580da</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>23</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 / VS 2012 / TFS 2012</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Windows-8--VS-2012--TFS-2012#c3e46454b2e1544d289aba1550158451e">Richard.Hein</a>:It can't be a network problem as the box is self contained with no network paths.&nbsp; That is to say it is unconnected to any network.&nbsp; It is a wholly independent development box with everything local.</p><p>The problems I am seeing, since updating to update #1, all boil down to file locking problems. I get resources are busy or simple &quot;hung&quot; never returning from &quot;auto checkout&quot; events.&nbsp; Stopping Visual Studio and relaunching the project solves things however it is very annoying.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8--VS-2012--TFS-2012/0fe295a606ab472da874a15601614a48#0fe295a606ab472da874a15601614a48</link>
		<pubDate>Wed, 30 Jan 2013 21:26:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8--VS-2012--TFS-2012/0fe295a606ab472da874a15601614a48#0fe295a606ab472da874a15601614a48</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 / VS 2012 / TFS 2012</title>
		<description><![CDATA[<p>I have a development laptop which has windows 8, visual studio 2012 (premium), and a full blown copy of Team Foundation Server. &nbsp;On the same box is a developer edition of SQL 2012. &nbsp;The system has 16 GB of ram so memory is not an issue.</p><p>Since UPDATE 1 I am getting freezes during &quot;performing check-out&quot; operations. &nbsp;A reboot seems to fixes things for a while however the problem reoccurs.</p><p>&nbsp;</p><p>It seems to be a timeout error.</p><p>&nbsp;</p><p>Is anyone else seeing this?&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8--VS-2012--TFS-2012/605917f7c55c4bd687cba15500ff6bc9#605917f7c55c4bd687cba15500ff6bc9</link>
		<pubDate>Tue, 29 Jan 2013 15:29:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8--VS-2012--TFS-2012/605917f7c55c4bd687cba15500ff6bc9#605917f7c55c4bd687cba15500ff6bc9</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Tobacco companies ordered print confession on packages</title>
		<description><![CDATA[<p>My 2 cents on the smoking &quot;problem&quot; is that while I am personally opposed to smoking, I also feel we are reaching a point where we are persecuting folks way out of order of the risks involved. &nbsp;Nobody, with half a brain, does not know smoking places you at a higher risk. &nbsp;As long as the product is legal it should also be legal to consume it. &nbsp;Imagine if they treated alcohol with the same fervent attitudes they do smoking? &nbsp;Going to a pro football game one may be exposed to second hand drinking even when you yourself do not imbibe a drop. &nbsp;Yes, this is ridiculous but so is most second hand smoking rules. &nbsp;A business owner should be able to have a sign on the door &quot;this is a smoking establishment&quot;. &nbsp;If I choose to be employed there, as long as I was told up front, then I made the choice to accept the risks. &nbsp;If I walk in the door as a customer then I assume those risks, again as long as it is a known smoking establishment. &nbsp;If I believe that second hand smoke imperils my life then I have the free choice to eat at another establishment. &nbsp;If I as a business can't make it on &quot;smoking&quot; customers only then the market has weened me out of business as it should do. &nbsp;The idea that government, be it local &nbsp;or national, says to everyone that &quot;it is now illegal to consume a legal product because it might offend a third party&quot; is insane. &nbsp;There are now areas of the country where it is now illegal to consume a tobacco product in your own home.</p><p>&nbsp;</p><p>I support people living by the results of their own choices. &nbsp;If we want to start printing &quot;this product will kill you&quot; on all tobacco products that will preclude people from buying them. &nbsp;I would point out that life causes death after all. &nbsp;There is nothing we can do about it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Tobacco-companies-ordered-print-confession-on-packages/d48b858876e54ff283eba11b017600e4#d48b858876e54ff283eba11b017600e4</link>
		<pubDate>Sun, 02 Dec 2012 22:41:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Tobacco-companies-ordered-print-confession-on-packages/d48b858876e54ff283eba11b017600e4#d48b858876e54ff283eba11b017600e4</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>48</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 Copy &amp; Paste bug</title>
		<description><![CDATA[<p>This is a guess, but what what describe sounds like a security feature. &nbsp;It is disallowing you to copy and paste between secure and insecure threads. &nbsp;Vista has this annoying feature where it required elevated permissions to cut and paste into elevated security applications.</p><p>This might be what you are seeing.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-Copy--Paste-bug/1f08d814ad3645cc890aa11b0116ee84#1f08d814ad3645cc890aa11b0116ee84</link>
		<pubDate>Sun, 02 Dec 2012 16:55:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-Copy--Paste-bug/1f08d814ad3645cc890aa11b0116ee84#1f08d814ad3645cc890aa11b0116ee84</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>37</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you programatically open a file in c# to append?</title>
		<description><![CDATA[<p>Using intellisense only:</p><p>System.IO.<span>FileStream</span> fs = System.IO.<span>File</span>.Open(<span>&quot;filename&quot;</span>, System.IO.<span>FileMode</span>.Append);</p><p>is one of the many ways you could do it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-you-programatically-open-a-file-in-c-to-append/2cd0249e7c46435c8bfaa10c00e35dbf#2cd0249e7c46435c8bfaa10c00e35dbf</link>
		<pubDate>Sat, 17 Nov 2012 13:47:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-you-programatically-open-a-file-in-c-to-append/2cd0249e7c46435c8bfaa10c00e35dbf#2cd0249e7c46435c8bfaa10c00e35dbf</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 is not so great for me.</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Windows-8-is-not-so-great-for-me#c510ac3297f4f4fc7961ea0fe01395b7f">Craig_Matthews</a>:what bug? &nbsp;If you mean the disconnected drives, that is as planned. Why should you maintain a connection to a remote server while not actually using it? &nbsp;That would tie up resources both on your system and the remote system.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-is-not-so-great-for-me/392a803e2fac4acfb588a0ff018ab231#392a803e2fac4acfb588a0ff018ab231</link>
		<pubDate>Sun, 04 Nov 2012 23:57:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-is-not-so-great-for-me/392a803e2fac4acfb588a0ff018ab231#392a803e2fac4acfb588a0ff018ab231</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TFS 2010 and VS 2012</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/TFS-2010-and-VS-2012#cae7246392ddd4a25aea2a0d801332ff1">lucianoc</a>:As I am not using TFS 2012, I did not consider those usable.&nbsp; I am using TFS 2010 from VS 2012.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/a7dac2f48d6645bc9eefa0d8015189e3#a7dac2f48d6645bc9eefa0d8015189e3</link>
		<pubDate>Wed, 26 Sep 2012 20:28:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/a7dac2f48d6645bc9eefa0d8015189e3#a7dac2f48d6645bc9eefa0d8015189e3</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TFS 2010 and VS 2012</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/TFS-2010-and-VS-2012#c010a92490d9442fe9e3ba0d8012eda4c">blowdart</a>:No, I did not apply that patch.&nbsp; That patch indicates that it patches TFS 2012 so that VS 2010 clients can connect.&nbsp; I am trying to connect VS 2012 clients to TFS 2010.</p><p><br>(I have yet to see why I should upgrade to TFS 2012 other than the nice new number)</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/0e6faebf4d1d4dd187baa0d80150a109#0e6faebf4d1d4dd187baa0d80150a109</link>
		<pubDate>Wed, 26 Sep 2012 20:25:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/0e6faebf4d1d4dd187baa0d80150a109#0e6faebf4d1d4dd187baa0d80150a109</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TFS 2010 and VS 2012</title>
		<description><![CDATA[<p>Has anyone else noticed that you cannot find all files checked out to a given user (or all users) under VS 2012?</p><p><br>Under VS 2010, I could right click on the &quot;Team Explorers&quot; tree and select &quot;Find In Source Control&quot; by &quot;status&quot;.&nbsp; In VS 2012 I am limited to changesets, labels, or shelve sets.&nbsp; I cannot find by status or wildcards like I could under VS 2010.</p><p>&nbsp;</p><p>As I am still pointed to the same TFS server, I would not expect this. If anyone can point to where they moved this feature, please sound off.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/aaa92b8f3885433cbe06a0d8012de14d#aaa92b8f3885433cbe06a0d8012de14d</link>
		<pubDate>Wed, 26 Sep 2012 18:19:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/aaa92b8f3885433cbe06a0d8012de14d#aaa92b8f3885433cbe06a0d8012de14d</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is LightSwitch Useless?</title>
		<description><![CDATA[<p>The short answer is &quot;yes&quot;. Lightswitch is useless. &nbsp;Why use 1/8th the power when you can use another tool with all the toys? &nbsp;I would say it is more than useless, it is pointless.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-LightSwitch-Useless/d8383fbd19204dceaac9a0d600ec7717#d8383fbd19204dceaac9a0d600ec7717</link>
		<pubDate>Mon, 24 Sep 2012 14:20:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-LightSwitch-Useless/d8383fbd19204dceaac9a0d600ec7717#d8383fbd19204dceaac9a0d600ec7717</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Annoying Installers</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Annoying-Installers#c16e3a72beebf415f8525a0cb016037a7">GoddersUK</a>: &nbsp;Are you suggesting that turning off the notification is a unwise thing? &nbsp;I am not a newbie and upgrade when I determine I need to. &nbsp;Having something annoy (aka, nag) me to upgrade my system is pointless. &nbsp;Besides having 3 dozen software packages &quot;phone home&quot; on reboot's takes time. &nbsp;Why should I give someone feedback on my reboot schedule? &nbsp;Besides my time is too valuable.&nbsp;</p><p>If you operate from the view point that &quot;someone has to keep you secure&quot;, I disagree with the philosophy. &nbsp;I have been on the net since 1979, before 2400 baud modems, with zero infections. &nbsp;No, that is not zero known infections, that is zero infections. &nbsp;I am the guy you call when all of your Catholic schools computers have been broadcasting porn all summer and you need to open tomorrow. &nbsp;(A real life scenario which I have helped out at) &nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Annoying-Installers/224890450ba243b182bda0cc00302808#224890450ba243b182bda0cc00302808</link>
		<pubDate>Fri, 14 Sep 2012 02:55:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Annoying-Installers/224890450ba243b182bda0cc00302808#224890450ba243b182bda0cc00302808</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Annoying Installers</title>
		<description><![CDATA[<p>A better solution is never install it.&nbsp; If you are tired of the upgrade notifications, turn them off.&nbsp; Also check your services as some of these folks have started installing &quot;update services&quot;.&nbsp; Do not forget to check your &quot;run&quot; and &quot;runonce&quot; registry keys (there about 8 of them) and nuke the unnecessary items there as well.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Annoying-Installers/82207bc6b9064eea840ea0ca015fdee3#82207bc6b9064eea840ea0ca015fdee3</link>
		<pubDate>Wed, 12 Sep 2012 21:21:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Annoying-Installers/82207bc6b9064eea840ea0ca015fdee3#82207bc6b9064eea840ea0ca015fdee3</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Help on how to properly save alot of data and best way to retrieve it</title>
		<description><![CDATA[<p>Why reinvent the wheel?&nbsp; If I understand your basic needs, you are wanting a program to provide you with a inventory of your computer assets.&nbsp; You are basically describing a database.&nbsp; There are dozens of commercial, and some free, programs out there to maintain inventories of lists.</p><p><br>Yes you could write your own program which provides you with these features but why??</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Help-on-how-to-properly-save-alot-of-data-and-best-way-to-retrieve-it/bb19ca48f2204b69a472a0ca00e557d7#bb19ca48f2204b69a472a0ca00e557d7</link>
		<pubDate>Wed, 12 Sep 2012 13:55:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Help-on-how-to-properly-save-alot-of-data-and-best-way-to-retrieve-it/bb19ca48f2204b69a472a0ca00e557d7#bb19ca48f2204b69a472a0ca00e557d7</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - ASP.NET and Threading</title>
		<description><![CDATA[<p>Also consider that asp.net apps operate within a sand box.&nbsp; Your thread might not have rights to view the destination location.&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/ASPNET-and-Threading/476a3efe9ce84867b92fa0c401500b5a#476a3efe9ce84867b92fa0c401500b5a</link>
		<pubDate>Thu, 06 Sep 2012 20:23:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/ASPNET-and-Threading/476a3efe9ce84867b92fa0c401500b5a#476a3efe9ce84867b92fa0c401500b5a</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WinForms question - Preventing focus from being set to a Form</title>
		<description><![CDATA[<p>Why simply disable the form. It cannot get focus if not enabled.&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/WinForms-question-Preventing-focus-from-being-set-to-a-Form/59b3aa31805a47e7927da0c0012d1726#59b3aa31805a47e7927da0c0012d1726</link>
		<pubDate>Sun, 02 Sep 2012 18:16:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/WinForms-question-Preventing-focus-from-being-set-to-a-Form/59b3aa31805a47e7927da0c0012d1726#59b3aa31805a47e7927da0c0012d1726</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Access Programs</title>
		<description><![CDATA[<p>First migrate your application to something other than the cloud. &nbsp;IE., migrate to SQL first. &nbsp;The steps from SQL to &quot;the cloud&quot; are simpler. &nbsp;You will find yourself making structural changes to the applications. &nbsp;Access has the tendency to &quot;pull everything local&quot; to perform its queries. &nbsp;Rewriting things to run under SQL will get you used to letting a server do your work.</p><p>My major recommendation: &nbsp;Given the poor performance of Access, under load, why tempt fate with a cloud based solution?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Access-Programs/a1f06c629a144249a066a0bc01466f05#a1f06c629a144249a066a0bc01466f05</link>
		<pubDate>Wed, 29 Aug 2012 19:48:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Access-Programs/a1f06c629a144249a066a0bc01466f05#a1f06c629a144249a066a0bc01466f05</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>Relationships have nothing to do with the sheer number of connections to a database.&nbsp;</p><p>I am familiar with the basics of database design.&nbsp; I know when indexes are required, how to tune queries and such. If you are relying upon the &quot;relationship&quot; tool within access to optimize your database you are missing a lot of performance.&nbsp;</p><p>If you are going to be migrating your application into a pure SQL database with an Access front end then get completely out of Access (data wise) and forget the toys.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/f83297f946bd4adfa6b4a0bb014a1e55#f83297f946bd4adfa6b4a0bb014a1e55</link>
		<pubDate>Tue, 28 Aug 2012 20:01:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/f83297f946bd4adfa6b4a0bb014a1e55#f83297f946bd4adfa6b4a0bb014a1e55</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>Have you looked at the &quot;SSMA&quot; tool from Microsoft?&nbsp; It is a reasonably good &quot;SQL Server Migration Assistant&quot;.&nbsp; On simple databases its a point and click and you are done.&nbsp; On more complex systems its at minimum a great first step.</p><p><br>I have migrated several major customized access database/applications used by several local municipalities with success.</p><p>&nbsp;</p><p>One word of caution:&nbsp; Watch out for the &quot;Denial of Service&quot; attack that Access will do on your SQL server.&nbsp; The default login for Access is a user named &quot;Admin&quot;.&nbsp; If you use windows authentication against SQL, it will attempt to authenticate first as &quot;Admin&quot;, then using the users credentials.&nbsp; The combined number of users running your application can form an effective denial of service attack (even though it is unintended).&nbsp; The only method I found around this was to not use windows authentication against SQL.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/7ea5ed5f88674fca87b3a0bb0123ade7#7ea5ed5f88674fca87b3a0bb0123ade7</link>
		<pubDate>Tue, 28 Aug 2012 17:41:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/7ea5ed5f88674fca87b3a0bb0123ade7#7ea5ed5f88674fca87b3a0bb0123ade7</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Visual Studio 2012 Now Available</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Visual-Studio-2012-Now-Available#c4e0d3ad4d9464e448573a0af012b17cc">Harlequin</a>:&nbsp; I hate to admit it but that feature is one of those &quot;I have no clue why you would want to use it&quot; features found in Visual Studio.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-Now-Available/08e92e8d0ce9482aa040a0af012f17db#08e92e8d0ce9482aa040a0af012f17db</link>
		<pubDate>Thu, 16 Aug 2012 18:23:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-Now-Available/08e92e8d0ce9482aa040a0af012f17db#08e92e8d0ce9482aa040a0af012f17db</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Visual Studio 2012 Now Available</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Visual-Studio-2012-Now-Available#cc352d60e61034637b12ea0af00e369b2">Harlequin</a>: Agreed the news seems to be quite muted.&nbsp; I have gone ahead and installed it with success.&nbsp; I can report that my Telerik suite of tools seems to have integrated itself without any apparent effort.&nbsp; Projects which used Crystal 2010 appear to be problem.&nbsp; VS 2012 does not appear to have any existing Crystal support.&nbsp; It looks like a project opened in VS 2012 can still be opened VS 2010 (SP1).&nbsp; Until I get my crystal problem solved I am going to have to keep VS 2010 around for a while.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-Now-Available/d82bf0721ab6472bb90ba0af0126ae69#d82bf0721ab6472bb90ba0af0126ae69</link>
		<pubDate>Thu, 16 Aug 2012 17:52:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-Now-Available/d82bf0721ab6472bb90ba0af0126ae69#d82bf0721ab6472bb90ba0af0126ae69</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Visual Studio 2012 Now Available</title>
		<description><![CDATA[<p>In case you did not notice yet, in addition to Windows 8, it looks like Visual Studio 2012 slipped out the gates today. I am in the midst of getting it along with a new flavor or Team Foundation Server.</p><p>It looks like there are several new &quot;toys&quot; in the mix.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-Now-Available/6145a460e18d4d8d85f4a0af002bbd29#6145a460e18d4d8d85f4a0af002bbd29</link>
		<pubDate>Thu, 16 Aug 2012 02:39:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-Now-Available/6145a460e18d4d8d85f4a0af002bbd29#6145a460e18d4d8d85f4a0af002bbd29</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - MSDN SQL 2012 - DVD</title>
		<description><![CDATA[<p>So how did they do this?&nbsp; In today's snail mail I received a physical shipment of SQL2012 on a DVD.&nbsp; On that DVD are &quot;Business Intelligence&quot;, &quot;Developer&quot;, &quot;Enterprise&quot;, &quot;Enterprise Core&quot;, and &quot;Web&quot; versions of SQL2012.&nbsp; This disk is formatted with 4.26 GB of space according to Windows.</p><p><br>Copied to a network location the files are roughly 24 GB in size.&nbsp; So how did they fit that all on one DVD?&nbsp; The disc is not blue-ray.&nbsp; Is this a case of &quot;de-duping&quot;?</p><p><br>Needless to say I was surprised by the results.&nbsp; The disk does not appear to be damaged in any manner.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/MSDN-SQL-2012-DVD/c2e90d5901514f20a338a08d01707cb7#c2e90d5901514f20a338a08d01707cb7</link>
		<pubDate>Fri, 13 Jul 2012 22:21:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/MSDN-SQL-2012-DVD/c2e90d5901514f20a338a08d01707cb7#c2e90d5901514f20a338a08d01707cb7</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>