• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ ASP.NET ▶ ASP.NET Web Pages 2

ASP.NET Web Pages 2

June 15, 2012

ASP.NET Web Pages 2

This online book gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creating pages and sites.

Book Description

ASP.NET Web Pages is a framework that you can use to create dynamic web pages. A simple HTML web page is static; its content is determined by the fixed HTML markup that’s in the page. Dynamic pages like those you create with ASP.NET Web Pages let you create the page content on the fly, by using code.

Dynamic pages let you do all sorts of things. You can ask a user for input by using a form and then change what the page displays or how it looks. You can take information from a user, save it in a database, and then list it later. You can send email from your site. You can interact with other services on the web (for example, a mapping service) and produce pages that integrate information from those sources.

Table of Contents

  • Introducing ASP.NET Web Pages 2
  • ASP.NET Web Pages Basics
  • Working with Pages
  • Data
  • Files, Images, and Media
  • Security
  • Email and Search
  • Social Networking
  • Performance and Traffic

Download Free PDF / Read Online

Author(s): Microsoft ASP.NET Team
Format(s): HTML
Link: Read online.

Similar Books:

  1. AJAX: Creating Web Pages with Asynchronous JavaScript and XML
  2. Core Servlets and JavaServer Pages
  3. More Servlets and JavaServer Pages
  4. Creating Applications with Mozilla
  5. Servlets and JavaServer Pages: The J2EE Technology Web Tier
Previous Post: « Modern Information Systems
Next Post: Mixu’s Node book »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2025 OnlineProgrammingBooks.com