by Tomasz Szulczewski | May 30, 2011 | SharePoint
WCF and SharePoint Recently I was checking options to utilize WCF together with SharePoint. In SharePoint 2007 it was difficult but SharePoint 2010 is different story as it was written in .net 3.5, which fully support WCF. Creating WCF and putting it into SharePoint...
by Tomasz Szulczewski | Mar 28, 2011 | SharePoint
In previous post I’ve presented how to configure SharePoint secure store. Now it’s time to use it with BCS, which make them excellent team. It’s not a big deal, you need just SharePoint Designer. When you connect with Designer to your site you have to select “External...
by Tomasz Szulczewski | Mar 17, 2011 | SharePoint
When I was looking for complete step by step manual for usage of BCS and Secure Store I’ve discovered a lack of such thing. From my point of view BCS, which a great step forward according to MOSS 2007 BDC, is excellent solution together with Secure Store, which is...
by Tomasz Szulczewski | Feb 18, 2011 | SharePoint
Today for one of our branches I have to install SharePoint 2007 on Windows 2008 R2. Before you start you have to remember a few things: 1. If you plan to use SQL server 2005 you need at last service pack 3. 2. SharePoint installation files must contain service pack 2....
by Tomasz Szulczewski | Jan 27, 2011 | Development, SharePoint
Do you remember my post about problems with BreakRoleInheritance in SharePoint 2007 (here)? There were errors messages that I didn’t dispose SPSite and SPWeb objects after usage. Partially I was able to solve it with some changes in my code, but there’re still...