. NET Learning Routes

Source: Internet
Author: User
Tags silverlight microsoft video

Http://www.cnblogs.com/huangmeimujin/archive/2011/08/08/2131242.html

Http://jingyan.baidu.com/article/ff42efa96667b5c19e2202d3.html

Http://www.itheima.com/dotnet/service/dotnetcourse.shtml

Dark Horse programmer asp.net+unity3d--to teach himself before school. NET courses >> view Dark Horse Net learning Roadmap

◇ If you have learned it before. Net: The video learning cycle is recommended for 5-8 days , according to the students self-study ability, the reasonable time to arrange.

First stage:. NET Foundation (2-3 days)
Getting Started with WPF: Download
Phase II: Database Development and ADO (3-5 days)
SQL and ADO entry options
Phase three: Getting Started with the web (1-2 days)
HTML Download

◇ If you do not have any programming basis, the video learning cycle is recommended for 15-30 days , according to the students self-study ability, the reasonable arrangement of time.

First stage:. NET entry beginner (8-14 days)
. NET Development Prelude No. 01 Day
. NET Programming Foundation No. 02 Day No. 03 Day No. 04 Day
. NET Foundation Project _ Flying Chess No. 05 Day No. 06 Day
Object-oriented entry No. 07 Day No. 08 Day
Phase II: Database Development and ADO (3-5 days)
SQL and ADO entry options
Phase three: Getting Started with the web (1-2 days)
HTML Download

◇ Friendly reminder: Students can not download, please click here. Click to get-Black Horse programmer Training Camp Admission Video tutorial free CD!

ask for an ASP-learning route2010-06-18 21:44wangyan9110 Categories: Other programming Languages | browse 3,886 times
I want to learn ASP. NET technology but because of the technology too much, do not know how a learning route, please seniors, teacher guidance (starting from the 0 Foundation)
Share to: 2010-06-18 21:48The questioner is adopted by
1.c#
2.html+css+javascript
3.ASP. NET basic applications
4. User controls, server controls
5.ado.net
6.Web Service
7.Silverlight


tanzongyao233| level sixC #
Database access
Javascript
See what the Microsoft Video has to learn!
See the tutorials of Sopoong and Zhao Jie ·
Baidu Webcast has video download ·Buaahappiness| Level ThreeHTML, simple to open on the line, HTML a lot of complex things are not very good to remember, CSS and JavaScript can be seen, but not required. The basic understanding of HTML can learn ASP, start to do some simple page, add some simple controls. When familiar with, you will find that the lack of the program: the page is not good, you need to learn CSS, to call the data, you have to learn database or XML and so on, to do a good client, you have to learn JavaScript and so on, learning is a long way, you insist. shenzi0414| level fiveLearn from 0?

Well, first look at C, learn about computer language, and then C#--sql server--html+css+javascript--asp.netOnline learning path for ASP
    • |
    • Browse:1340
    • |
    • Updated: 2014-02-26 22:58
  1. First install a Visual Studio, I'm using the VS2010

  2. The next major use is HTML,DIV+CSS (for basic layout), JavaScript (for basic effects and user-side effects), C # Basic syntax, control usage, data connections such as how to connect to SQL, etc.

  3. At the beginning, learn how to use HTML, recommend http://www.w3school.com.cn/html/index.asp, the course is simple, easy to use, learn to quickly build a website framework, can make Basic static website

  4. Learn about basic ASP. NET principles and basic control usage, http://www.w3school.com.cn/aspnet/index.asp

  5. Learn the basic JS principles and methods, and then find some code to try to make more gorgeous effects, such as http://jingyan.baidu.com/article/a3a3f8118ed5468da2eb8a39.html

  6. Learn to use third-party controls, such as DevExpress, and you can now make more beautiful static web pages

  7. Learning to use data connection methods such as ADO and SQL language, you can use data sources such as MSSQL, the basic can make a website, you can use foreign free space to test, or apply for domestic operators of Hong Kong space for trial (generally have days limit, but can continue to apply)

Sp. NET Learning Roadmap 2009-01-19 15:03 I think about the blog I think aboutfont Size:T | T

This article explains the learning route of ASP, starting from the basic HTML, through to JS, network protocol, ASP. NET presentation layer, database and other techniques of continuous learning, step by step, until the Master of ASP.

AD:

If you already have more experience with object-oriented development, skip these two steps:

The first step is to master a door. NET Object-oriented language, C # or vb.net I strongly oppose the premise of learning an object-oriented (OO) language without a systematic learning of ASP. Asp. NET is a comprehensive to the object of technology, do not understand Oo, that absolutely can't learn!

