понедельник, 15 ноября 2010 г.

Exam 70-515: TS: Web Applications Development with Microsoft .NET Framework 4, Часть 3: Implementing Client-Side Scripting and AJAX

>> В начало

По jQuery на MSDN'e информации нету, поэтому в этом разделе много англоязычных ссылок на jquery.org

Implementing Client-Side Scripting and AJAX (16%)

  • Add dynamic features to a page by using JavaScript.
    This objective may include but is not limited to: referencing c
    lient ID; Script Manager; Script combining; Page.clientscript.registerclientscriptblock; Page.clientscript.registerclientscriptinclude; sys.require (scriptloader)
    This objective does not include: interacting with the server; referencing JavaScript files; inlining JavaScript
  • Alter a page dynamically by manipulating the DOM.
    This objective may include but is not limited to: using jQuery, adding, modifying, or removing page elements, adding effects, jQuery selectors
    This objective does not include: AJAX
  • Handle JavaScript events.
    This objective may include but is not limited to: DOM events, custom events, handling events by using jQuery
  • Implement ASP.NET AJAX.
    This objective may include but is not limited to: client-side templating, creating a script service, extenders (ASP.NET AJAX Control Toolkit), interacting with the server, Microsoft AJAX Client Library, custom extenders; multiple update panels; triggers; UpdatePanel.UpdateMode; Timer
    This objective does not include: basic update panel and progress
  • Implement AJAX by using jQuery.
    This objective may include but is not limited to: $.get, $.post, $.getJSON, $.ajax, xml, html, JavaScript Object Notation (JSON), handling return types
    This objective does not include: creating a service

Ссылки на MSDN:

  • Add dynamic features to a page by using JavaScript.
    Referencing client ID (ClientID)
    Script Manager
    Script combining
    Page.clientscript.registerclientscriptblock
    Page.clientscript.registerclientscriptinclude
    sys.require (scriptloader)
  • Alter a page dynamically by manipulating the DOM.
    Using jQuery
    Adding, modifying and removing page elements
    Adding effects
    jQuery selectors
  • Handle JavaScript events.
    DOM events
    Custom events
    Handling events by using jQuery
  • Implement ASP.NET AJAX.
    Client-side templating
    Creating a script service (или все-таки Creating and Using AJAX-Enabled Web Service)
    Extenders (ASP.NET AJAX Control Toolkit)
    Interacting with the server
    Microsoft AJAX Client Library
    Custom extenders (или IExtenderControl)
    Multiple update panels
    Triggers (ChildrenAsTriggers)
    UpdatePanel.UpdateMode
    Timer
  • Implement AJAX by using jQuery.
    $.get
    $.post
    $.getJSON
    $.ajax
    xml (к чему бы это?) 
    html
    JavaScript Object Notation (JSON)
    Handling return types

  • Комментариев нет: