<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adventures With .Net &#187; Uncategorized</title>
	<atom:link href="http://adventureswith.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://adventureswith.net</link>
	<description>C# and the like</description>
	<lastBuildDate>Tue, 15 Nov 2011 15:34:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using TortoiseGit with GitHub&#8211; A checklist rather than tutorial</title>
		<link>http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/</link>
		<comments>http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 14:13:39 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[TortoiseGit]]></category>

		<guid isPermaLink="false">http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/</guid>
		<description><![CDATA[Install msysGit&#160; http://code.google.com/p/msysgit/ Create a SSH key using Bash (id_rsa and id_rsa.pub) Install TortoiseSVN Use plink Use puttyGEN, which comes with TortoiseGit, to create a Putty private key from id_rsa like so:puttyGen –&#62; Conversions –&#62; Import Key –&#62;Open %userprofile%\.ssh\id_rsa –&#62; &#8230; <a href="http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-2850"></div></div><ol>
<li>Install msysGit&nbsp; <a title="http://code.google.com/p/msysgit/" href="http://code.google.com/p/msysgit/">http://code.google.com/p/msysgit/</a></p>
</li>
<li>Create a SSH key using Bash (<em>id_rsa</em> and <em>id_rsa.pub</em>)
</li>
<li>Install TortoiseSVN</li>
<ol>
<ol>
<li>Use <em>plink</p>
<p></em></li>
</ol>
<p><!--EndFragment--></ol>
<li>Use puttyGEN, which comes with TortoiseGit, to create a Putty private key from <em>id_rsa </em>like so:<br />puttyGen –&gt; <br />Conversions –&gt; <br />Import Key –&gt;<br />Open <em>%userprofile%\.ssh\id_rsa –&gt;<br /> Save Private Key</em> as private.ppk (or whatever you want)
</li>
<li>Register your Private Key (<em>id_rsa</em>) with GitHub i.e. Copy/paste the text inside the file into your Github account SSH Key (<a title="https://github.com/account" href="https://github.com/account">https://github.com/account</a> –&gt; SSH Public Keys)<br /><em></li>
<p></em>
<li>Set your details from the Git Bash command line. The token is available from your Github Account Settings.<br /><font face="Courier New"><br />git config &#8211;global user.name &#8220;Your Name&#8221;<br />git config &#8211;global user.email &#8220;your@email.com&#8221;<br /></font><font face="Courier New">git config &#8211;global github.user your-github-name<br />git conf</font><font face="Courier New">ig &#8211;global github.token your-github-token<br /></font></li>
<li>Get the Repository’s Read + Write SSH URL<br /><a href="http://adventureswith.net/wp-content/uploads/2011/11/image5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2011/11/image_thumb5.png" width="770" height="218"></a>
</li>
<li>Clone the repository to a folder using TortoiseGit </li>
<ol>
<li>Load the putty key <em>%userprofile%\.ssh\private.ppk</em>&nbsp; if that is where you saved it.</li>
</ol>
</ol>
<h3>Disclaimer</h3>
<p>This is a rough summary of what to do, and more of a reminder to my future self. If you have any suggestions, let me know. </p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSI Executable&#8211;Extract to a folder</title>
		<link>http://adventureswith.net/msi-executableextract-to-a-folder/</link>
		<comments>http://adventureswith.net/msi-executableextract-to-a-folder/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 11:02:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adventureswith.net/msi-executableextract-to-a-folder/</guid>
		<description><![CDATA[Today I had the unfortunate situation of installing sample code files. This means downloading a MSI and then running it so it can place the sample code somewhere on your computer. I don’t think any developer can appreciate this. Where &#8230; <a href="http://adventureswith.net/msi-executableextract-to-a-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-2480"></div></div><p>Today I had the unfortunate situation of installing sample code files. This means downloading a MSI and then running it so it can place the sample code somewhere on your computer. I don’t think any developer can appreciate this. Where is the zip file? </p>
<p>Well, it kind of is a zip file. In a sense. You can run a command to output that pesky MSI to a folder. How? </p>
<p>Running as admin:</p>
<p><font face="Courier New">msiexec /a yourmsi.msi /qb TARGETDIR=c:\output_to_here\</font></p>
<p>Credit to <a href="http://stackoverflow.com/questions/549065/how-to-extract-files-from-msi-package">neoice for answering this in StackOverflow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/msi-executableextract-to-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start of a new site: safetaxi.info</title>
		<link>http://adventureswith.net/start-of-a-new-site-safetaxi-info/</link>
		<comments>http://adventureswith.net/start-of-a-new-site-safetaxi-info/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 12:13:28 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[safetaxi]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/start-of-a-new-site-safetaxi-info/</guid>
		<description><![CDATA[This is a pre release plug for safetaxi.info &#8211; a find a taxi service in London for people on the run. Not up yet, but when it is..oooohh http://safetaxi.info]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-1260"></div></div><p><img class="alignleft size-full wp-image-124" title="Transport_for_london" src="http://adventureswith.net.april.arvixe.com/wp-content/uploads/2010/11/Transport_for_london.gif" alt="" width="200" height="200" /><br />
This is a pre release plug for safetaxi.info &#8211; a find a taxi service in London for people on the run. Not up yet, but when it is..oooohh</p>
<p><a title="Safer Taxis in London" href="http://safetaxi.info" target="_blank">http://safetaxi.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/start-of-a-new-site-safetaxi-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crashing Visual Studio after debugging ASP Classic</title>
		<link>http://adventureswith.net/crashing-visual-studio-after-debugging-asp-classic/</link>
		<comments>http://adventureswith.net/crashing-visual-studio-after-debugging-asp-classic/#comments</comments>
		<pubDate>Mon, 10 May 2010 10:05:04 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp classic]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/crashing-visual-studio-after-debugging-asp-classic/</guid>
		<description><![CDATA[I hate ASP classic. I hate it with a passion. AND THEN when your browser crashes every time that you go to debug it, you start building muderous tendancies. Anyway, Found a solution. Hot fix to VS 2008 that fixes &#8230; <a href="http://adventureswith.net/crashing-visual-studio-after-debugging-asp-classic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-1230"></div></div><p>I hate ASP classic. I hate it with a passion. AND THEN when your browser crashes every time that you go to debug it, you start building muderous tendancies.</p>
<p>Anyway, Found a solution. Hot fix to VS 2008 that fixes this and a few things that I didnt care about.</p>
<p><a href="http://code.msdn.microsoft.com/KB967631">http://code.msdn.microsoft.com/KB967631</a></p>
<blockquote><p>This QFE fixes three complete separate issues in the VS2008 SP1  Debugger:<br />
- Debugger can hang the IDE after setting a breakpoint when  working with a large C++ project<br />
- Breakpoints do not bind correctly  when an MSIL file is built containing .line directives<br />
- VS crashes  when debugging a classic ASP web and debugging is stopped.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/crashing-visual-studio-after-debugging-asp-classic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Deployment with VS2010 and IIS7</title>
		<link>http://adventureswith.net/web-deployment-with-vs2010-and-iis7/</link>
		<comments>http://adventureswith.net/web-deployment-with-vs2010-and-iis7/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:45:34 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/web-deployment-with-vs2010-and-iis7/</guid>
		<description><![CDATA[Have watched a great presentation today from Scott Hanselman from the MIX 10 conference. YOU MUST/NEED TO WATCH THIS!&#160; -&#62; Scott Hanselman presents the IIS Web Deploy There were a few great ideas built in to his story, such as &#8230; <a href="http://adventureswith.net/web-deployment-with-vs2010-and-iis7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-1160"></div></div><p>Have watched a great presentation today from Scott Hanselman from the MIX 10 conference. </p>
<p>YOU MUST/NEED TO WATCH THIS!&#160; -&gt; <a title="http://blogs.iis.net/shanselman/archive/2010/03/24/web-deployment-made-awesome-if-you-re-using-xcopy-you-re-doing-it-wrong.aspx" href="http://blogs.iis.net/shanselman/archive/2010/03/24/web-deployment-made-awesome-if-you-re-using-xcopy-you-re-doing-it-wrong.aspx">Scott Hanselman presents the IIS Web Deploy</a></p>
<p>There were a few great ideas built in to his story, such as Web Deploy sitting on the back of a continuous integration setup and pushing out all the good stuff on successful build. </p>
<p>A problem I had while setting up Web Deploy was that there was no <strong>“Management Service Delegation” </strong>icon in IIS after installing the Web Deploy tool from the Web Platform Installer. </p>
<p>I solved it by <a href="http://technet.microsoft.com/en-us/library/dd569059%28WS.10%29.aspx">downloading the actual install for the Web Deployment tool</a> itself, then changing the setup so that IIS management items were installed. Voila! I have my icon:</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/04/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/04/image_thumb.png" width="535" height="121" /></a> </p>
<p>Also, I had to add (for some unknown reason) an allow all IP range into my Management Service to stop 404 Errors.</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/04/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/04/image_thumb1.png" width="442" height="239" /></a>&#160;</p>
<p><a title="http://forums.iis.net/t/1163109.aspx" href="http://forums.iis.net/t/1163109.aspx">credit to <a href="http://forums.iis.net/members/AndyFraley.aspx">AndyFraley</a> @ IIS Forum – Web Deploy thread &#8211; http://forums.iis.net/t/1163109.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/web-deployment-with-vs2010-and-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiddler, Visual Studio and Localhost working together!</title>
		<link>http://adventureswith.net/fiddler-visual-studio-and-localhost-working-together/</link>
		<comments>http://adventureswith.net/fiddler-visual-studio-and-localhost-working-together/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:47:59 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=102</guid>
		<description><![CDATA[&#160; I found two new tricks to make all these things work together for debugging a Visual Studio Asp.Net web project on Localhost. Here they are: Disable IPv6 – This stops the “Fiddler: No connection could be made because the &#8230; <a href="http://adventureswith.net/fiddler-visual-studio-and-localhost-working-together/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-1030"></div></div><p>&#160;</p>
<p>I found two new tricks to make all these things work together for debugging a Visual Studio Asp.Net web project on Localhost. Here they are:</p>
<ol>
<li><strong>Disable IPv6</strong> – This stops the “Fiddler: No connection could be made because the target machine actively refused it” message.&#160; (<a href="http://blogs.msdn.com/mikeormond/archive/2008/01/29/fiddler-no-connection-could-be-made-because-the-target-machine-actively-refused-it.aspx" target="_blank">Credit to Mike Ormand</a>) This happens as visual studio will not allow external connections to the “test” server it creates, so all requests must be local.       <br />For some reason it treats fiddler IPv6 connections as external, and therefore nothing works through the fiddler proxy.       <br /><a href="http://adventureswith.net/wp-content/uploads/2010/02/fiddler_disableIPv6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="fiddler_disableIPv6" border="0" alt="fiddler_disableIPv6" src="http://adventureswith.net/wp-content/uploads/2010/02/fiddler_disableIPv6_thumb.png" width="441" height="252" /></a> </li>
<li><strong>Instead of using localhost, use localhost.</strong>&#160; &lt;- notice the fullstop / period on the end of the localhost. This makes it look external, so the requests show up in your Fiddler GUI.       <br /><a href="http://adventureswith.net/wp-content/uploads/2010/02/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb7.png" width="308" height="62" /></a> </li>
</ol>
<p>And there you go! A working Fiddler session off the Localhost.</p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/fiddler-visual-studio-and-localhost-working-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employers: Codility for testing your applicants!</title>
		<link>http://adventureswith.net/employers-codility-for-testing-your-applicants/</link>
		<comments>http://adventureswith.net/employers-codility-for-testing-your-applicants/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:23:47 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=96</guid>
		<description><![CDATA[This is about Codility Candidate Testing I just did a test on Codility and it’s great! In fact, this is sooo much than PreVisor (http://select2perform.com) which I had to use the other day. You can write your code in any &#8230; <a href="http://adventureswith.net/employers-codility-for-testing-your-applicants/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-970"></div></div><p>This is about <a href="http://codility.com" target="_blank">Codility Candidate Testing</a></p>
<p>I just did a test on Codility and it’s great! In fact, this is sooo much than PreVisor (<a href="http://select2perform.com">http://select2perform.com</a>) which I had to use the other day.</p>
<p>You can write your code in any language (as long as its in Java, C#, C++, Javascript, Ruby, Pearl, Python, Pascal, C and I think a few more)</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb4.png" width="450" height="249" /></a> </p>
<p>Maybe I like it because I did so well <img src='http://adventureswith.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb5.png" width="244" height="105" /></a> </p>
<p>&#160;</p>
<p>You have a simple test system initially so you can check if your code compiles and fits the initial test. Then you submit it to the hard core tests which tries to break it, and you get a score. </p>
<p>&#160;</p>
<p>The analysis is very cool: </p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb6.png" width="332" height="430" /></a> </p>
<p>And I know why i failed test 4. Should have used double instead of int. But that’s why you use TDD, ‘cause those mistakes are easily made.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/employers-codility-for-testing-your-applicants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Ubiquity Command for StackOverflow</title>
		<link>http://adventureswith.net/firefox-ubiquity-command-for-stackoverflow/</link>
		<comments>http://adventureswith.net/firefox-ubiquity-command-for-stackoverflow/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 16:12:09 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=65</guid>
		<description><![CDATA[Just made a quick and dirty Ubiquity command for StackOverflow searches. Download from GitHub:&#160; Ubiquity StackOverflow Search&#160; Don’t know Ubiquity? It’s like a Command Line for the web but… it’s really cool! Trust me. Watch the clip below. Sure it &#8230; <a href="http://adventureswith.net/firefox-ubiquity-command-for-stackoverflow/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-660"></div></div><p>Just made a quick and dirty Ubiquity command for StackOverflow searches. </p>
<p>Download from GitHub:&#160; <a href="https://gist.github.com/0c8ff7a46651608e9fda/31e609d56a3c68fb4e5c14f524cfa399c2cb985f" target="_blank">Ubiquity StackOverflow Search</a>&#160;</p>
<p>Don’t know Ubiquity?</p>
<p>It’s like a Command Line for the web but… it’s really cool! Trust me. Watch the clip below. Sure it starts out dull, but then so does District 9. Then bam, explosions and stuff! It’s not 0.1 anymore either, so ignore that bit. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:262dcc49-9b58-4228-8fdd-34876cbfdbb6" class="wlWriterEditableSmartContent">
<div><object width="400" height="298"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1561578&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1561578&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="298"></embed></object></div>
</div>
<p>The link to get it is <a title="https://mozillalabs.com/ubiquity/" href="https://mozillalabs.com/ubiquity/">https://mozillalabs.com/ubiquity/</a>    <br />Then go to <a href="about:ubiquity" target="_blank">about:ubiquity</a> and read the Commands. There are lots!</p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/firefox-ubiquity-command-for-stackoverflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global.asax Events and Descriptions</title>
		<link>http://adventureswith.net/global-asax-events-and-descriptions/</link>
		<comments>http://adventureswith.net/global-asax-events-and-descriptions/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 11:08:21 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=49</guid>
		<description><![CDATA[This is a direct quote from the Wikipedia page on Global.asax. Just thought it would be nice to a quick list to refer to. Application_Init Fires when the application initializes for the first time. Application_Start Fires the first time an &#8230; <a href="http://adventureswith.net/global-asax-events-and-descriptions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-500"></div></div><p>This is a direct quote from <a href="http://en.wikipedia.org/wiki/Global.asax#Events_in_the_Global.asax_file" target="_blank">the Wikipedia page on Global.asax</a>. Just thought it would be nice to a quick list to refer to. </p>
<ul>
<li><strong>Application_Init</strong></li>
<ul>
<li>Fires when the application initializes for the first time. </li>
</ul>
<li><strong>Application_Start</strong></li>
<ul>
<li>Fires the first time an application starts. </li>
</ul>
<li><strong>Session_Start</strong></li>
<ul>
<li>Fires the first time when a user’s session is started. </li>
</ul>
<li><strong>Application_BeginRequest</strong></li>
<ul>
<li>Fires each time a new request comes in. </li>
</ul>
<li><strong>Application_EndRequest</strong></li>
<ul>
<li>Fires when the application terminates. </li>
</ul>
<li><strong>Application_AuthenticateRequest</strong></li>
<ul>
<li>Indicates that a request is ready to be authenticated. </li>
</ul>
<li><strong>Application_Error</strong></li>
<ul>
<li>Fires when an unhandled error occurs within the application. </li>
</ul>
<li><strong>Session_End</strong></li>
<ul>
<li>Fires whenever a single user Session ends or times out. </li>
</ul>
<li><strong>Application_End</strong></li>
<ul>
<li>Fires when the application ends or times out (Typically used for application cleanup logic). </li>
</ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/global-asax-events-and-descriptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.Net MVC 2 Action Results</title>
		<link>http://adventureswith.net/asp-net-mvc-2-action-results/</link>
		<comments>http://adventureswith.net/asp-net-mvc-2-action-results/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:00:05 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp mvc]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=33</guid>
		<description><![CDATA[A handy list of ActionResult’s that I found on StackOverflow thanks to Chris.S and his reference to the MSDN doc. ContentResult Writes a string value directly into the HTTP response. EmptyResult Does not write to the HTTP response. FileContentResult Takes &#8230; <a href="http://adventureswith.net/asp-net-mvc-2-action-results/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-340"></div></div><p>A handy list of ActionResult’s that <a href="http://stackoverflow.com/questions/1267043/all-inbuilt-actionresults-in-asp-net-mvc" target="_blank">I found on StackOverflow</a> thanks to Chris.S and his reference to the <a href="http://msdn.microsoft.com/en-us/magazine/dd695917.aspx" target="_blank">MSDN doc</a>.</p>
<p><strong>ContentResult</strong>    <br />Writes a string value directly into the HTTP response.</p>
<p><strong>EmptyResult</strong>    <br />Does not write to the HTTP response. </p>
<p><strong>FileContentResult</strong>    <br />Takes the contents of a file (represented as an array of bytes) and write the contents into the HTTP response.</p>
<p><strong>FilePathResult</strong>    <br />Takes the contents of a file at the given location and writes the contents into the HTTP response.</p>
<p><strong>FileStreamResult</strong>    <br />Takes a file stream produced by the controller and writes the stream into the HTTP response.</p>
<p><strong>HttpUnauthorizedResult</strong>    <br />A special result used by authorization filters when authorization checks fail. </p>
<p><strong>JavaScriptResult</strong>    <br />Responds to the client with a script for the client to execute.</p>
<p><strong>JsonResult</strong>    <br />Responds to the client with data in JavaScript Object Notation (JSON).</p>
<p><strong>RedirectResult</strong>    <br />Redirects the client to a new URL.</p>
<p><strong>RedirectToRouteResult</strong>    <br />Renders the specified view to respond with an HTML fragment (typically used in AJAX scenarios).</p>
<p><strong>PartialViewResult</strong>    <br />Renders the specified view to respond with an HTML fragment (typically used in AJAX scenarios).</p>
<p><strong>ViewResult</strong>    <br />Renders the specified view and responds to the client with HTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/asp-net-mvc-2-action-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

