вторник, 16 ноября 2010 г.

Exam 70-515: TS: Web Applications Development with Microsoft .NET Framework 4, Часть 5: Displaying and Manipulating Data

>> В начало

Displaying and Manipulating Data (19%)

  • Implement data-bound controls.
    This objective may include but is not limited to: advanced customization of DataList, Repeater, ListView, FormsView, DetailsView, TreeView, DataPager, Chart, GridView
    This objective does not include: working in Design mode
  • Implement DataSource controls.
    This objective may include but is not limited to: ObjectDataSource, LinqDataSource, XmlDataSource, SqlDataSource, QueryExtender, EntityDataSource
    This objective does not include: AccessDataSource, SiteMapDataSource
  • Query and manipulate data by using LINQ.
    This objective may include but is not limited to: transforming data by using LINQ to create XML or JSON, LINQ to SQL, LINQ to Entities, LINQ to objects, managing DataContext lifetime
    This objective does not include: basic LINQ to SQL
  • Create and consume a data service.
    This objective may include but is not limited to: WCF, Web service; server to server calls; JSON serialization, XML serialization
    This objective does not include: client side, ADO.NET Data Services
  • Create and configure a Dynamic Data project.
    This objective may include but is not limited to: dynamic data controls, custom field templates; connecting to DataContext and ObjectContext

Ccылки на MSDN:

  • Implement data-bound controls.
    DataList
    Repeater
    ListView
    FormsView
    DetailsView
    TreeView
    DataPager
    Chart
    GridView
  • Implement DataSource controls.
    ObjectDataSource
    LinqDataSource
    XmlDataSource
    SqlDataSource
    QueryExtender
    EntityDataSource
  • Query and manipulate data by using LINQ.
    Transforming data by using LINQ to create XML or JSON (LINQ to XML, System.Json)
    LINQ to SQL
    LINQ to Entities
    LINQ to objects
    Managing DataContext lifetime
  • Create and consume a data service.
    WCF
    Web service
    Server to server calls
    JSON serialization
    XML serialization
  • Create and configure a Dynamic Data project.
    Dynamic data controls
    Custom field templates
    Connecting to DataContext and ObjectContext

     

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