Adding Custom Namespaces to Razor Views

I’ve recently been working on a new web site using ASP.net MVC5, and I wanted to be able to reference my view models from my Razor views without having to fully qualify their namespace. Since I keep my view models in their own ViewModels namespace, all I needed to do was add that to the […]