thefrozencoder

Programming and Technology blog

Been a long time running

Seems like during the summer time I have nothing to say, or rather I don’t usually do much blogging or coding. It is after all summer time.

Except for this weekend or rather today in general. As of lately I have been immersing myself in the world of the ASP.NET MVC bits (preview 4). I never really bothered with the earlier previews since I figured that they would be changing the framework so anything you learned in Preview 1 would probably be obsolete by Preview 5 and I was pretty much right based on some of the samples that I had downloaded.

My main interest is the idea of a pluggable view engine especially a Xml/Xsl transform view engine. A couple of searches via Google and viola I was redirected to the MvcContrib page on Codeplex. After downloading the source and samples I soon realized (probably like others to their amazement) there were no samples for the MvcContrib.XsltViewEngine. There wasn't even a documents page on the site.

So off I went again searching for any kind of help. I ended up finding one post on Google Groups for the MvcContrib that pointed to a blog post (link didn’t work of course). I ended up finding the actual person who created the actual library and the blog post about it and how to get it working (created in Dec '07 - oh boy this was not looking good already). In the end I did manage to get it working after updating the code to work with preview 4 and realized I would probably be writing my own.

And so I did, today actually (rather yesterday now).

More on that later, plus a sample working site with code. But I am tired now.