Chapter 13. Declarative Programming
Declarative programming, as the name would imply, enables you to declare high-level objects that address a problem. Declarative programming has been a component of ASP.NET since the beginning. Controls that you declare in the page that do something without additional code, such as a RequiredFieldValidator, are declarative.
