0% found this document useful (0 votes)
448 views8 pages

Share Point Course

This document provides an overview and module summaries for a five-day instructor-led course titled "Advanced SharePoint 2007 Development Part I". The course aims to provide students with the knowledge and skills to become proficient Microsoft SharePoint 2007 developers. It covers topics such as custom authentication, permissions, in-browser customization, content types, features, workflows, the object model, and upgrading from Windows SharePoint Services 2.0 to 3.0. The course contains 24 modules and is intended for experienced SharePoint developers.

Uploaded by

semalaiappan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
448 views8 pages

Share Point Course

This document provides an overview and module summaries for a five-day instructor-led course titled "Advanced SharePoint 2007 Development Part I". The course aims to provide students with the knowledge and skills to become proficient Microsoft SharePoint 2007 developers. It covers topics such as custom authentication, permissions, in-browser customization, content types, features, workflows, the object model, and upgrading from Windows SharePoint Services 2.0 to 3.0. The course contains 24 modules and is intended for experienced SharePoint developers.

Uploaded by

semalaiappan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Advanced SharePoint 2007

Development Part I
(MOC #50064)

Course Number 6220 – 40 Hours

This five-day instructor-led course provides students with the knowledge and
skills to become a top-notch Microsoft SharePoint 2007 Developer. From AJAX
to Event Handlers and Features, you will gain important insight into the internal
workings of SharePoint 2007.

After completing this course, students will be able to:


ƒ Create a SharePoint site that is customized and personalized to the end user
ƒ Create and run reports
ƒ Create custom field types to enhance functionality of lists

This course is intended for experienced SharePoint developers and students and
will guide them through the process of architecting and developing SharePoint
applications and customizations.

Before attending this course, students must have:


ƒ Course #4995: Programming with Microsoft .NET Framework Using
Microsoft Visual Studio 2005
ƒ Course #2542: Advanced Data Access with Visual Studio 2005
ƒ Course #2543: Core Web Application Technologies with Microsoft Visual
Studio 2005
ƒ Course #5060: Implementing Windows SharePoint Services 3.0 2007
ƒ Course #5061: Implementing Microsoft Office SharePoint Server 2007

-1-
ƒ Course #6219: Introduction to Development Using Windows SharePoint
Services 3.0 (MOC #50046)

Module 1: Course Overview


This module explains how the class will be structured and introduces course
materials and additional administrative information.
ƒ Introduction
ƒ Course Materials
ƒ Facilities
ƒ Prerequisites
ƒ What We'll Be Discussing

Module 2: Custom Authentication


This module explains ASP.NET providers, how to create a single sign-on, and
how to configure a SharePoint Web Application.
ƒ Overview
ƒ SharePoint = ASP.NET Application
ƒ ASP.NET Providers
ƒ Microsoft Single Sign-On
ƒ Demonstration: Custom Authentication

Module 3: SharePoint Permissions


This module explains the permissions in Microsoft Windows Server Systems
(WSS) and how they have been enhanced, explains how to set permissions at an
item level, and describes naming conventions.
ƒ Overview
ƒ IIS Application Pools
ƒ SharePoint Windows Groups
ƒ SharePoint Default Groups
ƒ ASP.NET Membership/Role Provider
ƒ Assignable Entities
ƒ Custom Permission Levels
ƒ Permissions
ƒ Site/List/Item Permission Inheritance
ƒ Security Trimmed Interface
ƒ Web Application Policy
ƒ SPSecurity Class
ƒ Single Sign-On
ƒ Demonstration: SharePoint Permissions

-2-
Module 4: In-Browser Customization
This module explains how to add and edit new pages using web parts, master
pages, and themes.
ƒ Overview
ƒ SharePoint UI Overview
ƒ Default.aspx
ƒ Everything Is a List
ƒ Using Web Parts
ƒ Customization Web Parts
ƒ Adding New Pages
ƒ Editing New Pages
ƒ Master Pages
ƒ Themes
ƒ Navigation
ƒ Demonstration: In-Browser Customizations
ƒ Page Layouts
ƒ Content Types
ƒ Content Management Server (CMS)

Module 5: Basic SharePoint Designer


This module explains the SharePoint designer basics, how to create and modify
existing sites, and how to create CSS style sheets.
ƒ Overview
ƒ SharePoint Designer Basics
ƒ Creating/Modifying Existing Sites
ƒ Exploring Team Sites
ƒ Exploring Portal Sites
ƒ Demonstration: SharePoint Designer
ƒ ASP.NET Pages
ƒ SharePoint Designer Editing Features
ƒ Demonstration: SharePoint Designer
ƒ Creating Master Pages
ƒ Demonstration: SharePoint Designer
ƒ Using SharePoint Controls
ƒ Demonstration: SharePoint Designer
ƒ Creating CSS Style Sheets
ƒ Demonstration: SharePoint Designer

Module 6: Advanced SharePoint Designer


This module explains reports, data views, data sources, and how to back up and
restore a Web site.
ƒ Overview

-3-
ƒ Built-In Reports
ƒ Data Views
ƒ Data Sources
ƒ Backup Web Site
ƒ Restore Web Site
ƒ Demonstration: Advanced SharePoint Designer

Module 7: Content Types


This module explains different content types, document information panes, and
how to create custom content types.
ƒ Overview
ƒ Content Types Introduction
ƒ Built-In Content Types/ Inheritance
ƒ Content Type Settings
ƒ Site/Content Type Columns
ƒ Document Information Panel
ƒ Workflows
ƒ Custom Content Types
ƒ Demonstration: Content Types

Module 8: Site Definitions


This module explains WSS built-in definitions, Microsoft Office SharePoint
Server 2007 built-in definitions, and CAML and describes the different
SharePoint templates and themes.
ƒ WSS Built-In Site Definitions
ƒ MOSS Built-In Site Definitions
ƒ CAML
ƒ Custom Site Definitions
ƒ Site Definition Elements
ƒ Site Definition Configuration Element
ƒ SharePoint Solution Generator
ƒ SharePoint Templates
ƒ SharePoint Themes
ƒ Demonstration: Site Definitions

Module 9: Features
This module explains types of features and how to create, activate, and deactivate
them.
ƒ Features Overview
ƒ Types of Features
ƒ Feature Scopes
ƒ Feature Dependencies

-4-
ƒ Feature Localization
ƒ Feature Event Receivers
ƒ Creating Features
ƒ Deploying Features
ƒ Activating/Deactivating Features
ƒ Solutions
ƒ Demonstration: Features

Module 10: Web Services API


This module explains web services API and some common SharePoint Web
Services that are available.
ƒ Overview
ƒ Web Service APIs
ƒ Why Use Web Services
ƒ Common SharePoint Web Services

Module 11: Web Part Development


This module explains web part connections, upgrading web parts, and code access
security.
ƒ Overview
ƒ Web Parts
ƒ WSS 2.0 vs. WSS 3.0 Web Parts
ƒ ASP.NET Web Part Class
ƒ Web Part Connections
ƒ Web Part Connections (Interfaces)
ƒ Upgrading your Web Parts to WSS 3.0
ƒ When to use SharePoint Web Part Class
ƒ Web Part Permissions
ƒ Code Access Security (CAS)
ƒ Web Part Performance Hints
ƒ Demonstration: WebParts

Module 12: Client Side Scripts / AJAX


This module explains how to emit client side scripts and describes common AJAX
uses.
ƒ Overview
ƒ Client Side Scripts
ƒ Emitting Client Side Scripts
ƒ AJAX Introduction
ƒ Common AJAX Uses
ƒ SharePoint AJAX Support
ƒ Demonstration: Client Side Scripts

-5-
Module 13: Object Model
This module explains object model Dlls and how to use the object model.
ƒ Object Model Overview
ƒ Object Model Dlls
ƒ Using the Object Model
ƒ SPSite vs. SPWeb
ƒ Namespace Changes (2.0 to 3.0)
ƒ Demonstration: Object Model

Module 14: Custom Field Types


This module explains how to create built-in types and custom field types.
ƒ Overview
ƒ Field Types Introduction
ƒ Built-In Field Types
ƒ Custom Field Types
ƒ Demonstration: Custom Field Types

Module 15: SharePoint Events / Timer Jobs


This module explains how to create new events in SharePoint.
ƒ Overview
ƒ SharePoint Event Handler History
ƒ New Events
ƒ More Event Details
ƒ SharePoint Timer Service
ƒ SP JobDefinition Class

Module 16: Shared Services


This module explains the features of the shared services.
ƒ Overview
ƒ Shared Services Features
ƒ Life without Shared Services Features
ƒ Life with Shared Services Features

Module 17: Workflows (SP Designer)


This module explains the differences between SharePoint Designer workflows,
conditions, and actions.
ƒ Overview
ƒ Built-In WSS/MOSS Workflows
ƒ SharePoint Designer Workflows
ƒ SharePoint Designer Conditions
ƒ SharePoint Designer Actions

-6-
ƒ Extending SharePoint Designer Workflows
ƒ Demonstration: SharePoint Designer Workflows

Module 18: Workflows (Visual Studio)


This module explains the types of workflows and how to use them with Visual
Studio and SharePoint.
ƒ Overview
ƒ Windows Workflow Foundation
ƒ Workflow Persistence
ƒ Workflow Types
ƒ Workflows with Visual Studio
ƒ SharePoint Workflows
ƒ SharePoint Workflows Forms
ƒ Debugging a Workflow
ƒ Comparison of Visual Studio vs. SharePoint Designer
ƒ Demonstration: Workflows (Visual Studio)

Module 19: ASP.NET Localization


This module explains how to use RESX files, SharePoint resource files, and
SharePoint language Packs.
ƒ Overview
ƒ ASP.NET Localization
ƒ Culture and UICulture
ƒ RESX Files
ƒ Implicit vs. Explicit
ƒ SharePoint Resource Files
ƒ Browser Language
ƒ SharePoint Language Packs
ƒ Demonstration: ASP.NET Localization

Module 20: SharePoint/Microsoft FrontPage RPC


This module explains how to use FrontPage RPC and SharePoint RPC.
ƒ Overview
ƒ FrontPage RPC
ƒ SharePoint RPC

Module 21: Excel Services


This module explains how to use Excel Services.
ƒ Overview
ƒ Excel Services Trusted Locations
ƒ Excel Services Web Parts
ƒ Excel Services Object Model/Web Services

-7-
Module 22: Business Data Catalog
This module explains Business Data Catalogs.
ƒ Overview
ƒ Application Definition Files
ƒ Business Data Catalog Web Parts
ƒ Business Data Catalog Indexing
ƒ Business Data Catalog with Single Sign-On

Module 23: Business Intelligence


This module explains how to use the report center, KPIs, dashboards, and
Reporting Services Integration.
ƒ Overview
ƒ Report Center
ƒ Key Performance Indicator (KPI)
ƒ Dashboards
ƒ Reporting Services Integration

Module 24: Upgrading WSS 2.0 to 3.0


This module explains how to use Presan.exe and database migration and explains
some migration issues.
ƒ Overview
ƒ Prescan.exe
ƒ In-Place Upgrade
ƒ Side-By-Side/ Gradual Upgrade
ƒ Side-By-Side/Gradual Upgrade Steps
ƒ Database Migration Upgrade
ƒ Upgrading Site Definitions
ƒ Migration Issues

-8-

You might also like