9
votes
2answers
540 views
ASP.NET MVC View Engine Comparison
EDIT: added a community wiki to begin capturing people's experience with various View Engines. Please respectfully add any experiences you've had.
I've been searching on SO & Google for a …
3
votes
2answers
260 views
What is an ASP.Net MVC View Engine?
There are quite a lot of questions on SO regarding View Engines in ASP.Net MVC, and about using "custom" ones instead of the "default" one. For me as a hobby programmer, the term "View Engine" is new, …
2
votes
3answers
232 views
How do you write your own View engine for ASP.NET MVC?
I know that ASP.NET MVC will allow me to swap in various View engines that other people have created, but I am wondering how can I create my own View engine?
More info:
We have our own webforms based …
1
vote
1answer
64 views
ASP.NET MVC view engine performance
Hi everyone.
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 …
0
votes
1answer
184 views
How do I create a strongly typed view page using ASP.NET MVC VB.NET XML Literals View Engine?
I am using the ASP.NET MVC VB.NET XML Literals View Engine created by Dmitry Robsman and described on his blog in this post.
…
0
votes
7answers
699 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:
…
