List of Tables

 

Chapter 3. View fundamentals

Table 3.1. HTML helpers in ASP.NET MVC 2

Table 3.2. Display templates in ASP.NET MVC 2

Table 3.3. Editor templates in ASP.NET MVC 2

Table 3.4. Properties of the ModelMetadata class provided through reflection

Table 3.5. Properties of the ModelMetadata class provided through data annotations

Chapter 6. Hosting ASP.NET MVC applications

Table 6.1. Windows and IIS versions

Chapter 12. Ajax in ASP.NET MVC

Table 12.1. Ajax options for the AjaxOptions class

Chapter 15. Validation

Table 15.1. The Data Annotations attributes used for validation

Chapter 16. Routing

Table 16.1. Partial URL schema for an events-management application

Table 16.2. The route values, set to the values extracted from the URL

Table 16.3. The URL schema for sample widget store

Chapter 25. Customizing Visual Studio for ASP.NET MVC

Table 25.1. Registry values for configuring the unit-test project settings

Chapter 26. Testing practices

Table 26.1. URLS that the default sample application supports

Table 26.2. Filters and their supporting context objects

Chapter 27. Recipe: creating an autocomplete text box

Table 27.1. Common options for the autocomplete plug-in