The second step has some understanding of the. NET Framework class library to learn the NET framework by developing a Windows Form application. Asp. NET is a technology built on the. NET Framework, the deeper you know about the. NET Framework, the faster you will learn ASP. For example: Here are a few of the concepts that are important for mastering asp: The memory model of objects, delegates, events, multithreading, assemblies, and application domains, the security model. NET framework of course there are many other things, but do not understand and grasp clearly these things, It is difficult to really grasp the ASP. Due to the urgency of the mood and the reality of the consideration, many people do not have a solid object-oriented basis for the direct learning of ASP, the results can only be haste. Following the OO Foundation, here are the specific steps to learn the ASP.

The first step: learning HTML and CSS

This does not need to learn a lot of various web design tools such as Dreamweaver,firework, the key is to understand the HTML Web page nested block structure and CSS box model. Many ASP. NET controls must eventually be converted to HTML. Moreover, DIV+CSS is the current mainstream web layout model. When learning this part, the key is to understand the concept, and do not need to focus on the beautification of the pages of the many skills, it is the work of the site art, not the work of programmers.

Step Two: Learn Javascript.javascript is not Java

It operates primarily on the browser side. You can do a lot of work, and it's powerful: for example, it sees HTML elements in a client page as a tree, can write code to access and modify tree nodes, and dynamically generate new HTML code to dynamically modify the page display characteristics. JavaScript is very important in the current development of web sites. In addition, it is also a very popular Ajax technology at the foundation.

The third step: Learning computer network principle

Find a university textbook that focuses on the Internet, and learn about domain name resolution and HTTP protocols. This is the theoretical basis for Internet development.

Fourth step: Learning ASP. NET Presentation Layer Technology

Designing a Web page needs to be based on a previously-targeted, object-oriented technology, with at least the following
(1) How to use various Web controls
(2) Understand how the information is transmitted in the Web page, such as the use of cookie,viewstate,session.
(3) ASP. NET applications and the life cycle of Web pages, and the purpose of related objects (such as Httpcontext,response,request).
(4) ASP. NET implementation of event-driven insider
(5) Customizing user controls

Again, there is no OO foundation, it is difficult to master the above-mentioned technology, can only be these things led by the nose, will be very passive.

The fifth step to master the database technology

Specifically, learn the following:
(1) Learn to use SQLServer2005: Do not require proficiency in its various tools and management configuration technology, but at least know how to connect, how to build a table, how to create a stored procedure
(2) Learn how to access the database manually using code (don't use the VS2005 Wizard)
(3) Learning the use of data-bound controls

Sixth Step Understanding Multilayer Architecture

At this point, the assembly and application domains that were previously involved in the OO learning phase are useful, and now most of the site architectures are multi-tiered: presentation, business logic, data access, and the database itself. You can go online to find a multi-layered structure of the data to see, and then find a more complex open source ASP. NET project analysis of its architecture is almost. Is basically a routine that is used everywhere. Some friends ask: learning architecture is not necessary to learn design patterns.

My opinion is: no need! Of course, if you have studied design patterns, it is certainly better. But in the actual development, if only wants to apply a certain mode mechanically, but does not have the good result. My point of view: in learning design patterns to think more and more understanding, its thoughts will gradually into your brain, in the real design practice, forget all the writing in the book mode, all from the reality, believe your intuition, as long as the design requirements to achieve the program is feasible, in fact, after you have done, back to look again, You will find that your design tends to coincidence the theory of design patterns.

Seventh Step learning XML and Web

First understand the basics of XML, look at this XML-based book to see it almost, and then learn the Web Service. A Web service can actually be likened to a remote method invocation (the invocation information expressed in XML format).

Learned here, if you are still interested, you might as well look at SOA, but the material of SOA is theory and concept, looks rather depressed, and may be far from actual development. So, this is optional.

Eighth Step to learning Ajax

The main purpose of learning Ajax is to create a more rich Web presentation layer, and through the previous seven steps of learning, to learn Ajax has come to an end, all the foundation has been, there is no too much problem. In the premise of not having the basis of the direct learning Ajax, like "floating sand on top of the building", so, the Ajax learning order is arranged here.

Nineth Step Learning Ria Technology

Ria:rich Internet application can be regarded as an attempt to combine the advantages of C/s and b/s. In terms of specific technology, the main point is Microsoft's Silverlight (WPF_E), after all, the road ahead is the Microsoft line. But the current study is mainly for technical reserves. It is estimated that the popularity of this technology will take 2-3 years, since the pre-installed Vista machine only started selling last year.

"Editor's recommendation"

    1. C # video tutorial with MVP C # programming
    2. Topic: ASP. NET 2.0 Basic Development Guide
    3. Topic: Step By Step Learning Silverlight2
    4. Topic: ASP. NET MVC Framework Video Tutorial
Http://developer.51cto.com/art/200901/107336.htm

NET Learning route (detailed)
http://bbs.csdn.net/topics/390335124

. NET Learning Routes

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.