Wednesday, August 17, 2011

A shortcut to debug SharePoint 2010 Solutions

What?

All of us who worked on developing SharePoint 2010 solutions are aware of the frustration involved with debugging them.

Sunday, August 14, 2011

Slides from SharePoint Saturday: The Conference DC on 12th August 2011


Here are the slides from Slides from my SharePoint session given on August 12 2011 at SharePoint Saturday The Conference in Washington DC titled "Leverage Search and Customize to your Brand within SharePoint 2010" as promised.

Topic: 

Leverage Search and Customize to your Brand within SharePoint 2010

Details:

The enterprise search capabilities built in to SharePoint 2010 provide an easy win for organizations seeking to achieve a quick return on their SharePoint investment. This technical deep dive will include a discussion of search configuration best practices, strategies for maximizing SharePoint's capabilities, and simple customizations that can take your search experience to the next level.





Tuesday, August 2, 2011

How to delete a cookie written by ASP.NET using client-side JavaScript

What?

Today I spent some time trying to understand why a JavaScript function that I wrote to delete a cookie that was written by ASP.NET was not deleting it properly.

I finally managed to find the reason and thought it might be useful to write about it as it might help someone..