Nine steps for learning ASP. NET

Source: Internet
Author: User

ASP. NET learning first, you need to have the OO Foundation. If you already have a lot of object-oriented development experience, skip the following two points:

◆ Master a. NET Object-Oriented language, C # Or VB. NET

I strongly oppose learning ASP. NET on the premise that I have never systematically studied an object-oriented language. ASP. NET is a comprehensive object-oriented technology. If you do not understand OO, you cannot learn it!

◆ Have some knowledge of. NET Framework Class Libraries

You can develop a Windows Form application to learn the. NET Framework. ASP. NET is a technology built on the. NET Framework. The deeper you understand the. NET Framework, the faster you learn ASP. NET. For example, the following is a simple list of several methods to master ASP. NET is a very important concept: Object Memory Model, Delegate, event, multithreading, assembly and application domain, security model. NET Framework, of course, there are many other things, but it is difficult to grasp ASP without understanding and understanding the above things.. NET. Due to the urgent mood and practical considerations, many people want to directly learn ASP. NET without a solid object-oriented Foundation, and the result can only be fast but unsatisfactory.

After having the OO Foundation, the following are the detailed ASP. NET learning technical steps.

ASP. NET learning Step 1: learning HTML and CSS

This does not require learning a lot of web design tools such as Dreamweaver and Firework. The key is to understand the nested block Structure of HTML web pages and the box model of CSS. Many ASP. NET controls must be converted to HTML at last. In addition, div + CSS is the current mainstream web page layout model. The key to learning this part is to understand the concept, instead of spending effort on page beautification. It is the job of a website artist, not a programmer.

ASP. NET learning Step 2: Learning JavaScript

JavaScript is not Java and mainly runs on the browser. It can do a lot of work and has powerful functions. For example, it regards HTML elements in the client webpage as a tree, and can write code to access and modify Tree nodes to dynamically generate new HTML code, this allows you to dynamically modify the web page display features. JavaScript is widely used in website development and is very important. In addition, it is also the basis of the very popular AJAX technology.

ASP. NET learning Step 3: learning computer network principles

Find a university <computer network> textbook, focus on its Internet-related section, and learn about domain name resolution and HTTP protocol. This is the theoretical basis for Internet development.

Step 4 of ASP. NET learning: Learn ASP. NET presentation layer technology and design Web pages

It is necessary to take into account at least the following content based on the previously well-established object-oriented technology: (1) usage of various Web controls; (2) Understanding the transmission methods of information on webpages, such as cookies, viewState, Session, etc. (3) the lifecycle of ASP. NET applications and web pages, and the usage of related objects (such as httpcontext, response, request. (4) ASP. NET event-driven insider (5) Custom User Controls once again emphasize that, without the OO foundation, it is difficult to master the above technologies, and these things can only lead the way, will be passive.

Step 5 of ASP. NET learning: master database technology

Specifically, you need to learn the following: (1) learn to use SQL Server 2005: do not have to be proficient in its tools and management configuration technology, but at least know how to connect and create tables, how to Create a stored procedure (2) Learn ADO. NET, master the use of code to manually access the database (do not use the VS2005 wizard) method (3) learn how to use the data binding control

Step 6 of ASP. NET learning: Understanding multi-layer architecture

At this time, the Assembly and application domains involved in the previous OO learning phase come in handy. Currently, most website architectures adopt multi-layer architectures: presentation layer, business logic layer, data access layer, and database itself. You can check the multi-layer architecture on the Internet first, and find another complicated open-source ASP. NET project to analyze its architecture. Basically, it is a routine that can be applied everywhere. Some may ask: Do I have to learn the design mode when learning the architecture. My opinion is: No! Of course, it would be better if you have learned the design model. But in actual development, if you only want to apply a certain mode mechanically, it will fail to produce good results. My point of view: when learning the design model, you need to think more and learn more, and your thoughts will gradually be integrated into your brain. In actual design practices, you will forget all the models written in books, everything starts from reality. Believe in your intuition, as long as the solution meets the design requirements is a feasible solution. In fact, after you do this, let's look back, you will find that your design often hides the theory of the design model.

ASP. NET learning Step 7: Learning XML and Web Service

First understand the basic knowledge of XML, look for the XML-based book to see it, and then learn Web Service. In fact, Web services can be analogous to remote method calls (call information expressed in XML format ). After learning this, if you are still interested, you may want to look at SOA again. However, the SOA materials are both theoretical and conceptual, which seems depressing and may be far away from actual development. Therefore, this is optional.

ASP. NET learning Step 8: Learning AJAX

The main purpose of learning AJAX is to create a Web presentation layer with richer features. After the first seven steps of learning AJAX, it is easy to learn about it. All the basics are ready, there won't be too many problems. Learning AJAX directly without foundation is like building a high platform on the sand float, so we will arrange the order of AJAX learning here.

Step 9 of ASP. NET learning: Learning RIA Technology

RIA: Rich internet application, which can be considered as an attempt to combine the advantages of C/S and B/S into one. Specifically, the technology mainly refers to Microsoft's Silverlight (WPF_E). After all, all the first steps are Microsoft's path.

The nine steps to ASP. NET learning are introduced here. I hope you can learn about ASP. NET.

  1. Three methods of ASP. NET page Jump
  2. Analysis on the nature and connection of iis asp. NET
  3. Analysis of iis asp. NET process mode
  4. ASP. NET program keeps two decimal points for parsing
  5. Examples of ASP. NET File Upload controls

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.