asp.net 6. Theme/Skin
In asp.net2.0, support the theme effect, through the code control theme effects, to achieve the same skin function like Winamp. In the Forum application, a good embodiment of it.
In 2.0 you can use a system-led theme or create your own theme. In addition, you can create skin for each page or control by using CSS.
7. Mobile Devices
In version 2.0, old mobile controls are still available, but this is only to be compatible with previous developments, and the use of the original mobile controls is not advocated in the new version. In 2.0 there will be a new feature called Automatic adaptation, which does not require a specific control, only the use of ordinary Web controls, in mobile applications will be adaptive to mobile applications to display.
8. Site Count
This feature can count not only the number of page responses, but also the number of clicks of controls such as AdRotator, Button, Linkbutton,hyperlink, etc.
9. Configure
10. Deployment
9,10 and each of the other points will be described in detail in future articles.