TheNephalim / T4MVC

T4MVC is a T4 template for ASP.NET MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

T4MVC is a T4 template for ASP.NET MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places.

e.g. instead of

@Html.ActionLink("Dinner Details", "Details", "Dinners", new { id = Model.DinnerID }, null)

T4MVC lets you write

@Html.ActionLink("Dinner Details", MVC.Dinners.Details(Model.DinnerID))

and that's just the beginning!

Use the following links to get started

T4MVC is part of the MvcContrib project, which is part of the Outercurve Foundation

About

T4MVC is a T4 template for ASP.NET MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places.

License:Apache License 2.0


Languages

Language:C# 98.9%Language:CSS 0.7%Language:ASP 0.3%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:JavaScript 0.0%Language:Smalltalk 0.0%