ASP.Net
-
Which is easier to work, its MVC using Asp or MVC using Razor ???
-
Which is easier to work, its MVC using Asp or MVC using Razor ???
-
Which is easier to work, its MVC using Asp or MVC using Razor ???
Use Razor, the asp.net engine is well deprecated.
-
Which is easier to work, its MVC using Asp or MVC using Razor ???
Smart tags are a cruel joke on the unwary. Razor is simplistic and fully supports separation of concerns. Easy pick.
-
Depends on who you ask. I suggest you go through articles on the topic and find what you are more comfortable with.
There are only 10 types of people in the world, those who understand binary and those who don't.
Razor would be better as compared to ASP engine. Firstly razor syntax is easy to learn and use. Razor uses
@
symbol but asp uses<%: %>
to write code in view page. Razor is very compact and helps to reduce typing. Razor helps to prevent XSS attack in view page. Now a days mostly developers are using Razors as compared to asp. -
Which is easier to work, its MVC using Asp or MVC using Razor ???
Razor would be better as compared to ASP engine. Firstly razor syntax is easy to learn and use. Razor uses @ symbol but asp uses <%: %> to write code in view page. Razor is very compact and helps to reduce typing. Razor helps to prevent XSS attack in view page. Now a days mostly developers are using Razors as compared to asp.
-
Which is easier to work, its MVC using Asp or MVC using Razor ???
Razor will be best. :)