Archive

Posts Tagged ‘Developers’

SharePoint Developer credit class at DePaul University in Chicago

This looks like a great option to learn SharePoint 2007 and SharePoint 2010 development while earning college credit at a well known University in Chicago.

It is rare to see universities offering classes on very current technologies not to mention offering college credit for a very current version and the future version of SharePoint.

http://www.cdm.depaul.edu/ipd/Programs/Pages/SharePointDeveloperProgram.aspx

Overview
A 10-week comprehensive program covering Microsoft SharePoint development. The program exposes students to SharePoint architecture and the use of SharePoint as a development platform for building customized solutions, focusing on SharePoint as a collaboration framework and content management system.

The program will begin with an overview of the various product editions and their features as well as a refresher of the .NET 2.0+ fundamentals that SharePoint is built upon. The program will then provide in-depth coverage of the core development constructs of SharePoint to enable the student to understand how the pieces fit together in common use cases. Finally, the program will expose the student to current development trends and how they will carry over into the next release of the product, SharePoint 2010.

Admission Requirements
Applicants must have a solid programming background (at least two years of professional experience is preferred), including some experience building dynamic websites using ASP.NET and C#, and knowledge of basic HTML/CSS.

Dates & Location: Spring Quarter 2010
Application deadline: Mar. 12, 2010
Tuition deadline: Mar. 18, 2010
Classes begin: Mar. 30, 2010 
Classes end: Jun. 3, 2010
Classes meet on Tuesday and Thursday evenings (5:45pm-9pm) at DePaul University’s Loop Campus at 243 South Wabash Avenue, Chicago, IL.

Online Section:
Students may elect to register for an online section of the course. For more information about the online section, click here.
DePaul University reserves the right to cancel any program prior to that program’s first class meeting.

Course Credit

The SharePoint Developer Program is an accredited course of DePaul University, which follows the quarter system (as opposed to the semester system).
Course #: IPD 358
Credit hours: 10 undergraduate

For a complete program description, download the program brochure.

February 20th, 2010 Neal McFee No comments

SharePoint 2010: Professional Developer Evaluation Guide and Walkthroughs

This evaluation guide is designed to give you an overview of the feature set and extensibility points for Microsoft SharePoint 2010 and an understanding of how the professional developer can use these features and extensibility points to create comprehensive solutions. This guide begins with an overview of the types of solutions that you can build by developing on SharePoint. It then addresses the developer tools for SharePoint 2010, the new platform features, and the solution deployment enhancements. The guide concludes with six walkthroughs that show example developer customizations in SharePoint 2010.

Contents

 
  • Abstract
  • Introduction   
  • Summary of What’s New
  • Key Types of Solutions Built on SharePoint by Developers
  • Building Applications on SharePoint
  • Business Collaborative Applications
  • User Interface Portal for Line of Business Application Data
  • Customizing Out-of-Box Workloads
  • One Web Part Solutions
  • Improved Developer Productivity with Better Tools
  • Visual Studio 2010 SharePoint tools
  • Visual Studio 2010 SharePoint tools extensibility
  • Developer Workstation support for Windows 7 and Windows Vista SP1
  • Upgrading from Visual Studio 2008 extensions for SharePoint to Visual Studio 2010 SharePoint tools
  • SharePoint Designer 2010
  • SharePoint Designer 2010 Workflow Design
  • SharePoint Designer 2010 Business Connectivity Services Design
  • Developer Dashboard
  • SharePoint 2010 Application Lifecycle Management
  • Better Solutions with Rich Platform Services
  • User Interface
  • Building User Interface
  • The SharePoint 2010 Ribbon
  • The SharePoint 2010 Dialog Framework
  • New Silverlight Web Part
  • Data and Programmability
  • SharePoint List Lookups and Relationships
  • Business Connectivity Services
  • LINQ to SharePoint
  • Performance Enhancements
  • Event Enhancements
  • Workflow Enhancements
  • Document Sets
  • SharePoint 2010 API Choices
  • Flexible Deployment Increases the value of SharePoint Solutions
  • Sandboxed Solutions
  • SharePoint Online
  • Upgrading Solutions
  • Learning More
  • Conclusion
 
SharePoint 2010 Developer Walkthroughs
Walkthrough 1: Using LINQ to SharePoint from within a Visual web part
Walkthrough 2: Building a Web Part for a Sandboxed Solution
Walkthrough 3: SharePoint Designer Workflows imported to Visual Studio 2010
Walkthrough 4: Accessing List Data using the JavaScript Client OM
Walkthrough 5: Creating and Using External Lists in SharePoint 2010
Walkthrough 6: Extending the SharePoint 2010 UI with Silverlight

 

Link to PDF – SharePoint 2010: Professional Developer Evaluation Guide and Walkthroughs

February 10th, 2010 Neal McFee No comments

New Feature Receiver Method ~ SPFeatureReceiver.FeatureUpgrading

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes

  Syntax

Visual Basic (Declaration)

Public Overridable Sub FeatureUpgrading ( _
    properties As SPFeatureReceiverProperties, _
    upgradeActionName As String, _
    parameters As IDictionary(Of String, String) _
)

Visual Basic (Usage)

Dim instance As SPFeatureReceiver
Dim properties As SPFeatureReceiverProperties
Dim upgradeActionName As String
Dim parameters As IDictionary(Of String, String)

instance.FeatureUpgrading(properties, _
    upgradeActionName, parameters)

C#

public virtual void FeatureUpgrading(
    SPFeatureReceiverProperties properties,
    string upgradeActionName,
    IDictionary<string, string> parameters
)
Parameters
properties
Type: Microsoft.SharePoint..::.SPFeatureReceiverProperties
upgradeActionName
Type: System..::.String
parameters
Type: System.Collections.Generic..::.IDictionary<(Of <(String, String>)>)

 

Link – MSDN original

February 8th, 2010 Neal McFee No comments

Sharepoint 2010 Beta Developer Training Kit

The SharePoint 2010 Beta Developer Training Kit provides developers with deep guidance on how to develop for SharePoint 2010. Through PowerPoint decks, Hands-On Labs, Source Code, and Instructor-Led Videos, the developer kit walks you through an array of important developer topics–including Developer Roadmap, Visual Studio tooling, Workflow, Business Connectivity Services, and much, much more.

Audience Prerequisites

Basic understanding of Microsoft Office, SharePoint and using Microsoft Visual Studio.

SharePoint
Office
Units in this course
  • Getting Started with SharePoint 2010
  • SharePoint 2010 Developer Roadmap
  • Visual Studio 2010 Tools for SharePoint 2010
  • UI Enhancements
  • Lists and Schemas
  • LINQ to SharePoint
  • Client Object Model
  • Workflow
  • Services Architecture
  • Accessing External Data
  • Enterprise Content Management
  • Extending Search
  • PerformancePoint Services
  • Sandboxed Solutions
  • Sharepoint 2010 Security

Download – Microsoft Download Center

February 8th, 2010 Neal McFee No comments

SharePoint 2010: SharePoint Developer Platform Wall Poster

The SharePoint 2010 Developer Platform wall poster (PDF format) shows a colorful view of SharePoint 2010 developer tools, community ecosystem, execution environment, SharePoint Server 2010 workloads, and target application types. The poster is intended to be printed at 24 inches x 36 inches (61 centimeters x 91 centimeters).

This is a great wall poster.
Potential uses would be an alternate view of the tools and resources needed besides that usual “Buckets” or “SharePoint Wheel” graphics used in many Microsoft PowerPoint presentations.

Link – Download Center

February 8th, 2010 Neal McFee No comments