What pros(positive sides) of using Spark view engine for ASP.NET MVC project. Why it better then default view engine?
What pros(positive sides) of using Spark view engine for ASP.NET MVC project. Why it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One important thing about Spark View engine is that its syntax is very similar to HTML syntax, that way your views will be clean and you will avoid “tag soup” that is in WebForms View engine.
here is an example:
Spark:
WebForms: