Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
• The ASP.NET Web Site template is a starter kit for a small multi-page website. The template uses Microsoft’s recommended practices for organizing a website and separating the website’s style (look-and-feel) from its content.
• The default ASP.NET Web Site contains a home page and an about page—so-called content pages. The navigation bar near the top of the page allows you to switch between these pages by clicking the link for the appropriate page.
• A master page defines common elements that are displayed by each page in a set of content pages.
• Content pages can inherit elements from master pages—this is a form of visual inheritance.