dougherty distilled

Bryan Dougherty's thoughts on technology and software development.
in

Browse by Tags

All Tags » SharePoint (RSS)
K2 4.5 Quick Thoughts
I just finished attending a webcast on K2 4.5 and I thought I’d share a few quick thoughts. Power User Story Improved Given it is just a presentation and I haven’t actually played with it, the story seemed improved and more believable that real world...
SharePoint 2010 Workflow
One thing I wanted to get out of the SharePoint Conference 2009 is to see how much has been added to the built-in workflow and how it compares to capabilities of some of the external tools, K2 being the one I'm most familiar with.  Whoops...the...
SharePoint Conference 2009
SharePoint Conference 2009 kicked off this week with a keynote address from Jeff Teper (CVP, Office Business Platform) and Steve Ballmer (you know who he is).  I thought I'd highlight some of the main themes touched on during the presentation...
SharePoint Dispose Check Tool Is Here!
Check it out: http://code.msdn.microsoft.com/SPDisposeCheck I just fired it up and it looks like it will be really helpful. It confirmed a chunk of bad code I was just looking at along with a handful of others. The XML mode seems to bomb out (as others...
Diagnosing and Fixing SharePoint Out of Memory Exceptions
I’ve been working on supporting and enhancing a client’s custom SharePoint solution for a while now. The solution involves custom application pages and custom web services hosted in SharePoint, both which use the SharePoint object model heavily. As the...