How to create a CSHTML and WebMatrix TweetMeme Helper Microsoft has recently introduced the first beta of its new stack for building great web sites – WebMatrix . One of the key components of WebMatrix is the ASP.Net Web Pages “Razor” Syntax (or simply: CSHTML ) that lets you write C# code inside the HTML markup. Helpers in WebMatrix Among the new possibilities and simplicity that this approach brings to people who build web sites, there is also the notion of Helper . Helpers are a way to use a single...