-
On Change
Last updated: Thursday, December 16, 2021
Published in: CODE Magazine: 2011 - July/August
Rod Paddock's July/August 2011 Editorial article
-
Leveraging Razor Templates Outside of ASP.NET: They’re Not Just for HTML Anymore!
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2011 - March/April
The Razor syntax is much more than just a clean way to write ASP.NET MVC Views and WebMatrix web pages. In fact, with a working knowledge of the Razor API, you can leverage Razor templates in any application. The Razor API exposes a powerful library for parsing, compiling, and executing templates created using the Razor syntax.
-
The Razor View Engine
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2011 - March/April
The new view engine for ASP.NET MVC and WebMatrix combines simplicity and functionality to facilitate clean view development. In this article, I’ll dive into the Razor View Engine, the new default view engine for the ASP.NET MVC framework and WebMatrix products. Razor’s main goal is to simplify view development and to improve developer productivity while providing a clean view infrastructure.
-
Microsoft Introduces WebMatrix
Last updated: Thursday, February 21, 2019
Published in: The Web View
Microsoft recently released the first CTP of a new development environment called WebMatrix (http://www.asp.net/webmatrix.WebMatrix), which along with some of its supporting technologies are squarely aimed at making the Microsoft Web Platform more approachable for first-time developers and hobbyists. But in the process, it also provides some updated technologies that can make life easier for existing .NET developers.
-
Doc Detective - Sept/Oct 2003
Last updated: Wednesday, October 8, 2025
Published in: CODE Magazine: 2003 - September/October
Doc Detective shares his investigative approach to demystifying Visual Studio .NET documentation by answering readers’ practical how-tos: embedding Windows Media Player in web pages via an ActiveX control, using Web Matrix despite its lack of local docs, and quickly launching a search from a Windows Forms app. He frames solutions with concrete steps, pointers to official resources, and a light, helpful tone, all aimed at helping developers locate information, exploit available tools, and work around documentation gaps with accessible workarounds.
-
Review: ASP.NET Web Matrix
Last updated: Thursday, October 9, 2025
Published in: CODE Magazine: 2003 - March/April
Michiel van Otegem presents ASP.NET Web Matrix as a freeware, Microsoft-backed tool designed to demystify ASP.NET for developers coming from ASP, offering an easy, integrated environment with ready-made pages, drag-and-drop controls, code builders, and a light local server (Cassini). He emphasizes its community integration, rapid setup, and emphasis on prototyping and learning, while noting shortcomings for enterprise-scale development and collaboration. Van Otegem suggests it’s ideal for beginners, freelancers, and small teams to experiment and prototype before moving to Visual Studio for larger projects.