Contents tagged with ASP.NET Web Pages
-
Detect HTML5 & CSS 3 features in your ASP.NET Web Forms, MVC, or Razor Pages with Modernizr
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 … more
-
Adding jQuery Goodness to ASP.NET Web Pages using WebMatrix
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
-
Creating Helpers for ASP.NET Web Pages with WebMatrix
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, we& … more
-
Getting Started w/Helpers for the Razor View Engine & WebMatrix
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
-
Taking steps in the right direction: The learning path from WebMatrix/Razor to Visual Studio/ASP.NET
If you’ve been using WebMatrix as a springboard to software development with Visual Studio you’ll at some point wonder what steps you’ll want to take to get there. Visual … more
-
Getting Familiar with Razor Language Syntax, Features and Rules
All languages have syntax rules, and ASP.NET Web Pages with Razor is no different. The syntax is meant to be light and concise and simple, yet powerful enough to allow you to move to ASP.NET … more
-
Using WebMatrix to Create a Consistent Layout w/Razor Content Blocks & Layout Pages
One of the first things we need to do when creating the UI for a website or web application is setup the look, feel and layout of the site. Classic ASP and PHP developers recognize include … more
-
WebMatrix: What is it, Why use it, and Who's it for?
What is WebMatrix?
WebMatrix is a free, lightweight Web development stack that makes it easy to build web sites that can grow with you, from installation to product deployment & maintenance.& … more