Richard McCutchen | August 27, 2011
I know at some point you’re going to need to display an RSS feed from another site, and that’s where this posting from comes from. There are many ways one can parse and display the other sites feed. There’s the, Microsoft even included ways right in the Framework for parsing & eading an RSS feed. [...]
Category: ASP.NET MVC 2, XML |
1 Comment »
Tags: mvc, rss, xml
Richard McCutchen | August 26, 2011
Well it’s time again (I know, I know… I missed a few weeks but it will get better). Most of you know what Follow Friday is, it’s where you provide people others should be following and the reason why. I prefer to use my blog for this because I can’t say a lot about 4 [...]
Category: Follow Friday, General Rantings |
No Comments »
Tags:
Richard McCutchen | August 19, 2011
Well it’s that time again, time for my #FollowFriday list. I know they havent been consistent but I’ve just been slammed with work, so not much free time to play around, but I figured it’d been long enough since the last one and time for a new one, so let’s get to the list: Richard [...]
Category: Follow Friday, General Rantings |
No Comments »
Tags: Follow Friday
Richard McCutchen | August 9, 2011
I dont know how many times I’ve seen someone post an error message and ask how to fix it. Does it irritate me , you bet it does.
Category: General Rantings |
2 Comments »
Tags: debugging, development
Richard McCutchen | August 2, 2011
Working with MVC (ether 2 or 3) there are numerous ways of dealing with exceptions, so I’m going to be writing a few entries to show good ways to handle these issues, and the these classes will inherit cases from ActionResults to ViewResults, allowing you to handle your exceptions (handled or unhandled) is a cleaner [...]
Category: ASP.NET MVC, C# |
2 Comments »
Tags: