4
When researching about ASP.Net MVC
, I have always found all the examples of views
with Razor
(I don’t remember exactly if I saw any in aspx) and in the past I remember that it was possible to select this View Engine in the creation of a new web application (I don’t remember the version of Visual Studio).
Then came the doubts:
What makes someone use that View Engine
with ASP.Net MVC
?
Is it possible to have some advantage? Which?
In the future plans of Microsoft, Aspx
has its place?
The future is to improve Razor with Tag Helpers http://www.hanselman.com/blog/ASPNET5VNextWorkInProgressExploringTagHelpers.aspx
– Maniero
@bigown, thank you so much for Link, this Tag Helper for me was the best news of the day.
– Tobias Mesquita