ASP.NET

Buy me a beer or a book?

amazon PayPal - The safer, easier way to donate online!

15 Feb 2009
11:49am

C# - RSS Feed Reader with ASP.NET

A while ago I was tasked with creating a website whereby a website could pickup rss feeds which were listed in a database and then grab the RSS feed form the URL parse it and display it on the page, this is the code that I came up with which is kinda basic, but...it works!

Read more » 0 Comments

31 Jan 2009
05:57pm

ASP.NET - Making a comprehensive 404 page

When I was doing a project at work I was tasked with setting up a 404 page for an ASP.NET website, and generally just making sure there wasn't any conflicts. As I am normally a PHP developer I figured it wouldn't be too hard as its very easy to assign a 404 error to a certain file with Apache using a .htaccess file. I was about to be very put off by how difficult it was to actually get this working, and further more, how under-documented it was online. So I decided to write up a very quick and easy instruction manual.

Read more » 0 Comments

Free Downloads