SyntaxFix
Write A Post
Hire A Developer
Questions
As GvS said, but I also find it useful to use strongly typed views so that I can write something like
@Html.Partial(MVC.Student.Index(), model)
without magic strings.