How You Checked Out the ASP to Razor Converter?

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

There are a lot of free tools available for Visual Studio, so you may not be aware of Telerik’s Razor Convertor. Razor Convertor is a command-line interface that enables developers to convert .asp files to cshtml file, and rewrites Views to the Razor syntax.


The tool does the work when a developer upgrades to ASP.NET MVC 3 and moves to Razor. By using the Razor Convertor to do all the dirty work and using the Razor engine to create any new pages, all of your previous work, along with any new work, is ready for prime time using the latest technology.

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read