Questions tagged [r4mvc]

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places

GitHub

2 questions
7
votes
2 answers

Make T4MVC work with ASP.NET 5

According to the latest comments in this thread, .tt templates will now after all be supported in ASP.NET 5 starting with Visual Studio Update 1. Which IMHO would be great because after using T4MVC for years, I certainly don't wanna go back to…
Max
  • 9,220
  • 10
  • 51
  • 83
5
votes
2 answers

T4MVC alternatives for ASP.NET 5?

T4MVC is not supported yet or ever in ASP.NET 5. Is there any other similar solution ? I need strongly typed views and controllers names.
Maciej Wojsław
  • 403
  • 2
  • 10