1/1页1 跳转到查看:593
发新话题 回复该主题

sharepoint 2010发布在即,你准备好了吗?(大量sharepoint2010资源提供下载)

sharepoint 2010发布在即,你准备好了吗?(大量sharepoint2010资源提供下载)

原文地址:http://www.cnblogs.com/angelsu/archive/2009/10/20/1586760.html

随着sharepoint 2010 conference大会召开,微软为我们提供大量可供开发和下载的sharepoint 2010资料。白皮书,动手手册,sdk全部开放。

1、sharepoint 2010 sdk

http://msdn.microsoft.com/en-us/library/ee557253(office.14).aspx

sharepoint 2010 development in vs2010

SharePoint Development in Visual Studio

Getting Started (SharePoint Development in Visual Studio)
Developing SharePoint Solutions
SharePoint Project and Project Item Templates
Walkthrough: Create a Custom Field, Content Type, List Definition, and List Instance
How to: Create an Event Receiver
Walkthrough: Add Feature Event Receivers
SharePoint Workflow Solutions
Walkthrough: Creating and Debugging a SharePoint Workflow Solution
Walkthrough: Creating a Workflow with Association and Initiation Forms
Walkthrough: Add an Application Page to a Workflow
Walkthrough: Create a Custom Site Workflow Activity
Walkthrough: Import a SharePoint Designer Reusable Workflow into Visual Studio 2010
Creating Site Definitions for SharePoint
Walkthrough: Create a Site Definition Project
Using Modules to Provision Files
How-to: Provision a File by Using a Module
How to: Add Items to a SharePoint Project
How to: Add and Remove Mapped Folders
How to: Add a Resource File
Sandboxed Solution Considerations
Replaceable Parameters
Integrating Business Data into SharePoint
Creating a Business Data Connectivity Model
How to: Create a BDC Model
How to: Add an Existing BDC Model File to a SharePoint Project
How to: Use a Resource File to Specify Localized Names, Properties, and Permissions
How to: Include a Custom Assembly in a BDC Feature
Designing a Business Data Connectivity Model
BDC Model Design Tools Overview
How to: Add an Entity to a Model
How to: Add a Finder Method
How to: Add a Specific Finder Method
How to: Add a Creator Method
How to: Add a Deleter Method
How to: Add an Updater Method
How to: Add a Parameter to a Method
How to: Define the Type Descriptor of a Parameter
How to: Define a Method Instance
How to: Add a Filter Descriptor to a Finder Method
Creating an Association Between Entities
How to: Create an Association between Entities
Walkthrough: Creating an External List in SharePoint by Using Business Data
Creating Web Parts for a SharePoint Site
How to: Create a SharePoint Web Part
How to: Create a SharePoint Web Part by Using a Designer
Walkthrough: Creating a Web Part for SharePoint
Walkthrough: Creating a Web Part for SharePoint by Using a Designer
Creating Application Pages for SharePoint
How to: Create an Application Page
Walkthrough: Creating an Application Page
Creating Reusable Controls for Web Parts or Application Pages
How to: Create a User Control for a SharePoint Application Page or Web Part
Importing Items from an Existing SharePoint Site
Walkthrough: Import Items from an Existing SharePoint Site
Browsing SharePoint Connections Using Server Explorer
How to: Add or Remove SharePoint Connections
Building and Debugging SharePoint Solutions
How to: Build SharePoint Solutions
Troubleshooting SharePoint Solutions
Debugging SharePoint Solutions
Differences Between Sandboxed and Farm Solutions
Packaging and Deploying SharePoint Solutions
Creating SharePoint Features
How to: Add a Feature to SharePoint Solutions
How to: Customize a SharePoint Feature
How to: Add and Remove Items to SharePoint Features
How to: Add and Remove Feature Dependencies
Creating SharePoint Solution Packages
How to: Customize a SharePoint Solution Package
How to: Add and Remove Features to a Package by Using the Package Designer
How to: Add and Remove Features to a Package by Using the Packaging Explorer
How to: Create a SharePoint Solution Package (wsp)
How to: Add and Remove Additional Assemblies
Deploying SharePoint Solution Packages
How to: Deploy a SharePoint Solution
How to: Set SharePoint Deployment Commands
How to: Edit a SharePoint Deployment Configuration
Walkthrough: Deploying a Project Task List Definition
Troubleshooting SharePoint Packaging and Deployment
SharePoint Development Samples and Walkthroughs
SharePoint Development Samples
SharePoint Development Walkthroughs
Extending the SharePoint Tools in Visual Studio
Understanding the Visual Studio and SharePoint Object Models
Extending the SharePoint Project System
Extending and Creating SharePoint Project Item Types
How to: Create a SharePoint Project Item Extension
How to: Define a SharePoint Project Item Type
How to: Add a Shortcut Menu Item to a SharePoint Project Item
How to: Add a Property to a SharePoint Project Item
Walkthrough: Extending a SharePoint Project Item
Walkthrough: Defining a SharePoint Project Item with an Item Template
Walkthrough: Defining a SharePoint Project Item With a Project Template
Extending SharePoint Projects
How to: Create a SharePoint Project Extension
How to: Handle Events for a SharePoint Project
How to: Add a Design-Time Property to a SharePoint Project
Walkthrough: Extending a SharePoint Project
Extending SharePoint Packaging and Deployment
How to: Run Code When a SharePoint Solution is Deployed or Retracted
Walkthrough: Creating a Custom Deployment Step for SharePoint Projects
How to: Create Custom Feature and Package Validation Rules for SharePoint Solutions
How to: Create a SharePoint Package by Using MSBuild Tasks
How to: Customize a SharePoint Package by Using MSBuild Targets
Extending the SharePoint Connections Node in Server Explorer
How to: Extend a SharePoint Node in Server Explorer
How to: Add a Custom SharePoint Node to Server Explorer
Walkthrough: Extending Server Explorer to Display Web Parts
Programming Extensions for the SharePoint Tools in Visual Studio
Calling into the SharePoint Object Models
How to: Create a SharePoint Command
How to: Execute a SharePoint Command
Walkthrough: Calling into the SharePoint Server Object Model in a Server Explorer Extension
Using the SharePoint Project Service
How to: Retrieve the SharePoint Project Service
Converting Between SharePoint Project System Types and Other Visual Studio Project Types
Associating Custom Data with SharePoint Tools Extensions
Deploying Extensions for the SharePoint Tools in Visual Studio
Reference (SharePoint Tools Extensibility)
API Reference (SharePoint Tools Extensibility)
Microsoft.VisualStudio.SharePoint Namespace
Microsoft.VisualStudio.SharePoint.Commands Namespace
Microsoft.VisualStudio.SharePoint.Deployment Namespace
Microsoft.VisualStudio.SharePoint.Explorer Namespace
Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace
Microsoft.VisualStudio.SharePoint.Features Namespace
Microsoft.VisualStudio.SharePoint.Packages Namespace
Microsoft.VisualStudio.SharePoint.Validation Namespace


