Asp. NET's simple introduction: the use of strongly-typed language. Code and content really separate the server-side component model for multiple device compatibility ...
Here we only do a simple introduction, because the relevant articles are everywhere.
The use of strongly-typed language.
This refers to the use of VB and C #, of course, you can also use JS as your asp.net development language.
Real separation of code and content
However, after the separation of code and content, the reuse of code becomes relatively easy, thus the efficiency of programming is improved.
Server-side Component models
In the ASP.net component model, many of the previous cases that needed to write code ceased to exist, such as form validation, sending email ...
Compatibility of multiple devices
Through the xml,asp. NET makes it relatively easy to display data on a variety of existing or upcoming web devices, such as cell phones, PDAs, and so on.
In ASP.net, other exciting new features include event-driven mode, intermediate language (IL) compilation, and so on. More new features, I hope you will be in the later content of your own experience.