This is the fifth post (first, second, third, fourth) in another collection of posts that have links to the different objectives covered in the 70-515 exam. There is also a series on ASP.NET 3.5 exam 70-562 (here) and Web Applications .NET 2.0 exam 70-528 (here)
Please note that information and exam is currently in beta and subject to change. This exam guide is for use at your own discretion and the author accepts NO liability in relation to incorrect or missing information. Also note that using this guide to study does not imply you will pass the exam
Displaying and Manipulating Data (19%)
- Implement data-bound controls
This objective may include but is not limited to:- DataList
- How to: Allow Users to Delete Items in DataList Web Server Controls
- How to: Allow Users to Edit Items in DataList Web Server Controls
- How to: Allow Users to Select Items in DataList Web Server Controls
- How to: Customize DataList Items at Run Time
- How to: Customize Items Dynamically in the DataList Web Server Control
- How to: Respond to Button Events in DataList or Repeater Items
- How to: Respond to Button Events in DataList, Repeater, or GridView Items
- How to: Specify Flow or Table Format in DataList Web Server Controls
- How to: Specify Horizontal or Vertical Layout in DataList Web Server Controls
- Walkthrough: Creating a Web Page to Display XML Data
- Walkthrough: Data Binding to a Custom Business Object
- Walkthrough: Displaying and Formatting Data with the DataList Web Server Control
- Repeater
- ListView
- FormsView
- DetailsView
- TreeView
- DataPager
- Chart
- GridView
- DataList
- Implement DataSource controls
This objective may include but is not limited to: - 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 XML Overview
- LINQ to XML vs. DOM
- LINQ to XML vs. Other XML Technologies
- LINQ to SQL
- Creating the Object Model (LINQ to SQL)
- Communicating with the Database (LINQ to SQL)
- Querying the Database (LINQ to SQL)
- Making and Submitting Data Changes (LINQ to SQL)
- Stored Procedures (LINQ to SQL)
- Samples (LINQ to SQL)
- Implementing Business Logic (LINQ to SQL)
- LINQ to SQL N-Tier with ASP.NET
- LINQ to SQL N-Tier with Web Services
- Customizing Insert, Update, and Delete Operations (LINQ to SQL)
- Data Binding (LINQ to SQL)
- LINQ to Entities
- LINQ to Objects
- managing DataContext lifetime
- Create and consume a data service.
- This objective may include but is not limited to:
- Web service
- How to: Call a Web Service
- Using Web Services in Ajax
- Consuming a dataset from an XML Web Service (ADO.NET)
- WCF
- ASP.NET Application Services Overview
- How to: Enable the WCF Authentication Service.
- How to: Enable the WCF Role Service.
- How to: Enable the WCF Profile Service.
- Walkthrough: Using ASP.NET Application Services.
- How to: Define a Windows Communication Foundation Service Contract
- Exposing WCF Services to Client Script
- server to server calls
- JSON serialization
- XML serialization
- Introducing XML Serialization
- How to: Serialize an Object
- How to: Deserialize an Object
- Examples of XML Serialization
- Controlling XML Serialization Using Attributes
- Attributes That Control XML Serialization
- How to: Specify an Alternate Element Name for an XML Stream
- How to: Control Serialization of Derived Classes
- How to: Qualify XML Element and XML Attribute Names
- XML Serialization with XML Web Services
- How to: Serialize an Object as a SOAP-Encoded XML Stream
- How to: Override Encoded SOAP XML Serialization
- Attributes That Control Encoded SOAP Serialization
- Create and configure a Dynamic Data project
This objective may include but is not limited to:- Dynamic data controls
- System.Web.DynamicData Namespace
- DynamicEntity
- DynamicField
- DynamicFilter
- DynamicHyperLink
- DynamicQueryStringParameter
- DynamicValidator
- FilterRepeater
- QueryableFilterRepeater
- Custom field templates
- How to: Customize ASP.NET Dynamic Data Default Field Templates
- How to: Customize Data Field Appearance and Behavior in a Data-Bound Control
- How to: Create Table Action Links in Dynamic Data
- Walkthrough: Customizing Table Layout Using Entity Templates.
- How to: Customize the Layout of an Individual Table By Using a Custom Page Template
- How to: Customize Data Field Display in the Data Model
- How to: Customize Data Field Appearance and Behavior For Non-Intrinsic Data Types in the Data Model
- Walkthrough: Customizing Data Field Appearance and Behavior in the Data Model
- connecting to DataContext and ObjectContext
There are no books available for this exam at this time due to the fact that the exam is in beta until 30-April-2010. 8 weeks after this date is the expected go live date for this exam.
4 comments:
Any changes to get list of objectives for 70-511
The link on GridView is the same as the one on ListView. I guess the correct one should be http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx
The link on GridView is the same as the link on ListView. I guess the correct one should be http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx.
And one more: The link on QueryExtender is the same as the one on SqlDataSource. Should be http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.queryextender.aspx
Post a Comment