SharePoint 2010 Advanced Developer Training

Randalli listed advanced SharePoint 2010 Developer Training consolidated links on MSDN

http://blogs.msdn.com/randalli/archive/2010/05/13/sharepoint-2010-advanced-developer-training-now-live-on-msdn.aspx

Developer Roadmap and Tools for SharePoint 2010

Core Development in SharePoint 2010

User Interfaces and Lists in SharePoint 2010

Data Access in Technologies in SharePoint 2010

Composite Solutions in SharePoint 2010

Enterprise Content Management in SharePoint 2010

Enterprise Search in SharePoint 2010

Business Intelligence SharePoint 2010

Communities in SharePoint 2010

Development Life Cycle for SharePoint 2010

Certification Preparation Session: SharePoint Server 2010 (70-667 & 70-668)

Microsoft Learning Team is conducting the Session 2 for Certification Preparation for SharePoint Server 70-667 & 70-668.

Register Here: https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032446073&EventCategory=2&culture=en-US&CountryCode=US

SharePoint 2010 Configuration and Administration Exam WebCast

Let’s start prepare for SharePoint 2010 Certification.

SharePoint 2010 Configuration & Administration MCTS Exam Preparation webcast from Microsoft Learning team.

Register here: https://www.livemeeting.com/cc/microsoft/join?id=DC051310&role=attend&pw=webcast

SharePoint Server 2010 Edition Comparison

SharePoint 2010 has three editions.

  • Foundation
  • Standard
  • Enterprise

Feature comparisons for editions are listed here with the following broad categories.

  • Sites
  • Communities
  • Content
  • Search
  • Insights
  • Composites

Refer: http://sharepoint.microsoft.com/en-us/buy/Pages/Editions-Comparison.aspx

Community Kit for SharePoint 2010 Available for Download

That’s pretty quick; CKS for SharePoint 2010 is available for download from.

SharePoint Foundation 2010 then download and install the SharePoint Foundation 2010 version

SharePoint Server 2010 then download and install the SharePoint Server 2010 version

I can’t wait, want to try today.

Download SharePoint Server 2010 Trial

SharePoint 2010 Trial Available from Download, Download here.

There are four versions of SharePoint Server 2010:

  • SharePoint Server 2010 Enterprise Client Access License features

    For organizations looking to expand their business collaboration platform to enable advanced scenarios. Use the Enterprise capabilities of SharePoint to fully interoperate with external line-of-business applications, Web services, and Microsoft Office client applications; make better decisions with rich data visualization, dashboards, and advanced analytics; and build robust forms and workflow-based solutions.

  • SharePoint Server 2010 for Internet Sites, Enterprise

    For organizations looking to create customer-facing public internet sites and private extranets using the full enterprise capabilities of SharePoint. This provides full SharePoint Enterprise functionality and no other technical limits.

  • SharePoint Server 2010 Standard Client Access License features

    For organizations looking to deploy a business collaboration platform across all types of content. Use the core capabilities of SharePoint to manage content and business processes, find and share information and expertise, and simplify how people work together across organizational boundaries.

  • SharePoint Server 2010 for Internet Sites, Standard

    For small and mid-sized organizations looking to create public Internet sites or basic extranets using the Standard features of SharePoint Server 2010.

How To: Step by Step Creation of External List in SharePoint 2010

Q: SharePoint Guys talking about External list, BCS, etc., which I never heard till SharePoint 2007, what is it?

BCS (Business Connectivity Services) is the successor of BDC (Business Data Catalog), but we have great features available in BCS. Now the data from External systems can be managed as a List in SharePoint and the data operations like create, edit, delete is made possible from the list.

wow…..That’s awesome J

Let’s see step by step creation of External List in SharePoint. In this Example am using SQL Table as External Source.

Open the Site in SharePoint Designer

Click on External Content Types

Click on External Content in Ribbon to create new content type

Specify the values for Name and Display Name, Click on “discover external data sources and define options.”

In the Data Connections Screen, Click on Add Connections

Select the Data Connection type, here I am trying to connect to “Adventure works” SQL Database.

In the next screen specify your connection settings to the database and click OK.

Now the screen will list the database and its tables. Choose the required table and right click to select the operations to be performed on the list.

In Wizard choose the input parameter fields.

In Filters section, you can specify the filter for records.

Now the External Content Field will be looks like below with operations, fields & parameters.

Click on Create Lists & Form for the External Content type in Ribbon.

Specify the list details, if you need to have InfoPath forms for list forms, select “Create InfoPath Form”

Now Set Permission for Business Data Connectivity Services in Central Admin:

Go to Central Administration -> Application Management -> Manage Service Applications -> Business Data Connectivity Service

Select the Store and Click on Set Metadata store permissions.

Select the User and choose appropriate permissions.

Open the list in site.

Now the data can be accessed from SharePoint list.

SharePoint 2010 Virtual Machine Download

Download 2010 Information Worker Demonstration Virtual Machine RTM from Microsoft here

http://www.microsoft.com/downloads/details.aspx?FamilyID=751fa0d1-356c-4002-9c60-d539896c66ce&displaylang=en

The download contains two hyper-v VM’s.

Virtual machine “a” contains the following pre-configured software:

  1. Windows Server 2008 R2 Standard Evaluation Edition x64, running as an Active Directory Domain Controller for the “CONTOSO.COM” domain with DNS and WINS
  2. Microsoft SQL Server 2008 R2 Enterprise Edition with Analysis, Notification, and Reporting Services
  3. Microsoft Office Communication Server 2007 R2
  4. Microsoft Visual Studio 2010
  5. Microsoft SharePoint Server 2010 Enterprise Edition
  6. Microsoft Office Web Applications
  7. Microsoft FAST Search for SharePoint 2010
  8. Microsoft Project Server 2010
  9. Microsoft Office Professional Plus 2010
  10. Microsoft Visio 2010
  11. Microsoft Project 2010
  12. Microsoft Office Communicator 2007 R2

Virtual machine “b” contains the following pre-configured software:

  1. Windows Server 2008 R2 Standard Evaluation Edition x64, joined to the “CONTOSO.COM” domain
  2. Microsoft Exchange Server 2010

Access Denied by Business Data Connectivity

Scenario:

Getting Error “Access Denied by Business Data Connectivity”, while loading the External List.

Solution:


Go to Central Administration -> Application Management -> Manage Service Applications -> Business Data Connectivity Service

Select the Store and Click on Set Metadata store permissions.

Select the User and choose appropriate permissions.

You are set to go now. J

The Specified user is a local account

Scenario:

While running the SharePoint configuration as standalone server using local accounts, you will receive the error “The specified user is local account. Local accounts should only be used in stand alone mode”

Solution:

Use power shell to create configuration database.

Open PowerShell command prompt

Execute the cmdlet : New-SPConfigurationDatabase

and pass your database credentials to proceed.