Browse by Tags

More on using the VS11 fake library to fake out SharePoint
Sat, May 5 2012 9:35
I recently posted on how you could use the new fakes tools in VS11 to fake out SharePoint for testing purposes. I received comments on how I could make my Shim logic easier to read so though I would revisit the post. This led me down a bit of a complex trail, and to Pete Provost for pointing the way out! When I did the previous post I had used SP2007, this was... Read More...
Updated SharePoint TFS Team Build Activity documentation
Wed, Dec 14 2011 10:38
I have just published updated documentation on the SharePoint build activity for the Community TFS build extensions. Read More...
Video of my Webinar for Typemock is available
Mon, Sep 26 2011 4:26
The video of my recent webinar for Typemock on using Isolator for designing SharePoint webparts is up at http://www.typemock.com/sharepoint-web-parts You can also find a link to it from http://bit.ly/RFennellVideos , as well as links to all the other videos of my presentations I know of that are publically available. Read More...
Update on using Typemock Isolator to allow webpart development without a Sharepoint server
Tue, Sep 6 2011 16:56
I have in the past posted about developing SharePoint web parts without having to use a SharePoint server by using Typemock Isolator . This technique relies on using Cassini or IIS Express as the web server to host the aspx page that in turn contains the webpart. This is all well and good for SharePoint 2007, but we get a problem with SharePoint 2010 which seems... Read More...
Doing a webinar on using Typemock Isolator with SharePoint Webparts
Mon, Sep 5 2011 8:50
I am doing a free webinar on Wednesday, September 21, 2011 at 3:00 PM BST with the title "Using Typemock Isolator to speed the development of SharePoint Web Parts". For more details have a look at http://www.typemock.com/webinars the details should be up soon Read More...
Linking a TFS work item to a specific version of a document in SharePoint
Tue, Aug 2 2011 8:39
SharePoint in my opinion is a better home for a Word or Visio requirements document than TFS. You can use all the SharePoint document workspace features to allow collaboration in the production of the document. When you have done enough definition to create your projects user stories or requirement then you can create them in TFS using whatever client you wish... Read More...
Reminder about by web session on mocking Sharepoint with Typemock Isolator next week
Thu, Nov 25 2010 10:44
Did you miss the Typemock session on mocking legacy system this week? If you you can watch a recording at the Typemock site . If you are interested a more SharePoint specific session check out my session next week . Read More...
[More] Fun with WCF, SharePoint and Kerberos
Wed, Nov 10 2010 10:27
This is a follow up to the post Fun with WCF, SharePoint and Kerberos – well it looks like fun with hindsight When I wrote the last post I thought I had our WCF Kerberos issues sorted, I was wrong. I had not checked what happened when I tried to access the webpart from outside our TMG firewall . When I did this I was back with the error that I had no security... Read More...
Error –4002 on Access services on Sharepoint 2010
Mon, Oct 4 2010 4:45
We have had an internal timesheeting system written in Access services running without any problems for the past through months. At the end of last week, when people tried to submit their timesheets they started getting a -4002 error saying the macro (that saves the weekly sheet) could not be started. Checking the server event logs, Sharepoint logs and Access... Read More...
Problem faking multiple SPLists with Typemock Isolator in a single test
Fri, Sep 10 2010 10:20
I have found a problem with repeated calls to indexed SharePoint Lists with Typemock Isolator 6.0.3. This what I am trying to do… The Problem I am using Typemock Isolator to allow me to develop a SharePoint Webpart outside of the SharePoint environment  (there is a video about this on the Typemock site) . My SharePoint Webpart uses data drawn from a pair... Read More...
Detailed posted on using Access Services and Event Receivers
Wed, Aug 25 2010 3:26
Access MVP Ben Clothier has posted an article and video on Going beyond Web Macros: Using Event Receivers & .NET with Access Services . This takes some of the techniques I was proposing for .NET/Access integration and added to them using Ben’s extensive experience in the Access space. Well worth a look if you want to make Access a RAD front end to legacy... Read More...
Running SPDisposeCheck as part of a 2010 CI Build
Sat, Jul 3 2010 14:47
SPDisposeCheck is a great tool for SharePoint developers to make sure that they are disposing of resources correctly. The problem is it is a bit slow to run, a problem as this will mean developers will tend not to run it as often as they should. A good solution to the problem is to run it as part of the continuous integration process. There is are posts on how... Read More...
IDD Building a breakfast comment to a become process – now there is a leap
Sun, Jun 20 2010 2:48
Gil at Typemock has been posting about some ideas we discussed over breakfast at the Typemock Partner conference a while ago, I have been a bit slow at commenting, so I though I better add to the conversation. Though Typemock is an excellent mocking framework, for me basic mocking is not its biggest win. All the ‘classic auto mocking’ of interfaces to speed TDD... Read More...
Mocking Sharepoint for Testing
Thu, Apr 22 2010 5:47
In my previous post I talked about using Isolator to mock Sharepoint to aid the speed of the development process. I find this a productive way of working, but it does not really help in the realm of automated testing. You need a way to programmatically explore a webpart, preferably outside of SharePoint to check its correctness. You could use the methods in my... Read More...
Post SharePoint Evolution thoughts
Wed, Apr 21 2010 11:01
I am on the way home from my whistle stop visit to the SharePoint Evolution conference . I must say congratulations to the organisers for putting on such a successful event given all the problems they have had related to speakers and air travel, well done. My slides, on Testing Webparts with Typemock, will appear on the conference site soon, but I thought it... Read More...
Post QCon thoughts
Sat, Mar 13 2010 6:10
Interesting time at QCon yesterday, shame I was only there one day, I do like the events that are not limited to a single vendor or technology. The multi presenter session I was involved in on Microsoft interoperability seemed to go well, there is talk of repeating at other events or podcasting. It is a nice format if you can get the sub-sessions linking nicely... Read More...
Speaking at SharePoint Evolution Conference
Tue, Mar 9 2010 14:35
I am please to be able to announce that I am speaking at the SharePoint 2010 Evolution Conference in London on the 21st of April. I will be talking about my experiences during the Prontaprint project developing testable components for SharePoint using TypeMock Isolator and other techniques to speed development and improve quality. Read More...
Problem creating workitems on TFS2010 in the morning
Tue, Feb 2 2010 15:15
I recently been working with a client who has been seeing strange problems when they try to create new workitems via a SharePoint portal site on a TFS2010 Beta2 installation. They appeared to have a fully working TFS2010 installation, but when they came in on a morning they found that even though they could login to the TFS created SharePoint team site they could... Read More...
A video on Access 2010
Wed, Oct 21 2009 2:04
I recently posted on my experiences of Access 2010 , well if you want to know more have a look at the video by Clint Covington and Ryan McMinn on Channel 9 Read More...
Access Services in SharePoint 2010 or: How I Learned to Stop Worrying and Love Access 2010
Mon, Oct 19 2009 13:52
So what I have I been doing of late? The blog has been a bit quiet. Well I have been having a good look at Access Services in SharePoint 2010. This has been an interesting experience, as I am not historically what you might call an avid Access developer. Like most .NET developers I had looked as Access as more of a file format than an application, something from... Read More...
More Posts Next page »