Best Template Engine for ASP.NET MVC
        Posted  
        
            by OnesimusUnbound
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by OnesimusUnbound
        
        
        
        Published on 2008-10-06T04:30:25Z
        Indexed on 
            2010/05/09
            23:18 UTC
        
        
        Read the original article
        Hit count: 391
        
I am exploring ASP.NET MVC and I wanted to add jQuery to make the site interactive. I used StringTemplate, ported to .Net, as my template engine to generate html and to send JSON. However, when I view the page, I could not see it. After debugging, I've realized that the $ is used by the StringTemplate to access property, etc and jQuery uses it too to manipulate the DOM. Gee, I've looked on other template engines and most of them uses the dollar sign :(.
Any alternative template engine for ASP.Net MVC? I wanted to retain jQuery because MSFT announced that it will used in the Visual Studio (2008?)
Thanks in Advance :)
© Stack Overflow or respective owner