Author Archives: Ulf Engstrand
Bendsoft announces Camelot .NET Connector 2.0 in May 2012!
Nyköping, Sweden, Jan 26, 2012 Bendsoft Corporation announced today that it will release version 2.0 of its core software product for accessing data in Microsoft SharePoint, the Camelot .NET Connector, in May of 2012. The Camelot .NET Connector 2.0 will … Continue reading
SharePoint surveys on external sites
Recently I discovered the SharePoint survey list type. It allows you to quickly create questions that you would like to have people answer and then view graphical summaries of the responses. It can for example be useful for companies to … Continue reading
Programmatically download a SharePoint document library in .NET
In this post I will show you a simple, but yet very useful piece of code that downloads an entire SharePoint document library to local disk drive. Many of our customers need to export and publish SharePoint documents externally, sometimes … Continue reading
Building a simple SharePoint Document Library browser
The latest version of the Camelot SharePoint Integration Toolkit provides some nice methods and classes for working with SharePoint document libraries, which simplifies integration from external websites and applications, for example in .NET. In this post I will show how … Continue reading
Camelot .NET Connector 1.1 released!
We are proud to announce that Camelot .NET Connector version 1.1 has now been released. This version brings full support for working with document libraries along with a number of minor bug fixes and other improvements! If you are not … Continue reading
SharePoint To Google Calendar Synchronization
SharePoint To Google Calendar Synchronization The SharePoint calendar can be a useful tool within an organization, allowing team members in different geographical locations to coordinate and share team-related events and meetings. Users would often like to view SharePoint events directly … Continue reading
Creating a simple “Contact Us” form
SharePoint is a powerful application for managing and sharing information and documents within companies. Nevertheless, many organisations are still using other platforms or content management systems side-by-side. This does not prevent you from using SharePoint as a central sharing point … Continue reading
Selecting with Camelot .NET Connector
In this post I will cover the basics of the SELECT syntax in the Camelot .NET Connector. I hope you will find this information useful when getting started with the connector. Feel free to ask any questions if something is … Continue reading
Camelot .NET Connector and SqlDataSource
One of the most common examples of databinding in ASP.NET is how to use the SqlDataSource control to connect to an underlying SQL data source. This is also a great way to show the simpleness that comes with the Camelot … Continue reading