Archive

Archive for February, 2007

ScottGu on Url Rewriting with ASP.NET

February 28th, 2007 Sean No comments

You just know when Scott Guthrie posts something on his blog that you have got to read it because it is going to be top quality. In this post Scott writes about URL Rewriting so this would allow you to use URLs such as www.seandeasy.com/5-podcasts-that-every-net-developer-should-be-listening-to/ instead of www.seandeasy.com/?p=57 which both point to the same point.

Now this blog uses PHP on Apache and the URL Rewriting is achieved using mod_rewrite rules. Some of the benefits of the URLs after the URL rewriting are:

  • More human friendly URLS
  • More search engine friendly URLs – before search engine bots used to hate URLs with ?param= in them probably not so much an issue any more.
  • Since the keywords are mentioned in the URL this helps increase your Google pagerank

I did some URL rewriting in ASP.NET 1.1 using a custom http handler. Scott writes about how to achieve URL rewriting in ASP.NET and goes on to say that in IIS7 it will be much easier to achieve full extensionless URL rewriting using a HttpModule. This will make it quite straight forward to have extension less URLs like http://www.seandeasy.com/5-podcasts-that-every-net-developer-should-be-listening-to/ under IIS.

In appears that on URL Rewriting, IIS is playing catch up with Apache.

Check out Scott’s post
Url Rewriting with ASP.NET

If this post has helped you please consider making a donation.

Categories: .NET Tags:

5 podcasts that every .net developer should be listening to

February 27th, 2007 Sean 6 comments

One of the best ways for a software developer to keep up to date with all the new technologies is to listen to podcasts. I find podcasts a great to keep up to date on the latest .net technologies while I’m commuting to work.

Here is my list of top five .net related podcasts that every .net developer should be listening to in order to keep up to date:

HanselMinutes
This is my favorite .net podcast of all. It is presented by Scott Hanselman and Carl Franklin and they discuss .net related topics. Some shows are about the latest .net tools and other shows are interviews with .net experts. The shows are produced very professionally and the quality is top notch. Each show is only around 20-30 minutes so there is no waffle just great info!

Hanselminutes is a weekly audio talk show with noted web developer and technologist Scott Hanselman and hosted by Carl Franklin. Scott discusses utilities and tools, gives practical how-to advice, and discusses ASP.NET or Windows issues and workarounds.

http://www.hanselminutes.com/

Dot Net Rocks
Dot Net Rocks has been around for many years with their first show produced in 2002. It is a weekly talk show for anyone interested in programming on the Microsoft .NET platform. The show is hosted by Carl Franklin and Richard Campbell and most of the shows are interviews with .NET experts. The shows are typically slightly over 1 hour and have very good content.
http://www.dotnetrocks.com

ArCast
Arcast is a podcast about design and software architecture. If you are a team lead/architect or just generally interested in system design in the .NET space then you should tune in. It is hosted by Ron Jacobs and since 2005 he has been interviewing architects around the globe for the show.
http://www.skyscrapr.net/blogs/arcasts/

Polymorphic Podcast
Polymorphic Podcast is hosted by Craig Shoemaker and deals with a wide range of .NET topics and interviews with .NET experts from around the globe.
http://www.polymorphicpodcast.com/

ASP.NET Podcast
The ASP.NET podcast (as the name suggests) is more focused on the ASP.NET and is hosted by Wally McClure. So if you are interested in ASP.NET, Ajax, JSON, etc. then this is the show for you.
http://aspnetpodcast.com/CS11/

If you haven’t caught on to the great benefits of podcasts I seriously suggest that you subscribe to the podcasts and start listening. At a time when there is a huge amount of new technologies / products being released this is a great way to say up to date.

Let me know what you think!
Do you listen to these podcasts already ? Are there other great .NET podcasts that I missed?

If this post has helped you please consider making a donation.

Categories: .NET, Media, Software Development Tags:

Links for 2007-02-25

February 26th, 2007 Sean No comments
Categories: General Tags: