Thursday, May 19, 2011

Introduction to SharePoint Development with Microsoft Visual Studio 2010

familiar VS experience...build, debug. deploy SharePoint projects
VS allows programmers to do custom web parts,list definitions, event receivers,application pages, coded workflows
Use SharePoint designer to push to wsp packages to VS
There are project templates, and visual designers for SharePoint
Need to load powertools to get the sandboxed web part project template

dim  taskitem as splistItem = spcontext.current.web.lists["tasks"].items.add()
set values
TaskItem.Update

Event Listener - Whole list of events to listen to

Workflow project - will bring up work flow designer in VS

BDC designer..can drag and drop entities on
Videos on channel 9 on how to use

SharePoint exposes many Project system properties and commands
Feature designer, Package designer, Packaging Explorer
Add server Explorer Integration for sityes on your dev box

No comments:

Post a Comment