2、动手实验手册

动手实验手册代码



Get Started Developing on SharePoint 2010
Software developers can use the SharePoint 2010 business collaboration platform to build enterprise-class solutions for intranet portals and the web. Use these ten modules to get started with development for SharePoint 2010 using Visual Studio 2010.

Module 1: Code Snippets: Getting Started: Building Web Parts in SharePoint 2010

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets1.aspx

Module 2 - Code Snippets: What Developers Need to Know About SharePoint 2010

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets2.aspx

Module 3: Building Blocks for Web Part Development in SharePoint 2010

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets3.aspx

Module 4: Accessing SharePoint 2010 Data and Objects with Server-Side APIs

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets4.aspx

Module 5: Accessing SharePoint 2010 Data and Objects with Client-Side APIs

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets5.aspx

Module 6: Accessing External Data with Business Connectivity Services in SharePoint 2010

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets6.aspx

Module 7: Developing Business Processes with SharePoint 2010 Workflows

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets7.aspx

Module 8: Creating Silverlight User Interfaces for SharePoint 2010 Solutions

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets8.aspx

Module 9: Sandboxed Solutions for Web Parts in SharePoint 2010

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets9.aspx

Module 10: Creating Dialog Boxes and Ribbon Controls for SharePoint 2010

http://blogs.msdn.com/pandrew/pages/GettingStarted2010Snippets10.aspx





动手实验手册视频讲解地址

http://mssharepointdeveloper.com/

SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5

HOL01 - Developing a Visual Web Part in Visual Studio 2010
This hands-on lab introduces the Visual Studio 2010 SharePoint development environment. It shows how to build a Visual Web Part using LINQ to SharePoint, and how to connect one Web Part to another Web Part on the page.

HOL02 - Developing a List Definition and Event Receiver in Visual Studio 2010
This hands-on lab walks you through building a list definition for SharePoint 2010 in Visual Studio 2010. It also shows how to build an event receiver for the list in Visual Studio 2010 and deploy it to SharePoint. After the list and event receiver are deployed, you can use the developer dashboard to evaluate the performance of the event receiver.

HOL03 - Developing Advanced Web Parts for SharePoint 2010 with Visual Studio 2010
This hands-on lab shows how to build a Web Part using several SharePoint-specific controls in Visual Studio 2010. Investigate advanced built-in Web Parts, including the Data View Web Part.

HOL04 - Developing with LINQ to SharePoint in Visual Studio 2010
This hands-on lab explores a variety of LINQ queries on SharePoint 2010, going into more depth than the introductory hands-on lab. It also walks you through an exercise of creating a custom content type in Visual Studio 2010.

HOL05 - Developing for SharePoint 2010 with the Client OM and REST in Visual Studio 2010
This hands-on lab introduces the Client object model for use in calling SharePoint 2010 APIs from a client machine. It also shows the use of ADO.NET Data Services to call REST services in SharePoint 2010.

HOL06 - Developing a BCS External Content Type with Visual Studio 2010
This hands-on lab walks you through building an external content type for Business Connectivity Services using Visual Studio 2010. It also builds a form for Microsoft Outlook and shows the data being edited offline in Outlook.

HOL07 - Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010
This hands-on lab walks you through building a workflow in Visual Studio 2010 for SharePoint 2010. You add an initiation form to the workflow and use an external data exchange activity in the workflow.

HOL08 - Developing SharePoint 2010 User Interface with Silverlight in Visual Studio 2010
This hands-on lab walks you through building Microsoft Silverlight applications for use in SharePoint 2010. You will access SharePoint 2010 data in Silverlight using the Client object model.

HOL09 - Developing SharePoint 2010 Sandboxed Solutions in Visual Studio 2010
This hands-on lab walks you through building a Sandboxed Solution Web Part for SharePoint 2010. It will also add code to the Web Part that overloads the limits placed by the sandboxed solution, and you will review how the solution is shut down.

HOL10 - Developing SharePoint 2010 User Interface Ribbon and Dialog Customizations
This hands-on lab walks you through adding a custom action to the SharePoint 2010 ribbon, and creating a Web Part that uses the Dialog Framework

4、微软几个sharepoint 2010网站

technet

http://technet.microsoft.com/en-us/sharepoint/ee263917.aspx

msdn

http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx

2010 develop

http://mssharepointdeveloper.com/

5、sharepoint 2010 资源下载

SharePoint 2010: Developer Platform White Paper
This white paper provides an overview of the SharePoint 2010 Developer Platform for ASP.NET developers. 10/19/2009 23048
SharePoint 2010: SharePoint Developer Platform Wall Poster
The SharePoint 2010 Developer Platform wall poster (PDF format) shows a view of the 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).  10/19/2009 18354
SharePoint 2010: Getting Started with Development on SharePoint 2010: Hands on Labs in C# and Visual Basic
Use these 10 hands-on lab manuals for SharePoint 2010 to get started learning SharePoint 2010 development. 10/19/2009 31304
SharePoint 2010: Developer and IT Professional Learning Plan
This document provides information to help developers and IT professionals learn Microsoft SharePoint 2010. 10/19/2009 22071
SharePoint 2010: Professional Developer Evaluation Guide and Walkthroughs
The SharePoint 2010 developer evaluation guide describes the SharePoint 2010 developer platform, including walkthroughs of some of the new capabilities for developers. 10/19/2009 21320
Enterprise Search Planning for SharePoint Server 2010
This model describes primary architecture design decisions for search environments. 10/19/2009 18380
Design Search for SharePoint Server 2010
This model describes the steps to determine a basic design for a SharePoint Server 2010 search architecture. 10/19/2009 46941
SharePoint Server 2010 Search Architecture
This model describes the physical and logical architecture components of the search system. 10/19/2009 37876
Getting started with BI in SharePoint Server 2010
Discusses the business intelligence tools available in SharePoint Server 2010 10/19/2009 32723
SharePoint Server 2010 Evaluation Guide
Introduction and overview of SharePoint Server 2010 for IT pros. 10/19/2009 41714
SharePoint Enterprise Search
Compares and contrasts search technologies in SharePoint 2010 Products 10/19/2009 32548
Topologies for SharePoint Server 2010
Describes common ways to build and scale farm topologies, including planning which servers to start services on. 10/19/2009 17686
Hosting Environments for SharePoint 2010 Products
Summarizes the support for hosting environments and illustrates common hosting architectures. 10/19/2009 47394
Services in SharePoint Products 2010
Describes and illustrates the services architecture, including and common ways to deploy services in your overall solution design. 10/19/2009 43856
Cross-farm Services in SharePoint 2010 Products
Illustrates how to deploy services across farms to provide centralized administration of services. 10/19/2009 21968
Business Connectivity Services poster
Microsoft Business Connectivity Services enable users to interact with external data by using SharePoint lists and Microsoft Office 2010. 10/19/2009 48175
Upgrade planning poster
Describes requirements and considerations for planning to upgrade to SharePoint Server 2010 10/18/2009 25628
Upgrading services poster
You need to give special consideration to the issues involved when you upgrade services from the previous version of SharePoint Server. 10/18/2009 24735
Upgrade testing poster
To help ensure a smooth transition to SharePoint Server 2010, perform a trial upgrade to find issues likely to surface during the actual process. 10/18/2009 34924
Upgrade approaches poster
This model describes the three basic approaches to upgrading to SharePoint Server 2010: in-place, database attach, or a hybrid of the two.


6、sharepoint 2010代码下载code.msdn.com

SharePoint Development in Visual Studio 2010
Visual Studio 2010 Beta 2 samples demonstrate SharePoint 2010 development projects, tools, and techniques. Each sample is available in both Visual Basic and C#.
Microsoft SharePoint Server 2010: Deprecated Types and Methods
This resource contains text files that list all of the deprecated types and methods in Microsoft SharePoint Server 2010 and Microsoft Office SharePoint Server 2007.
Microsoft SharePoint Server 2010: Social Data Statistics Web Part
A Web part that displays social data statistics.
Microsoft SharePoint Server 2010: Activity Feeds Console Application
A console application that demonstrates the basic functions of a custom activity feed gatherer application.
Visual Studio 2010 Tools for SharePoint Development
This article provides a first look at tools in Visual Studio 2010 designed to support development and deployment of SharePoint 2010 solutions. The article provides an example of designing and deplo...
8、软硬件要求

硬件要求:

Processor
64-bit, dual processor, 3 GHz

RAM
4 GB for stand-alone or evaluation installation

8 GB for single server and multiple server farm installation for production use

Hard disk
80 GB

Other
DVD drive



软件要求

Database server in a farm
Microsoft SQL Server 2005 with Service Pack 3 (SP3), or Microsoft SQL Server 2008 with Service Pack 1 (SP1)

Stand-alone server
The 64-bit edition of Windows Server 2008 Standard with SP2


Web Server (IIS) role


Application Server role


Microsoft .NET Framework version 3.5 SP1


SQL Server 2008 Express with SP1


Microsoft "Geneva" Framework


Microsoft Sync Framework Runtime v1.0 (x64)


Microsoft Filter Pack 2.0


Microsoft Chart Controls for the Microsoft .NET Framework 3.5


Windows PowerShell 2.0 CTP3


SQL Server 2008 Native Client


Microsoft SQL Server 2008 Analysis Services ADOMD.NET


ADO.NET Data Services v1.5 CTP2



Front-end Web servers and application servers in a farm
The 64-bit edition of Windows Server 2008 Standard with SP2


Web Server (IIS) role


Application Server role


Microsoft .NET Framework version 3.5 SP1


Microsoft "Geneva" Framework


Microsoft Sync Framework Runtime v1.0 (x64)


Microsoft Filter Pack 2.0


Microsoft Chart Controls for the Microsoft .NET Framework 3.5


Windows PowerShell 2.0 CTP3


SQL Server 2008 Native Client


Microsoft SQL Server 2008 Analysis Services ADOMD.NET


ADO.NET Data Services v1.5 CTP2



Client computer
Microsoft Silverlight 3.0


A supported browser




原文地址:http://technet.microsoft.com/zh-cn/library/cc262485(en-us,office.14).aspx
最后编辑诗雨 最后编辑于 2009-11-12 20:17:56

TOP

 
1/1页1 跳转到
发表新主题 回复该主题