jQuery Templates vs Partial Views in ASP.NET MVC
I'm taking a look at jQuery templates. It looks really interesting - easy syntax, easy to use, very clean. However, I can't really see why it's better to use jQuery templates instead of simply fetching partial views via AJAX. It simply seems like the partial views would be much easier to maintain and helps to avoid duplication of code. I want to use jQuery templates. But when would it be better than partial views? I agree that these do overlap. There are several different ways to implement the same piece of software, and much of your decision on what to use depends on your personal preference