I am trying to reduce / eliminate the “magic lines” from my MVC3 project and wondered which approach would be better:
use MvcFutures and do something like:
var title = "Create New Customer"; Html.ActionLink (c => c.Create (), title, new {@class = "button", title = title});
use T4MVC
Which option is more flexible, more efficient, easier to refactor, etc. etc.
Thoughts?
T4MVC, . , ( ) . - , (, - ).
, T4MVC dummy ActionResult. , ActionImage, .
T4MVC , . , .tt , .tt(, Chirpy).
T4MVC . MvcFutures, , , , ( , MVC). , , MvcFutures .
Source: https://habr.com/ru/post/1794571/More articles:Spring 3 form binding object is always zero - javaHow to create a basic prefPane osx? - objective-cВерсия сборки журнала с log4net? - c#Fast, reliable focus for cameras - iosAccess virtual attribute from JSON - jsonWhat actions and events make the browser repaint its entire viewport? - javascriptCall the JavaScript function defined in the iframe in Chrome using the file protocol - javascriptQueue efficiency, which is the best implementation - array or linked list - cFailed to write telephone file - fileКак вызвать функцию JavaScript из одного кадра в другой в Chrome/Webkit с файловым протоколом - javascriptAll Articles