Msdn webcast "in-depth introduction to ASP. NET Ajax series" [reprint]

Source: Internet
Author: User
  1. 1.ASP. NET Ajax in-depth introduction series (1): ASP. NET Ajax Overview (March 13): Provides an overview and demonstration of ASP. NET Ajax functions. Through a simple demonstration, the audience can learn about the advantages of the ASP. NET Ajax framework and the ease of development. It also provides a simple demonstration and introduction of learning and studying ASP. NET Ajax and developing tools used by ASP. NET Ajax. (Link) (slide) (Sample Code) (video) (self-summary)

  2. 2. ASP. NET Ajax in-depth introduction series (2): Use of updatepanel (I) (May March 29): Describes how to use updatepanel as an ASP. NET control, introduces the debugging method of updatepanel, and puts forward the best practices. The course also analyzes the basic implementation principles of updatepanel. Through this course, the audience can skillfully use server-side programming to use updatepanel and understand its basic principles. (Link) (slide) (Sample Code) (video)
  3. 3. ASP. NET Ajax in-depth introduction series (3): Use of updatepanel (II) (May April 10): Describes in detail the lifecycle of updatepanel on the client, and how to use Script Programming to better use updatepanel. The updatepanel data transmission method is also analyzed in the course. Through this course, the audience can master all aspects of the client life cycle and their usage methods. (Link) (slide) (Sample Code) (video)
  4. 4. ASP. NET Ajax in-depth introduction series (4): client access to WebService (I): basic usage (July May 14): Accessing WebService from a client is an important function in ASP. NET Ajax. Reasonable Use of WebService can truly reflect the advantages of Ajax technology. This course will show you how to use ASP. NET Ajax in applications. (Link) (slide) (Sample Code) (video)
  5. 5. ASP. NET Ajax in-depth course series (5): client access to WebService (medium): serialization and deserialization of parameter types (June 11): Accessing WebService from a client is an important function in ASP. NET Ajax. Reasonable Use of WebService can truly reflect the advantages of Ajax technology. This course will introduce in detail the support and transformation of complex parameter types for WebService access by the client, as well as the JSON serialization capability provided by ASP. NET Ajax. Through this course, the audience can learn how to enable their WebService to support any complex types and how to use JSON serialization and deserialization of ASP. NET Ajax in development. (Link) (slide) (Sample Code) (video)
  6. 6. ASP. NET Ajax in-depth introduction series (6): client access to WebService (II): Principles and details (March June 21): Accessing WebService from a client is an important function in ASP. NET Ajax. Reasonable Use of WebService can truly reflect the advantages of Ajax technology. This course will briefly explain how the client accesses WebService, and explain some of the advanced usage and usage changes and skills of this function. Through this course, the audience will have a deeper understanding of this function in ASP. NET Ajax and can flexibly apply it to their own applications. (Link) (slide) (Sample Code) (video)
  7. 7. ASP. NET Ajax deep dive series (7): Microsoft Ajax library extensions for JavaScript native objects (I) (June 25): The foundation of Ajax technology is JavaScript, and the foundation of Javascript development is the native object. In addition, Microsoft Ajax Library Extends the native object so that AJAX applicationsProgramIs easier to develop. Starting from this course, we will use two courses to detail the most common original objects in JavaScript and the extensions related to Microsoft Ajax library. (Link) (slide) (Sample Code) (video)
  8. 8. ASP. NET Ajax deep dive series (8): Microsoft Ajax library extensions for JavaScript native objects (2) (July 3): The foundation of Ajax technology is JavaScript, and the foundation of Javascript development is the native object. In addition, the Microsoft Ajax Library Extends the native object, making it easier to develop Ajax applications. This course, together with the previous course, will detail the most common native objects in JavaScript and the extensions related to Microsoft Ajax library. (Link) (slide) (Sample Code) (video)
  9. 9. ASP. NET Ajax deep dive series (9): Use the object-oriented feature in Microsoft Ajax library for Development (July 9): Theories and Practices prove that the rational use of object-oriented programming can improve the reusability of components and make the project easy to maintain and expand. This course will introduce the Object-Oriented Programming System in Microsoft Ajax library, so that developers can use JavaScript on the client side. (Link) (slide) (Sample Code) (video)
  10. 10. ASP. NET Ajax deep dive series (10): Expand client components based on Microsoft Ajax Library (July 23): Using object-oriented systems is a common method to expand components. However, when developing the client, we cannot forget that JavaScript is a very flexible dynamic language, using some special methods to expand components sometimes results in better results. This course will describe the most common methods to expand client components based on Microsoft Ajax library, as well as relevant considerations. (Link) (slide) (Sample Code) (video)
  11. 11. ASP. NET Ajax in-depth introduction series (11): Use of the asynchronous communication layer in Microsoft Ajax Library (November August 2): Microsoft Ajax library proposes an asynchronous communication layer to facilitate the development of Ajax applications. This asynchronous communication layer can be used to send Ajax requests conveniently. In fact, the communication between the ASP. NET Ajax client and the server is the responsibility of the client. This section describes how to use the asynchronous communication layer, which facilitates "pure" ajax applications. (Link) (slide) (Sample Code) (video)
  12. 12. ASP. NET Ajax in-depth introduction series (12): extensions of the asynchronous communication layer in Microsoft Ajax Library (August 14): Microsoft Ajax Library provides an asynchronous communication layer to facilitate the development of Ajax applications. It is the basis for Ajax requests on the ASP. NET Ajax client. In fact, we can easily scale it based on this communication platform so that it can support different communication methods. In this lesson, we will discuss how to expand the Xtep communication platform. (Link) (slide) (Sample Code) (video)
  13. 13. ASP. NET Ajax in-depth introduction series (13): profile service provided by ASP. NET Ajax (August 28): Profie is one of the important features of ASP. NET 2.0. ASP. NET Ajax proposes profile service, which allows developers to conveniently process profile information on the client in Ajax mode. In this lesson, we will learn how to use and extend the profileservice. (Link) (slide) (Sample Code) (video)
  14. 14. ASP. NET Ajax in-depth introduction series (14): Implementation and extension of profile service (September 5): Profie is one of the important features of ASP. NET 2.0. ASP. NET Ajax proposes profile service, which allows developers to conveniently process profile information on the client in Ajax mode. In this lesson, we will learn more about the simple functions of this profileservice and how to expand the profile service. (Link) (slide) (sample code)
  15. 15. ASP. NET Ajax in-depth introduction series (15): using the authentication service provided by ASP. NET Ajax (September 19): Authentication service is another application service provided by ASP. NET Ajax. It allows us to use user logon and other functions in Ajax mode. This course mainly describes how to use the authentication service. (Link) (slide) (Sample Code) (video)
  16. 16. ASP. NET Ajax in-depth introduction series (16): implementation and extension of the authentication service provided by ASP. NET Ajax (September 29): Authentication service is another application service provided by ASP. NET Ajax. It allows us to use user logon and other functions in Ajax mode. This course mainly describes the simple implementation details of the authentication service and how to expand the authentication service. (Link) (slide) (Sample Code) (video)
  17. 17. ASP. NET Ajax in-depth introduction series (17): focus on the core of ASP. NET Ajax: scriptmanager (October 10): In our previous courses, we have been familiar with the core control of ASP. NET Ajax: scriptmanager. However, scriptmanager has some additional features that deserve further attention. This course will focus on the special features of scriptmanager and their roles in the development process. (Link) (slide) (Sample Code) (video)
  18. 18. ASP. NET Ajax in-depth course series (18): ASP. NET Ajax internationalization and Localization support (October 24): Supporting internationalization and Localization has become a requirement for more and more projects. ASP. NET 2.0 provides support for well-developed international projects, and ASP. NET Ajax is no exception. This course will focus on ASP. NET Ajax's script internationalization and localization functions. (Link) (slide) (Sample Code) (video)
  19. 19. ASP. NET Ajax in-depth introduction to series of courses (19): VS 2008 JavascriptCodeReminder feature (August 1, November 6): VS 2008 will be released soon. The javascript code prompts extremely powerful functions. However, to make full use of these features, developers still need to provide some "assistance ". This course will show the audience how to use the JavaScript code prompt function of vs 2008. (Link) (slide) (Sample Code) (video)
  20. 20. ASP. NET Ajax deep dive series (20): Use the browser compatibility feature in Microsoft Ajax Library (November 13): Compatibility with different browsers is always an inevitable but inconvenient feature for client center development. This course will show you how to use the browser compatibility layer in the Microsoft Ajax library to easily develop Ajax applications. (Link) (slide) (Sample Code) (video)

    The address of Jeffrey Zhao in this tutorial is http://www.cnblogs.com/jeffreyzhao!

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.