ASP.NET Coding Standards
General
| No. | Standard | Source |
|---|---|---|
| 1. | AJAX programming, controls, and frameworks are not to be used | 1 |
| 2. | Web site is partitioned into restricted areas (protected using SSL) and public areas | 2 |
Presentation Layer
Input Validation
Data Access
| No. | Standard | Source |
|---|---|---|
| 10. | Data paging is used for unbounded or long lists of data | 1 |
Caching
State Management
Exception Handling
| No. | Standard | Source |
|---|---|---|
| 22. | HTTP error codes are handled using custom error reporting pages | 2 |
| 23. | Unhandled exceptions are caught using an application-level global error handler | 1 |