Richard McCutchen | December 23, 2011
Today we’re going to look at generating thumbnail images on the fly using Controllers, controller base, and when all is put together we have symmetrical thumbnails for our images. Let’s get started with the custom ActionResult. Richard McCutchenRichard has been a professional software developer for over 15 years now. In fact he was a geek [...]
Category: ASP.NET MVC 2, C# |
2 Comments »
Tags: ASP.NET MVC, C# 4.0
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