Creating the Project

We will start by creating the project and setting up the basics. Use the Visual Studio Empty ASP.NET Web Application template to create a project called TriathlonApp.

Adding the Data Model

Next, create an Entity Framework data model by following the steps laid out in Chapter 9. Don't forget to import the stored procedures, since we will use them in this project.

Adding Images and Styles

Since I won't be using jQuery to create the buttons for the pages the way we did in Chapter 10, I have created a set of images so we can achieve a similar appearance using the Web Forms ImageButton control. There is no easy way for you to create these button images, but they are available as part of the free source code download that accompanies ...

Get Applied ASP.NET 4 in Context now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.