MCSEClasses Certification Training Boot Camp MCSE MCSD MCDBA Cisco CIW Linux Oracle Java Security Military Discounts Testimonials About Us Linux/Unix Certification MCSD Certification Home MCSE Certification MCDBA Certification Cisco Certification Security Certification Java Certification Oracle® Certification CIW Certification Jobs Distance Learning Boot Camp Financing Boot Camp Pricing Boot Camp Technical Schedule Contact Us


Microsoft Course 10175 Training - MOC 10175 Class Outline

Microsoft Course 10175: Developing and Customizing Applications for Microsoft SharePoint 2010

Course Length: 4 days
Certifications: MCTS: SharePoint 2010, Application Development
Number of Exams: 1

Class Schedule
07/14/12 - 07/17/12

Info/Enroll

09/15/12 - 09/18/12

Info/Enroll

11/03/12 - 11/06/12

Info/Enroll


  • Hands-on instruction by a certified instructor
  • Includes all course materials and practice exams
  • Includes all certification exams
  • Onsite Testing
  • Breakfast and Lunch provided each day

Microsoft Exam 70-573 - This course provides existing .NET developers with practical information and labs that enables them to build solutions on the Microsoft SharePoint 2010 platform.

This course prepares students for the Microsoft Exam 70-573.

Audience Profile

This course is intended for professional developers who use Microsoft SharePoint 2010 in a team-based, medium-sized to large development environment. Members of the audience are experienced users of Microsoft Visual Studio 2008 SP1. The audience understands how to use the new features of SharePoint 2010 and Visual Studio 2010.

At Course Completion

After completing this course, students will be able to:

  • Describe the SharePoint 2010 development platform and the benefits and features that it offers to developers.
  • Use development tools that are integrated with the SharePoint 2010 development platform, such as Visual Studio 2010 and SharePoint Designer 2010.
  • Develop Web Parts for SharePoint 2010 solutions.
  • Develop code that uses the server-side objects provided by the SharePoint 2010 development platform.
  • Develop event receivers and manipulate application settings for SharePoint 2010 solutions.
  • Develop solutions that access external data by using Business Connectivity Services.
  • Develop workflows as part of SharePoint 2010 solutions.
  • Develop code that uses the client-side objects provided by the SharePoint 2010 development platform.
  • Develop server ribbon controls and client dialogs for the new user interface platform of SharePoint 2010.
  • Develop Microsoft Silverlight applications that are integrated with SharePoint 2010 data and solutions.
  • Develop sandboxed solutions for SharePoint 2010.
  • Develop code that uses the taxonomic and user profile services of the SharePoint 2010 development platform.
  • Develop code that uses the content management services of the SharePoint 2010 development platform.

Course Outline

Module 1: Introduction to the SharePoint 2010 Development Platform

This module describes the SharePoint 2010 development platform and the benefits and features that it offers to developers.

  • SharePoint 2010 as a Development Platform
  • SharePoint 2010 Object Hierarchy
  • Working with SharePoint 2010 Objects

After completing this module, students will be able to:

  • Describe SharePoint 2010 as a development platform.
  • Describe the SharePoint 2010 object hierarchy from the perspective of a developer.
  • Work with SharePoint 2010 objects programmatically.
Module 2: Using SharePoint 2010 Developer Tools

This module describes how to use development tools that are integrated with the SharePoint 2010 development platform, such as Visual Studio 2010 and SharePoint Designer 2010.

  • Developing SharePoint Sites by Using SharePoint Designer 2010
  • Developing SharePoint Solutions by Using Visual Studio 2010
  • Packaging and Deploying SharePoint 2010 Solutions

After completing this module, students will be able to:

  • Develop SharePoint sites by using SharePoint Designer 2010.
  • Develop SharePoint solutions by using Visual Studio 2010.
  • Package and deploy SharePoint 2010 solutions.
Module 3: Developing SharePoint 2010 Web Parts

This module describes how to develop Web Parts for SharePoint 2010 solutions.

  • Developing Standard Web Parts
  • Developing Connected Web Parts
  • Developing Visual Web Parts

After completing this module, students will be able to:

  • Develop standard Web Parts.
  • Develop connected Web Parts.
  • Develop Visual Web Parts.
Module 4: Working with SharePoint Objects on the Server

This module describes how to develop code that uses the server-side objects provided by the SharePoint 2010 development platform.

  • Working with SharePoint Sites Programmatically
  • Working with SharePoint Lists Programmatically
  • Working with List Data Programmatically

After completing this module, students will be able to:

  • Create and manipulate SharePoint sites.
  • Create and manipulate SharePoint lists.
  • Retrieve, add, update, and delete SharePoint list data.
Module 5: Creating Event Receivers and Application Settings

This module describes how to develop event receivers and manipulate application settings for SharePoint 2010 solutions.

  • Creating Event Receivers
  • Working with Web.Config Programmatically

After completing this module, students will be able to:

  • Create event receivers for SharePoint 2010 solutions.
  • Add, modify, and retrieve Web.config settings programmatically for use in your SharePoint solutions.
Module 6: Developing Solutions by Using Business Connectivity Services

This module describes how to develop solutions that access external data by using Business Connectivity Services.

  • Business Connectivity Services Overview
  • Developing External Content Types and Lists by Using SharePoint Designer
  • Developing Business Connectivity Services Solutions by Using Visual Studio 2010

