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...
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...