Files from the one-day ASP.NET course

You can download all the files used and created during my one-day ASP.NET course here. The zip file contains the slides (PDF), the databases  and all the files used and created during the presentation.

I added a default.aspx page listing the samples, so hopefully it should be easy to find the demo you’re looking for.

  • Visual Studio 2008 or Visual Web Developer 2008 Express Edition.
  • SQL Server 2005/2008 Express Edition or better. (Installs with the above by default.)

(The free Microsoft Web Platform Installer will install the minimum requirements.)

Instructions to run the demos:

  1. Unzip the contents.
  2. In the Install folder, you’ll find the SetUpDb.cmd. Double-click it to install the Northwind and Pubs sample databases into your SQL Server.
  3. In the Demos folder, you’ll find the solution file (Demos.sln). Double-click to open it in Visual Studio / Visual Web Developer.
  4. Press F5 to run.