In earlier articles in this series on the new WebMatrix suite of technologies from Microsoft, I described how we are supporting the use of Razor scripts in DotNetNuke, by providing a “Razor Host” module.
But what is Razor?
On my personal blog I have recently started a new series of articles that take a deep dive into the Razor Syntax. As these articles deal exclusively with Razor and WebPages, I decided not to cross-post them here.
However, for those interested in learning more about Razor then you can find the first three articles here.
Razor and WebPages – 1 – A New Way to Create Web Applications
Razor and WebPages – 2 – The Almighty @
Razor and WebPages – 3 – Razor syntax
The series is not complete – the following topics are planned.
Razor and WebPages – 4 – Razor Forms
Razor and WebPages – 5 – Using Data in WebPages
Razor and WebPages – 6 – Using Helpers
Razor and WebPages – 7 – Writing your own Helpers