<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"><channel><title>ASP.NET 4 "Quick Hit" - Permanent Redirect</title><link>http://www.asp.net</link><pubDate>Mon, 08 Nov 2010 11:49:47 GMT</pubDate><generator>umbraco</generator><description>Comments for ASP.NET 4 "Quick Hit" - Permanent Redirect</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33669" rel="self" type="application/rss+xml" /><item><title>Comment Posted by abinashbishoyi</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Sat, 07 Nov 2009 01:15:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008481</guid><description><![CDATA[ <p>Thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/abinashbishoyi.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Nirvana666</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Sat, 07 Nov 2009 20:23:48 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008482</guid><description><![CDATA[ <p>thanks joe</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Nirvana666.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ccatto</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Tue, 10 Nov 2009 18:38:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008483</guid><description><![CDATA[ <p>Hey Joe,</p><p></p><p>301 Redirects are good for SEO. Response.RedirectPermanent(&quot;~/newpage.aspx&quot;) looks useful. Another good vid!</p><p></p><p>Thx 4 the info,</p><p>Catto</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ccatto.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by balapraveen</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Fri, 04 Dec 2009 06:39:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008484</guid><description><![CDATA[ <p>thanks joe. nice video..</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/balapraveen.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by himavejella</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Thu, 10 Dec 2009 12:18:21 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008485</guid><description><![CDATA[ <p>Unbale to view or examine Live HTTP headers even after firefox Add in is installed .Can any one tell me the reason?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/himavejella.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shaikmujahid</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Sat, 12 Dec 2009 02:02:53 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008486</guid><description><![CDATA[ <p>Hi All,</p><p></p><p>Can you please tell me in which cases do we need to user perminent redirect and in which case we should not.</p><p></p><p>and what is the use or HTTP 301 response</p><p></p><p>Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/shaikmujahid.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by anup1252000</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Tue, 05 Jan 2010 03:12:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008487</guid><description><![CDATA[ <p>cool video</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/anup1252000.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by smnbss</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Fri, 29 Jan 2010 11:04:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008488</guid><description><![CDATA[ <p>@shaikmujahid</p><p><a rel="nofollow" href="http://www.seobuzzbox.com/understanding-the-301-redirect/" target="_blank">www.seobuzzbox.com/</a></p><p></p><p>ex: when your page is</p><p>/page?product=11</p><p>and you implement a system to rename your page</p><p>/product/banana</p><p></p><p>it&#39;s always good to catch the old urls and do a 301 redirect to the new one, so that google understand that the 2 urls are the same page</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/smnbss.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by immi_83</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Mon, 01 Feb 2010 15:56:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008489</guid><description><![CDATA[ <p>hi i am unable to see or download any of these videos i have also installed silverlight plugin 3 but all in vain can some one like to help me please??? </p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/immi_83.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by zubairdotnet</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Sun, 07 Feb 2010 16:08:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008491</guid><description><![CDATA[ <p>I made an C# Extension method to do this in .NET 3.5, check it out <a rel="nofollow" href="http://bit.ly/d9ZiqT" target="_blank">bit.ly/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/zubairdotnet.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rami_nassar</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Wed, 10 Mar 2010 04:43:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008492</guid><description><![CDATA[ <p>Thanks Joe</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/rami_nassar.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by guptamurali</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Sun, 14 Mar 2010 13:31:39 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008493</guid><description><![CDATA[ <p>Thanks for the nice video. Can u tell some situations expect this  where we use these method?because it&#39;s similar to the response.redirect method!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/guptamurali.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by abelanet</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Mon, 15 Mar 2010 23:08:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008494</guid><description><![CDATA[ <p>Interesting, thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/abelanet.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by theyenine</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Tue, 13 Apr 2010 01:19:50 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008495</guid><description><![CDATA[ <p>I don&#39;t understand the obsession with videos this site has. Instead of reading a written article and skipping some points seasoned ASP.NET developers are already familiar with, they are forced to:</p><p></p><p>a. watch the entire video or</p><p>b. drag the slider to guess at which point it&#39;s discussing something actually new</p><p></p><p>It shouldn&#39;t take a web developer 5 minutes and 35 seconds to find out that the HttpResponse class has a new method called RedirectPermanent.</p><p></p><p>The iPad promotion page ( <a rel="nofollow" href="http://www.apple.com/ipad/features/" target="_blank">www.apple.com/</a> ) has many videos. But the HTML page itself takes front and center stage. Guess which method gets to the point quicker?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/theyenine.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ajay_gautamji</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Sun, 19 Sep 2010 14:14:57 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010305</guid><description><![CDATA[ <p>Thank you, nice video...</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/ajay_gautamji.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by atomiton</title><link>http://www.asp.net/web-forms/videos/net-4/routing/aspnet-4-quick-hit-permanent-redirect</link><pubDate>Mon, 08 Nov 2010 11:49:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010871</guid><description><![CDATA[ <p>@theyenine. I think it&#39;s pretty obvious that this site is not for seasoned developers. That being said, I too would&#39;ve liked a summary at the beginning of the video which said: &quot;Today I&#39;m going to show you how to use a new feature in .Net 4: Response.RedirectPermanent to generate 301 response&#39;s. The seasoned developers could ignore the rest of the videos and the newbs could watch the rest. As you can see from the comments, it was useful to some people who didn&#39;t understand the difference from the already existing method: Response.Redirect.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/atomiton.jpg?forceidenticon=false&amp;dt=635047523400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>