Microsoft Enterprise Search Roadmap
When I first started developing with SharePoint in June last year the last thing that was on my mind was Enterprise Search. I had considered it the sort of technology that you just plug in a magic box...
View ArticleThe SharePoint Adrenalin Moment
I’ve been developing with SharePoint for about 9 month now, and by developing I don’t mean airy-fairy SharePoint Designer drag-and-drop, I mean proper getting your hands dirty in code because...
View ArticleScriptManager vs ClientScript
As part of a Microsoft Dynamics CRM customisation project, I was recently tasked with modifying an ISV add-in page so that individual sections of the page could be refreshed without having to refresh...
View ArticleCRM2011 Automated Testing – Tool Stack
To mark my return to blogging, I’ve decided to write a series of blog posts around automated testing in CRM2011. This is part 1, an overview of the types of tests I’m creating and the tools I’m using...
View ArticleCRM2011 Automated Testing – Unit Testing
Ideally the code being tested should not rely on external resources, where such dependencies exist they should be mocked to isolate the code being tested form the external system. In the case of...
View ArticleCRM2011 Automated Testing – Integration Testing
The integration testing is concerned with testing customisations within the context of CRM to ensure that the various components work together correctly. In my current work this is mostly related to...
View Article