This tutorial provides an overview of ASP.NET Web Pages, introduces the WebMatrix development tool, and walks through setting up a development environment and creating a simple "Hello World" web page. It explains that ASP.NET Web Pages allows creating dynamic web pages using Razor code, and that WebMatrix integrates tools for web page editing, database management, and local testing. The tutorial demonstrates installing WebMatrix, creating an empty website, and adding HTML markup and Razor code to output the current date and time on a page. This lays the foundation for the tutorials to follow, which will cover more aspects of ASP.NET Web Pages and building a sample movie review website.