Share with friends!
Over the course of web history, browser detection, rather than feature detection, has been the de facto way to customize the browsing experience. However, this is an antiquated technique which is also … more
Getting and using jQuery in your WebMatrix projects is a cinch, a painless way to add rich functionality with a small amount of easy to write code. jQuery is an open source project written in … more
If you are unfamiliar with helpers and haven’t read my blog post on “Getting Started with ASP.NET Web Helpers for WebMatrix”, you should start reading there. Otherwise, … more
Introduction
Both ASP.NET MVC and the Razor View Engine have a language element called a helper. Helpers In ASP.NET Web Pages are components that are stored as .cshtml files, and are meant to … more