What are the advantages / disadvantages of using T4MVC templates while ReSharper already supports all magic strings in MVC?
With T4MVC, you still check compile time using constants. Resharper is actually smart enough to dive into constants and evaluate if a name exists or not.