Tag Archives: BCS

Creating related external BCS lists in SharePoint 2010

SharePoint 2010 allows you to create external BCS lists which can surface the data from external data source. As it often happens, external data sources may have various inter-related entities where foreign keys represent relationship between those entities. In this … Continue reading

Posted in sharepoint 2010 | Tagged , , , | 1 Comment

SharePoint 2010 Business Data Connectivity throttling

When working with BCS in SharePoint 2010, you are likely to connect to an external system which already has its primary function. Maybe it’s a legacy application which users work with and you need to consume data from to present … Continue reading

Posted in sharepoint 2010 | Tagged , , , | Comments Off

Getting started with custom SharePoint BCS models

Business Connectivity Services (BCS) in not a new concept; in SharePint 2010, however, it’s easier to create BCS model to connect to any custom data residing virtually anywhere and on any system. In this example, I will demonstrate how you can … Continue reading

Posted in sharepoint 2010 | Tagged , , , , | Comments Off

Bringing SQL data into SharePoint list in 8 min

If you attended my TechDays session last week where I demonstrated how you can connect to SQL Server data and present it in SharePoint 2010, here is the video that shows how to do that: Bringing SQL data into SharePoint … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

Creating SharePoint 2010 BDC list instances in programmatically

When building out your solution in Visual Studio there is a bit of a problem whne it comes to how you actually define your external list connectivity for your external lists. All of the other list templates seem to have … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

SharePoint 2010 BCS: Adding custom Create/Update/Delete methods

With Visual Studio 2010 you can crete a sample BCS model that will allow you to create an external list and grab external data to present in SharePoint. Visual Studio has a great template showing you how you can create … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

Importing SharePoint 2010 BCS Application Model

A little while ago I recorded a screencast on how you can create a BCS Application Model. Well, in this post I would like to show you how to import this model over to the SharePoint environment, both using UI … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , , , | Comments Off