T4MVC while ReSharper is on board?
What are the advantages / disadvantages of using T4MVC templates while ReSharper already supports all magic strings in MVC?
+3
jwaliszko
source
to share
1 answer
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.
+3
Daniel A. White
source
to share