<?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 complete</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/complete/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 complete</title>
		<link>http://channel9.msdn.com/Niners/complete/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/complete/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 13:53:22 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 13:53:22 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - How do I get search engine results programatically?</title>
		<description><![CDATA[<p>I do not use screenscraping.&nbsp; I use the c# WebBrowser class and I get the HTML after I use this class to navagate to a URL.&nbsp; I was able to use yandex by using a &quot;&amp;p=&quot; to navagate to a particular page.</p><p>The duckduckgo search engine does not work this way, though.</p><p>I have found out how to make a specialized query for YANDEX in a modified URL.&nbsp; I will ask DUCKDUCKGO for advice.</p><p><a href="https://duckduckgo.com/api.html">https://duckduckgo.com/api.html</a> does not provide a solution.</p><p>Running this, <a href="http://api.duckduckgo.com/?q=stuff&#43;to&#43;search&amp;format=xml">http://api.duckduckgo.com/?q=stuff&#43;to&#43;search&amp;format=xml</a> , in a browser's address bar does not provide anything as <a href="http://duckduckgo.com/?q=stuff&#43;to&#43;search">http://duckduckgo.com/?q=stuff&#43;to&#43;search</a> does.</p><p>This shouldn't be rocket science.&nbsp; I am able to see the HTML code.&nbsp; Shouldn't there be some sort of AJAX tag in the HTML that I can find to make use of?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/1ac8d199e64d4a70abf3a11300c959ec#1ac8d199e64d4a70abf3a11300c959ec</link>
		<pubDate>Sat, 24 Nov 2012 12:13:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/1ac8d199e64d4a70abf3a11300c959ec#1ac8d199e64d4a70abf3a11300c959ec</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I get search engine results programatically?</title>
		<description><![CDATA[<p>How do I get search engine results programatically?&nbsp; Some search engines use AJAX to display content and so the URL does not change. This makes it difficult to get result content from a search engine programatically.</p><p>Most search engines do not use AJAX.&nbsp; But two popular ones that I am interested in is YANDEX and DUCKDUCKGO.&nbsp; Both of these search engines use AJAX to advance beyond the first page of results.&nbsp; How do I find a way to programatically access these pages?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/3568eb6ee0294050b0eaa11300892094#3568eb6ee0294050b0eaa11300892094</link>
		<pubDate>Sat, 24 Nov 2012 08:19:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-get-search-engine-results-programatically/3568eb6ee0294050b0eaa11300892094#3568eb6ee0294050b0eaa11300892094</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you programatically open a file in c# to append?</title>
		<description><![CDATA[<p>How do you programatically open a file in c# to append?</p><p>I tried searching online for an example and so far I have not found anything.</p><p>There is System.IO.StreamWriter and there is System.IO.StreamReader but there is no StreamAppend. Is there some way to use StreamWriter without overwritting the content of the existing file? Is there some way to use System.IO.Stream with some sort of appending criteria?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-you-programatically-open-a-file-in-c-to-append/074bd7faceb840f2beb1a10c00dcc08b#074bd7faceb840f2beb1a10c00dcc08b</link>
		<pubDate>Sat, 17 Nov 2012 13:23:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-you-programatically-open-a-file-in-c-to-append/074bd7faceb840f2beb1a10c00dcc08b#074bd7faceb840f2beb1a10c00dcc08b</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why did Microsoft Destroy Bing?</title>
		<description><![CDATA[<p>what a horrible thing.&nbsp; It has nothing to do with Bing.</p><p>The company, if you click on &quot;about these ads&quot;, shows a way to uninstall this.&nbsp; Once I have uninstalled this, it no longer appears on search engine results pages.</p><p>Two things are suprising and odd.</p><ol><li>This ad company assumes that some people will not mind and like these ads </li><li>It somehow jumped onto my computer without me having to agree to anything </li></ol><p>What one man calls a virus, another calls &quot;aggressive advertising innovation&quot;.&nbsp; The ads are mainstream (I mean, WERE, mainstream) and what one might see on television.&nbsp; In a world where people love commercials, they would be celebrated and embraced and this ad company would be award winning.&nbsp; In my world, they were very annoying.</p><p>Since they were right there on the search engine results page, and since they seemed to exist on a bing page and not on other search engine pages, it was rational for me to assume that Microsoft had something to do with it.&nbsp; Sorry about that.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/d8330e115c5a4badb34ca0f1014ac954#d8330e115c5a4badb34ca0f1014ac954</link>
		<pubDate>Sun, 21 Oct 2012 20:04:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/d8330e115c5a4badb34ca0f1014ac954#d8330e115c5a4badb34ca0f1014ac954</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why did Microsoft Destroy Bing?</title>
		<description><![CDATA[<p>it is relentless and non stop.&nbsp; I don't know what is worse, political ads or the ads for mucus removers.</p><p><img src="http://i67.photobucket.com/albums/h292/Athono/politicalads.png" alt="http://i67.photobucket.com/albums/h292/Athono/politicalads.png"></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/3b377378c53c4acaaf82a0f100ae4098#3b377378c53c4acaaf82a0f100ae4098</link>
		<pubDate>Sun, 21 Oct 2012 10:34:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/3b377378c53c4acaaf82a0f100ae4098#3b377378c53c4acaaf82a0f100ae4098</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why did Microsoft Destroy Bing?</title>
		<description><![CDATA[<p>I think they are <a href="http://www.dealcabby.com">dealcabby.com</a> ads but I am not sure.</p><p>Could it be I am being hacked by a plug in somehow?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/a306ca07de854971b93ba0f100a18521#a306ca07de854971b93ba0f100a18521</link>
		<pubDate>Sun, 21 Oct 2012 09:48:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/a306ca07de854971b93ba0f100a18521#a306ca07de854971b93ba0f100a18521</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why did Microsoft Destroy Bing?</title>
		<description><![CDATA[<p>Why did Microsoft Destroy Bing?</p><p>Bing now has video ads complete with sound.&nbsp; And the sound cannot be turned off for all the ads, only individucal ones.&nbsp; So a user cannot listen to Pandora while doing a search with Bing unless he does not mind having his favorate songs being interupted.</p><p>Who had the idea that it was OK to have video ads on Bing?&nbsp; No one is going to tolerate this annoyance.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/a4fae8bc83d446baa66aa0f100988552#a4fae8bc83d446baa66aa0f100988552</link>
		<pubDate>Sun, 21 Oct 2012 09:15:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Why-did-Microsoft-Destroy-Bing/a4fae8bc83d446baa66aa0f100988552#a4fae8bc83d446baa66aa0f100988552</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</title>
		<description><![CDATA[<p>I saw a tutorial on some other web site that offers example code.</p><p>It was incomplete but I used my powers of reasoning to figure out what was to fill into the blanks.&nbsp; It had a .edmx file which provided a diagram of the database.&nbsp; Through poking around on what new classes provided a .edmx file, I found a class to use.&nbsp; The rest was easy, I just right clicked on the diagram of the database and followed the steps.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/4a9ab96ce6bf422fb6b1a0da012df7ec#4a9ab96ce6bf422fb6b1a0da012df7ec</link>
		<pubDate>Fri, 28 Sep 2012 18:19:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/4a9ab96ce6bf422fb6b1a0da012df7ec#4a9ab96ce6bf422fb6b1a0da012df7ec</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</title>
		<description><![CDATA[<p><img src="http://i67.photobucket.com/albums/h292/Athono/POCO.png" alt="">I think it has something to do with POCO.&nbsp; Does anyone know about POCO?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/170a9e0cc0ee4f58a3eda0d901624b54#170a9e0cc0ee4f58a3eda0d901624b54</link>
		<pubDate>Thu, 27 Sep 2012 21:29:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/170a9e0cc0ee4f58a3eda0d901624b54#170a9e0cc0ee4f58a3eda0d901624b54</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</title>
		<description><![CDATA[<p>nugget ran and said everything is up-to-date, but I still have this issue.&nbsp; Please advise.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/0ae2f2aaecbb44baaca9a0d9013eca0c#0ae2f2aaecbb44baaca9a0d9013eca0c</link>
		<pubDate>Thu, 27 Sep 2012 19:20:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/0ae2f2aaecbb44baaca9a0d9013eca0c#0ae2f2aaecbb44baaca9a0d9013eca0c</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</title>
		<description><![CDATA[<p>What exactly is EF?</p><p>What exactly is&nbsp;NuGet?</p><p>Oh, JohnAskew just&nbsp;gave a link.&nbsp; I will give it a go.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/12ad82e3fd634d1daf6fa0d90125df2c#12ad82e3fd634d1daf6fa0d90125df2c</link>
		<pubDate>Thu, 27 Sep 2012 17:49:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/12ad82e3fd634d1daf6fa0d90125df2c#12ad82e3fd634d1daf6fa0d90125df2c</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</title>
		<description><![CDATA[<p>Let's try this again...</p><p>Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</p><p>I am using code written under Visual Studio 2010 as an example for a project I am writing for with Visual Studio 2012. I am having some difficulty using the DBContext class to instantiate a class. The code seems to required using the namespace System.Data.Entity.Infrastructure; and that does not seem to be defined in the newer System.Data.Entity reference.</p><p>To show you what I mean in coding terms, this is the line of code that does not compile:</p><p>&nbsp;&nbsp;&nbsp; using System.Data.Entity.Infrastructure;</p><p>This is the code snap shot in the Visual Studio 2012 that does not compile:</p><p><img src="http://i.stack.imgur.com/TM5ZA.png" alt=""></p><p>It seems that &quot;Infrastructure&quot; is a component of &quot;systems.data.entry.dll&quot; that I have set as a reference:</p><p><img src="http://i.stack.imgur.com/lFj0J.png " alt=""></p><p>But wait, there is more.&nbsp; The code, as it exists in the visual studio 2012, is copied from code from a project that does, in fact, compile in visual studio 2010.</p><p>Notice, that there is no little red curly line under Infrastructure when I declare that I am using the namespace System.Data.Entity.Infrastructure in Visual Studio 2010:</p><p><img src="http://i.stack.imgur.com/Q4y8P.png" alt=""></p><p>&nbsp;</p><p>The research I have done on this issue has lead to a dead-end.&nbsp; This seems to be some sort of required add-in according to this web page::</p><p><img src="http://i.stack.imgur.com/Ken4D.png" alt="" width="521" height="390"></p><p>You see, the problem seems to be centered around declaring and using the DbContext class.&nbsp; But when I tried running this program from Microsoft after I downloaded it, it showed me that it was not for Visual Studio 2012.</p><p><img src="http://i.stack.imgur.com/Q5DbG.png" alt=""></p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/d489b702090e470c847ba0d9008a11db#d489b702090e470c847ba0d9008a11db</link>
		<pubDate>Thu, 27 Sep 2012 08:22:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/d489b702090e470c847ba0d9008a11db#d489b702090e470c847ba0d9008a11db</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</title>
		<description><![CDATA[<p>Is the DbContext class defined and used differently in the version of C# for Visual Studio 2012 than in Visual Studio 2010?</p><p>I am using code written under Visual Studio 2010 as an example for a project I am writing for with Visual Studio 2012. I am having some difficulty using the DBContext class to instantiate a class. The code seems to required using the namespace System.Data.Entity.Infrastructure; and that does not seem to be defined in the newer System.Data.Entity reference.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/39d69426984f4b21a4f5a0d801752a1d#39d69426984f4b21a4f5a0d801752a1d</link>
		<pubDate>Wed, 26 Sep 2012 22:38:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-the-DbContext-class-defined-and-used-differently-in-the-version-of-C-for-Visual-Studio-2012-than-/39d69426984f4b21a4f5a0d801752a1d#39d69426984f4b21a4f5a0d801752a1d</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Looking for cool example/sample code for Azure</title>
		<description><![CDATA[<p>I am looking for some C# code that demonstrates how to upload a file onto the cloud.&nbsp; Of course, I have an account, and of course I expect it to only work, I guess, when I am logged in.&nbsp; But I want an example of how I can programmatically perform an uploading of a file to the cloud.&nbsp; I guess this will require a client and server project.&nbsp; I guess the client would be Silverlight or WPF and the client would be one project in the solution group.&nbsp; And there would be another project that is the back end server code that would required to be put on the cloud.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Looking-for-cool-examplesample-code-for-Azure/e0315370f42f465a9b8ea0d6016954d8#e0315370f42f465a9b8ea0d6016954d8</link>
		<pubDate>Mon, 24 Sep 2012 21:55:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Looking-for-cool-examplesample-code-for-Azure/e0315370f42f465a9b8ea0d6016954d8#e0315370f42f465a9b8ea0d6016954d8</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is LightSwitch Useless?</title>
		<description><![CDATA[<p>Is LightSwitch Useless?</p><p>I have used it to create a GUI to my SQL AZURE database, but there is no generated C# code go look at.&nbsp; Without this, I cannot easily customize what I want to do.</p><p>If you look at the Solution Explorer, you will not find any code to step into.&nbsp; So I do not know how customization can work.</p><p>[IMG]<img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/light_switch_no_c_sharp_code_zpsfe00d25e.png" alt="">[/IMG]</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Is-LightSwitch-Useless/ec6ca016b7bd47328f54a0d5013490a8#ec6ca016b7bd47328f54a0d5013490a8</link>
		<pubDate>Sun, 23 Sep 2012 18:43:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Is-LightSwitch-Useless/ec6ca016b7bd47328f54a0d5013490a8#ec6ca016b7bd47328f54a0d5013490a8</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I navigate from the Old Azure Dashboard to the New Azure Dashboard?</title>
		<description><![CDATA[<p>How do I navigate from the Old Azure Dashboard to the New Azure Dashboard?</p><p>SQL Azure has a new, default front-end user interface and an older version.&nbsp; I have been able to navigate to the older version UI but now I do not know how to get back to the newer version so that I can add some t-sql commands on my database.</p><p>This is how the older UI (the one I am stuck on) looks: <img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/oldwindow.png" alt=""></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-navigate-from-the-Old-Azure-Dashboard-to-the-New-Azure-Dashboard/17d0949e401742518c3fa0ce0163af1e#17d0949e401742518c3fa0ce0163af1e</link>
		<pubDate>Sun, 16 Sep 2012 21:35:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-navigate-from-the-Old-Azure-Dashboard-to-the-New-Azure-Dashboard/17d0949e401742518c3fa0ce0163af1e#17d0949e401742518c3fa0ce0163af1e</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I set up ACS in SQL Azure?</title>
		<description><![CDATA[<p>This leads me now to a different question which I will post as a separate thread.&nbsp; Basically, &quot;how do I get back?&quot; is my next question.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-set-up-ACS-in-SQL-Azure/c71af44caaf446b0b4fca0ce015f232c#c71af44caaf446b0b4fca0ce015f232c</link>
		<pubDate>Sun, 16 Sep 2012 21:18:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-set-up-ACS-in-SQL-Azure/c71af44caaf446b0b4fca0ce015f232c#c71af44caaf446b0b4fca0ce015f232c</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do I set up ACS in SQL Azure?</title>
		<description><![CDATA[<p>How do I set up ACS in SQL Azure?</p><p>I am trying&nbsp; a code sample from Azure that is to create a custom Login Page in ASP.NET and MVC 3.</p><p>It claims to use the ACS Management Portal. It instructs to log on to the my Azure homepage and &quot;navigate to the Service Bus, Access Control and Cashing section.&quot;&nbsp; Where is that?&nbsp; I do not see this on my Azure homepage.</p><p>The example is listed here:</p><p><a href="http://msdn.microsoft.com/en-us/library/windowsazure/hh127794.aspx">http://msdn.microsoft.com/en-us/library/windowsazure/hh127794.aspx</a></p><p>The step says:</p><h4 class="subHeading">To configure the sample via the ACS Management Portal</h4><div class="subSection"><ol class="ordered"><li><p>Open a browser, navigate to the <a href="http://go.microsoft.com/fwlink/?LinkId=130560">Windows Azure homepage</a> (http://go.microsoft.com/fwlink/?LinkId=130560), and sign in. Navigate to the <strong>Service Bus, Access Control, and Caching</strong> section to configure your ACS service namespace. Once you have created a namespace, select it and click <strong>Manage &gt; Access Control Service</strong>, located at the top of the page. This will launch the page in a new window.</p><p>&nbsp;</p><p>&nbsp;</p></li></ol></div><p>&nbsp;Where is that?&nbsp; I do not see this on my Azure homepage that I am instructed to navigate to.<img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/whereistheservicebus.png" alt=""></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-I-set-up-ACS-in-SQL-Azure/726f892fe5b047c8b298a0cc013c1161#726f892fe5b047c8b298a0cc013c1161</link>
		<pubDate>Fri, 14 Sep 2012 19:10:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-I-set-up-ACS-in-SQL-Azure/726f892fe5b047c8b298a0cc013c1161#726f892fe5b047c8b298a0cc013c1161</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you set up a foreign key in SQL Azure?</title>
		<description><![CDATA[<p>is that done on T-SQL?&nbsp; I think it has to be done with the Management Studio.</p><p><a href="http://www.youtube.com/watch?v=QDIHfE5utkk">http://www.youtube.com/watch?v=QDIHfE5utkk</a></p><p><img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/foreignkeyt-sql.png" alt=""></p><p>The youtube video instructs to use this syntax.&nbsp; But what is the constraint?&nbsp; Which table should be altered -- the main one or the index table?</p><p>This instructional video does not explain how it is to be done.&nbsp; It shows how to create the required three constraints but nothing beyond that.&nbsp; So, what else do I do?</p><p><img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/createprimarykeyconstraint.png" alt="" width="314" height="116"></p><p><img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/secondarytableconstraint.png" alt="" width="239" height="111"></p><p><img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/Foreignkeyconstraint.png" alt="" width="345" height="126"></p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-you-set-up-a-foreign-key-in-SQL-Azure/d16da7c39cfe443e91b7a0cb01704b58#d16da7c39cfe443e91b7a0cb01704b58</link>
		<pubDate>Thu, 13 Sep 2012 22:20:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-you-set-up-a-foreign-key-in-SQL-Azure/d16da7c39cfe443e91b7a0cb01704b58#d16da7c39cfe443e91b7a0cb01704b58</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you set up a foreign key in SQL Azure?</title>
		<description><![CDATA[<p>How do you set up a foreign key in SQL Azure?</p><p>I have a database now on the Azure system.</p><p>The tables in the database have an intended use such that there is one main, logically centralized table and then there are a number of tables which each describe some column in the main table.&nbsp; For example, if I have an age classification column in the main table, I might have a separate table which lists some categories of the age classification (as a string) and some associated index.&nbsp; Then the index from the age classification table would be used as a reference in the main table.</p><p>Is this what a foreign key is?&nbsp; Is there some way in SQL Azure to make the association between these indexes?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-you-set-up-a-foreign-key-in-SQL-Azure/ec7bb33c8d784c0e80fca0c80003d881#ec7bb33c8d784c0e80fca0c80003d881</link>
		<pubDate>Mon, 10 Sep 2012 00:14:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-you-set-up-a-foreign-key-in-SQL-Azure/ec7bb33c8d784c0e80fca0c80003d881#ec7bb33c8d784c0e80fca0c80003d881</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - What is the SQL Azure Report Viewer?</title>
		<description><![CDATA[<p>What is the SQL Azure Report Viewer?</p><p>The sample code &quot;Windows Azure SQL Reporting ReportViewer-SOAP API usage sample&quot; requires it:</p><p>Prerequisites •You must install the Windows Azure Software Development Kit (SDK) 1.3 or later to run this sample. You can get the latest version at Windows Azure SDK Downloads. •An active account for SQL Reporting with the server name, username, and password. See&nbsp; <a href="http://go.microsoft.com/fwlink/?LinkID=204134">http://go.microsoft.com/fwlink/?LinkID=204134</a>. •Reports hosted in your SQL Reportinginstance. See the related sample at <a href="http://archive.msdn.microsoft.com/SQLAzureReports">http://archive.msdn.microsoft.com/SQLAzureReports</a>.</p><p>But the link for &quot;SQL Reporting&quot; seems to be a dead link.&nbsp; And I do not see a feature on my Azure account that is SQL Reporting:</p><p><img src="http://i67.photobucket.com/albums/h292/Athono/AZURE/reporting-1.png" alt=""></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/What-is-the-SQL-Azure-Report-Viewer/05cd855e965e4e68be46a0c800033167#05cd855e965e4e68be46a0c800033167</link>
		<pubDate>Mon, 10 Sep 2012 00:11:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/What-is-the-SQL-Azure-Report-Viewer/05cd855e965e4e68be46a0c800033167#05cd855e965e4e68be46a0c800033167</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you output the contents of a Dictionary class?</title>
		<description><![CDATA[<p>This is kind of a follow up to this post:</p><p><a href="http://channel9.msdn.com/Forums/TechOff/How-To-Modify-An-Element-in-the-Dictionary-Class">http://channel9.msdn.com/Forums/TechOff/How-To-Modify-An-Element-in-the-Dictionary-Class</a></p><p>Once I have the data nice and sorted like I want it, how do I spew it back out in the nice and ordered fashion?</p><p>In C#, how do you output the contents of a Dictionary class?</p><p>Once you have loaded a Dictionary class with keys and values, how do I cycle through them and output the individual values in a foreach loop?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-do-you-output-the-contents-of-a-Dictionary-class/cb963fc782c14f4db135a0b6001c9628#cb963fc782c14f4db135a0b6001c9628</link>
		<pubDate>Thu, 23 Aug 2012 01:44:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-do-you-output-the-contents-of-a-Dictionary-class/cb963fc782c14f4db135a0b6001c9628#cb963fc782c14f4db135a0b6001c9628</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How To Modify An Element in the Dictionary Class?</title>
		<description><![CDATA[<p>How To Modify An Element in the Dictionary Class? =======================================</p><p>C# has this cool Dictionary class that you can use like a Hash Table.&nbsp; Is there a way of changing the value of an indexed element without resorting to removing it like this?<pre class="brush: csharp">               int value = runningcount[city];
                runningcount.Remove(city);
                runningcount.Add(city, &#43;&#43;value);</pre></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/How-To-Modify-An-Element-in-the-Dictionary-Class/9e6198b35f8e4628ae10a0b101816bbd#9e6198b35f8e4628ae10a0b101816bbd</link>
		<pubDate>Sat, 18 Aug 2012 23:23:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/How-To-Modify-An-Element-in-the-Dictionary-Class/9e6198b35f8e4628ae10a0b101816bbd#9e6198b35f8e4628ae10a0b101816bbd</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Organize Data From A File</title>
		<description><![CDATA[<p>There are some cool classes and tricks and short cuts in C#.&nbsp; I know this but I have not worked with C# enough to have them memoried.</p><p>One cool trick is this.&nbsp; If you read from a file data that is arranged in a similar line-by-line structure where each line is arranged in columns spaced out by tabs, the data can be read into a kind of class in C# and then you can parse out one column of data by simply doing a &quot;for each&quot; command.&nbsp; Does anyone know off-hand how this is done?</p><p>Basically, what I am talking about is this.&nbsp; I understand how to read a file line by line:</p><p><pre class="brush: csharp">            int counter = 0;        
            string line;
             System.IO.StreamReader file =
                new System.IO.StreamReader(filename);
            while ((line = file.ReadLine()) != null)
             {
                 Console.WriteLine(line);
                 counter&#43;&#43;;
             }
            file.Close();</pre></p><p>Now, how would I go about replacing Console.WriteLine(line); with code that will organize the data automatically into members of a class provided that the line columns in the input file are seperated by /t (tabs)?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Organize-Data-From-A-File/3d9cf5706e534decb8fda0ac015ccb96#3d9cf5706e534decb8fda0ac015ccb96</link>
		<pubDate>Mon, 13 Aug 2012 21:09:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Organize-Data-From-A-File/3d9cf5706e534decb8fda0ac015ccb96#3d9cf5706e534decb8fda0ac015ccb96</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Does Microsoft have anything like camstudio or camtasia?</title>
		<description><![CDATA[<p>Is it in productsweb?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Does-Microsoft-have-anything-like-camstudio-or-camtasia/e409cc206bcb4a818233a07b01021fba#e409cc206bcb4a818233a07b01021fba</link>
		<pubDate>Mon, 25 Jun 2012 15:39:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Does-Microsoft-have-anything-like-camstudio-or-camtasia/e409cc206bcb4a818233a07b01021fba#e409cc206bcb4a818233a07b01021fba</guid>
		<dc:creator>complete</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/complete/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>