Here’s a great post from Torkel Ödegaard. In it he says:

This is the view engine I have been looking for! I quickly downloaded the latest release, referenced the spark assembly from my MVC application and was testing it in a matter of minutes. After reading though the documentation I was able to convert all my WebForms views into spark views in just an hour (so far very small application with not many views).

I find this a lot easier to read and understand than the html/<% %>/C# tag soup that is sometimes hard to avoid with WebForms. I also think a view engine like this make more sense, because Spark is a view engine tailor made for only one thing, to generate html!

He’s also provided some feedback in the discussion group and reported a problem in the trac ticketting system. Actually there’s a few people have done that already. It’s great to see a sort of community coming together providing ideas and feedback.

Other interesting discussion groups exist for Asp.Net MvcContrib, and for Castle Project, but I didn’t want to spam them with too many Spark topics. So if you’re looking into the view engine please feel free to join the Spark group if you have any questions or suggestions.