Tagged Questions
3
votes
4answers
227 views
What view engines for ASP.NET MVC are people finding better than the default?
It's been a year since this question and I'd like to know now - what view engines are people finding very good and why?
3
votes
6answers
2k views
Is there an ASP.Net MVC view engine that supports JavaScript views?
I would like to generate some JavaScript on the server side in ASP.Net MVC. Is there a view engine that supports this? Ideally I would like to be able to get JavaScript from an url like:
...
2
votes
1answer
519 views
ASP.NET MVC view engine performance
I'm developing high load solution with final version of asp.net mvc.
Recently our team noticed, that most of the time that takes a server to response to client is devoted to page rendering. Simple ...
1
vote
1answer
24 views
Can I interleave two MVC view engines when searching for views?
I'm using the WebForms and Razor view engines in my MVC project. They work just fine together. However, I have an inheritance-based project set up, such that I have multiple child projects derived ...