Presentation is loading. Please wait.

Presentation is loading. Please wait.

Developing for SharePoint with Visual Studio Jason Keicher

Similar presentations


Presentation on theme: "Developing for SharePoint with Visual Studio Jason Keicher"— Presentation transcript:

1 Developing for SharePoint with Visual Studio Jason Keicher jkeicher@Microsoft.com

2 What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell

3 Windows SharePoint Services (WSS v3) Site and Workspace Provisioning Engine Out-of-the-box Collaboration Services Microsoft Office SharePoint Server (MOSS) User Profiles, Search, Workflows, WCM BDC, Excel Services, Forms Services, ECM Windows SharePoint Services 3.0 (WSS v3) Browser Clients MS Word Clients MS Outlook Clients Microsoft Office SharePoint Server 2007 (MOSS) Windows Server 2003 or 2008 (32-bit or x64) Internet Information Services 6.0 or 7.0.NET Framework 3.0

4 An evolved version of MOSS and WSS v3 Microsoft SharePoint Server 2010 Microsoft SharePoint Foundation 2010 Development can now be done on client OS Significant enhancement for many development teams Microsoft SharePoint Foundation 2010 Browser Clients MS Word Clients MS Outlook Clients Microsoft SharePoint Server 2010 Windows Server 2008 (x64 only) for Production Environments Windows 7 or Vista (x64 only) for Development Environments only Internet Information Services 7.0.NET Framework and ASP.NET 3.5 SP1

5 Connect and Empower People Cut Costs with a Unified Infrastructure Rapidly Respond to Business Needs Communities Search Sites Composites ContentInsights

6 Improvements to UI and accessibility features Better Tools for Developers and Designers End-to-end Integration with PowerShell Improvements to lists and events New WSS integration with LINQ New client-side object model and runtime Enhanced support for developing workflow applications New Extensible architecture for service applications Evolving story for integrating SharePoint with external data New Connector framework enhances Search architecture User Solutions and Partially Trusted Code The shift to claims-based security

7

8 Server ribbon In-place editing Popup dialog AJAX refresh

9

10 What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell

11 - Farm (SPFarm) - Web Application (SPWebApplication) - Site Collection (SPSite) - Site (SPWeb) - List (SPList) - Item (SPListItem) - Document Library (SPDocumentLibrary) - File (SPFile) - Folder (SPFolder)

12

13

14 Make sure that your start VS 2010 as Admin Required for attaching VS 2010 debugger to IIS Worker Process (W3WP.EXE)

15

16 What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell

17 SharePoint 2010 development brings new tools Created by group within Visual Studio 2010 team Major step forward from SharePoint 2007 development New tools target SharePoint 2010 only These new tools are introduced in lecture 2 SharePoint ExplorerNew Project and Item Templates New Project Structure

18 SPD shell’s focus on SharePoint objects SPD objects have relationships Intuitive navigation between SPD objects SPD work migrates to Visual Studio 2010 SPD customization work exported to.wsp files.wsp files imported into Visual Studio SPD 2007 UI SPD 2010 UI New UI focused on SP Objects

19

20

21

22

23

24

25

26

27

28 // fake SPWeb var spWeb = new Microsoft.SharePoint.Fakes.ShimSPWeb() { UrlGet = () => "http://myurl" } // fake SPContext var spContext = new Microsoft.SharePoint.Fakes.ShimSPContext() { WebGet = () => spWeb };

29

30

31

32

33

34

35

36

37

38

39

40 MCSD: SharePoint Developer www.netcomlearning.com

41 MCSD: SharePoint Developer | Step 1 Upcoming Classes: July 22 nd NYC & Live Online August 17 th in Las Vegas & Live Online

42 MCSD: SharePoint Developer | Step 2 www.netcomlearning.com

43 1-888-5-NETCOM (563-8266) info@netcomlearning.com www.NetComLearning.com


Download ppt "Developing for SharePoint with Visual Studio Jason Keicher"

Similar presentations


Ads by Google