Downloads for
Murach's ASP.NET 4 Web Programming with VB 2010
Click on the file that you want to download.
Chapter 1
An introduction to ASP.NET web programming
Chapter 1 gives you the background you need to start
writing ASP.NET 4 web applications of your own. So you'll
find out how web applications work and what software
you need to develop them, and how the code that represents
the design of a web form is coordinated with the Visual
Basic code that makes the web form work the way you
want it to.
Chapter 2
How to develop a one-page web application
Chapter 2 teaches you how to use Visual Studio 2010
to design, code, and test a one-page web application.
That means you'll see how to build a web form using
web server controls and HTML server controls, how to
check for acceptable user input using validation controls,
and how to write the VB code for the web form's code-behind
file.
Whats in All Book Files?
This file contains (1) all of the applications that
are presented in the book; (2) Access and SQL Server
Express versions of the database that's used in these
applications; and (3) the starting source code and data for all of the
exercises in the book. It's an executable (.EXE) file,
so when you run it, it will automatically unzip all
the files into their proper folder structure. Appendix
A in the book describes how to install and use these
files in more detail.
What if you can't download the self-extracting
ZIP file?
If the security on your system prevents you from downloading
.EXE files, you can download
a standard ZIP file containing the applications
and exercises. Once you've done that, you can follow
these steps to get your system set up for doing the
exercises:
- Unzip the file into a folder named C:\Murach\aspnet4_vb.
- In that folder, find the exercise_starts_setup.bat
file.
- Double-click on the .bat file to run it. It will
store the exercise files in the proper folders so
you can follow the exercise instructions in the book.
|