Tag Archives: BCS
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
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
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
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
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