After completing this module, students will be able to:

  • Describe Business Connectivity Services.
  • Develop external content types and lists by using SharePoint Designer 2010.
  • Develop Business Connectivity Services solutions by using Microsoft Visual Studio 2010.
Module 7: Developing SharePoint 2010 Workflows

This module describes how to develop workflows as part of SharePoint 2010 solutions.

  • Creating Workflows with SharePoint Designer
  • Creating Workflows with Visual Studio 2010

After completing this module, students will be able to:

  • Create workflows for SharePoint by using SharePoint Designer 2010.
  • Create workflows for SharePoint by using Microsoft Visual Studio 2010.
Module 8: Working with Client-Based APIs for SharePoint 2010

This module describes how to develop code that uses the client-side objects provided by the SharePoint 2010 development platform.

  • Overview of the SharePoint 2010 Client Object Model
  • Working with the SharePoint 2010 Client Object Model in .NET Applications

After completing this module, students will be able to:

  • Describe the SharePoint 2010 Client Object Model.
  • Work with the SharePoint 2010 Client Object Model in Microsoft .NET Framework applications.
Module 9: Developing Interactive User Interfaces

This module describes how to develop server ribbon controls and client dialogs for the new user interface platform of SharePoint 2010.

  • Creating Menu Items and Ribbon Controls
  • Creating Client-Side Dialogs

After completing this module, students will be able to:

  • Create menu items and ribbon controls.
  • Create client-side dialogs.
Module 10: Developing Silverlight Applications for SharePoint

This module describes how to develop Silverlight applications that are integrated with SharePoint 2010 data and solutions.

  • Creating Silverlight Applications for SharePoint 2010
  • Deploying and Debugging Silverlight Applications for SharePoint 2010

After completing this module, students will be able to:

  • Develop Silverlight applications for SharePoint 2010.
  • Deploy and debug Silverlight applications for SharePoint 2010.
Module 11: Developing Sandboxed Solutions

This module describes how to develop sandboxed solutions for SharePoint 2010.

  • Sandboxing and User Solutions
  • Restrictions for Sandboxed Solutions

After completing this module, students will be able to:

  • Develop sandboxed solutions.
  • Describe what is allowed and what is not allowed in sandboxed solutions.
Module 12: Working with SharePoint Server Profiles and Taxonomy APIs

This module describes how to develop code that uses the taxonomic and user profile services of the SharePoint 2010 development platform.

  • User Profiles
  • Taxonomies

After completing this module, students will be able to:

  • Create, retrieve, and manipulate user profiles and user profile properties.
  • Create and retrieve taxonomic terms.
Module 13: Developing Content Management Solutions

This module describes how to develop code that uses the content management services of the SharePoint 2010 development platform.

  • Developing Enterprise Content Management Solutions
  • Developing Web Content Management Solutions

After completing this module, students will be able to:

  • Describe how to develop enterprise content management solutions for Microsoft SharePoint Server 2010.
  • Describe how to develop Web content management features Microsoft SharePoint Server 2010.

MCSEClasses.com is your best choice for MOC 10175, MOC 10175 training, MOC 10175 certification, MOC 10175 certification boot camp, MOC 10175 boot camp, MOC 10175 certification training, MOC 10175 boot camp training, MOC 10175 boot camp certification, MOC 10175 certification course, MOC 10175 course, training MOC 10175, certification MOC 10175, boot camp MOC 10175, certification MOC 10175 boot camp, certification MOC 10175 training, boot camp MOC 10175 training, certification MOC 10175 course.



mcseclasses home | technical schedule | application schedule | class outlines | mcse, mcdba, mcsd training | microsoft .net | cisco certification | security training | ced solutions oracle® certification training | linux, unix, aix | comptia certification | webmaster training | pricing | locations | financing | instructors needed | e-mail us





Search classes by keyword:


Search classes by category:

mcse training
MCSE boot camp MCSE Training MCSE Certification MCSE Bootcamp MCSE Boot Camp MCSE Course MCSE Training MCSE Certification MCSE Bootcamp MCSE Boot Camp MCSE MCSA Training MCSA Certification MCSA Bootcamp MCSA Boot Camp MCSA Course MCSA Training MCSA Certification MCSA Bootcamp MCSA Boot Camp MCSA Course MCSA MCSE 2003 MCSE Training 2003 MCSE Certification 2003 MCSE Boot Camp 2003 MCSE Course 2003 MCSE 2003 Training MCSE 2003 Certification MCSE 2003 Boot Camp MCSE 2003 Course Training MCSE 2003 Certification MCSE 2003 Boot Camp MCSE 2003 Course MCSE 2003 MCSE Training Course MCSE Training Boot Camp MCSE training
MCSE certification MCSE Training Certification
Training MCSE Certification Training MCSE Boot Camp Training MCSE Course MCSE Certification Training MCSE Certification Boot Camp MCSE Certification Course MCSE Boot Camp Training MCSE Boot Camp Course MCSE Course Training MCSE Course Certification MCSD MCSD Training MCSD Certification MCSD Course Certification Training Training Certification Microsoft Certification Certification Microsoft Microsoft Training

Copyright © 2012 CED Solutions. CED Solutions Refund Policy. All Rights Reserved.