7
votes
How does Spark View Engine’s performance compare to ASP.NET?
The view templates are parsed to generate and compile a class that does nothing more than write output. After the first request of a view there's no real work being done other than to create an ins …
3
votes
What’s the equivalent syntax for this MVC view code in Spark?
The
<% if (UserService.IsAuthenticated && !Model.Post.IsDeleted) { %>
<% Html.RenderPartial("Reply", new ReplyViewModel { Id=Model.Post.PostId, CssClass="respon …
3
votes
Cannot use Html.ActionLink in asp.net mvc spark files
(Copied from Rei Roldán's answer in Spark discussion group)
This is where the h …
1
vote
Getting “The ‘WhatEver’ view or its master could not be found” with Spark View Engine when going to the login page
(Copied answer from Spark discussion group)
Should be fine - if you start with …
