Spark VS 2010 intellisense
I was thinking about switching one of my projects (and after that subsequently other projects too) to Spark View Engine but after todays research I ran into problem of a lack of Intellisense for Visual studio 2010. Not only that but it seems that the project is not maintained regularly.
So I'm left with a feeling that I should not choose Spark at this time yet. However, apparently NHaml has the same "issues" too.
I know it is discussed in more detail here ASP.NET 开发者_运维百科MVC View Engine Comparison
but I would still like you thoughts on what to choose or just stay with WebForms view engine for now?
I love Sparks, compared to the WebForms view engine. All views get so incredibly clean, compared to the normal one. Intellisense or not, I'd still take Sparks. Easy choice. You still get runtime errors when something is missing, and when you get used to not having Intellisense there, it's not that much of a problem. Debugging might take those five extra seconds, but hey - readability and clean views before marginally quicker debugging of (mostly) simple syntax-issues.
I've used Spark for a project through four months now, and I'll never go back to the default one. Never had any serious problems with it once you get the hang of it, and it's absolutely worth it. You'll know when you see it in action for real :-)
精彩评论