Skip Navigation Links
Tutorials
ASP.NET 3.5 Unleashed
Blog
Training
Skip Navigation LinksHome > ASP.NET 3.5 Unleashed > Part VII. Building ASP.NET Applications > Chapter 27. Working with the HTTP Runtime

Chapter 27. Working with the HTTP Runtime

  • Listing 27.1 - App_Code\CustomBuildProviders\SimpleBuildProvider.cs
  • Listing 27.2 - Web.Config
  • Listing 27.3 - App_Code\Mike.simple
  • Listing 27.4 - mike.simple.72cecc2a.cs
  • Listing 27.5 - ShowSimpleBuildProvider.aspx
  • Listing 27.6 - App_Code\Movie.data
  • Listing 27.7 - movie.data.72cecc2a.cs
  • Listing 27.8 - ShowDataBuildProvider.aspx
  • Listing 27.9 - DataBuildProvider.cs (Partial)
  • Listing 27.10 - App_Code\LookupExpressionBuilder.cs
  • Listing 27.11 - Web.Config
  • Listing 27.12 - Lookup.config
  • Listing 27.13 - ShowLookupExpressionBuilder.aspx
  • Listing 27.14 - ImageTextHandler.ashx
  • Listing 27.15 - ShowImageTextHandler.aspx
  • Listing 27.16 - App_Code\ImageHandler.cs
  • Listing 27.17 - Web.Config
  • Listing 27.18 - ImageUpload.aspx
  • Listing 27.19 - App_Code\RSSHandler.cs
  • Listing 27.20 - Web.Config
  • Listing 27.21 - ShowRSSHandler.aspx
  • Listing 27.22 - Global.asax
  • Listing 27.23 - ShowGlobal.aspx
  • Listing 27.24 - App_Code\QueryStringAuthenticationModule.cs
  • Listing 27.25 - Web.Config

ASP.NET 3.5 Unleashed - Containing almost 2,000 pages of code samples and in-depth explanation of the ASP.NET 3.5 Framework, ASP.NET 3.5 Unleashed is the most comprehensive book written on the ASP.NET 3.5 Framework.

ASP.NET 3.5 Unleashed is now available in your local bookstore and online (Published January 7, 2008).

  • Buy from Amazon
  • Buy from Barnes and Noble
  • Buy from SAMS Publishing

All of the code samples from this book are hosted "live" at this website. Click here to view the table of contents and code samples.

Login
© Copyright 2008 Superexpert. All rights reserved.