There are many people who have learned ASP and used ASP for websites. NET environment, it is found that the change is too big, in fact, Asp. net cannot only be regarded as the next version of Active Server Page (ASP), but also an excellent general language.ProgramArchitecture, and can run on webservers on multiple platforms.
What preparations should I do before learning to Develop ASP. NET? It is certainly impossible for people with zero foundations to learn ASP. NET. To learn ASP. NET, you must first meet the following requirements:
1. object-oriented language requirements: C # Or VB. NET. If you have learned Java, you can learn C # by yourself #
2. DHTML: HTML, CSS, JavaScript, Dom, jquery, and Ajax
3. Development Environment preparation: Visual Studio, preferably over 2010, because Microsoft has embedded jquery internally since Visual Studio 2010.
4. SQL statements and ADO. NET and L3 Architecture
5. Database: Microsoft SQL Sever. It is most convenient to select SQL Sever, because it is a company with good compatibility. It is better to be more than 2005. Let's decide based on your preferences.
Now, when you have these things, you can easily learn ASP. NET.
ASP. NET is a dynamic web page technology that runs. net on the server.CodeThe server receives and processes the dynamically generated HTML code and sends it to the browser. Then, the browser parses the HTML code to present the data to the user.
Starting from this section, we will start learning ASP. NET, which is hard to say and easy to learn.