If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!At times we want to delete all the items from a SharePoint List. Here are some excellent solutions to delete all the SharePoint list items efficiently.
Below is the PurgeList method from Keith Richie which does an excellent job of [...]
After years of developing code using VS.NET IntelliSense feature its pretty painful to write CAML (Collaborative Application Markup Language) in XML files where IntelliSense is not available by default.
Content type does not contain a column, or field. It only contains a reference to a site column or field. Therefore you should create a site column before you can add it to the content type definition.
Today I had a requirement to add folders programmatically to the default ‘Site Collection Images’ document library. Its quite simple and can easily be achieved with few lines of code. Here is a method of how to do that:
The SharePoint Content Deployment Wizard from Chris Obrien is a excellent tool for SharePoint 2007 content deployment.
There are situations when we want to create empty site collection, like when your content deployment job is failing due to conflicting content. In these cases STSADM.EXE comes handy.
STSADM.EXE is the only means to create a completely empty site collection.
Here are some really useful SharePoint tools available at CodePlex. I have tried some of these tools while others in the list seems to be popular and worth checking.
CodePlex is Microsoft’s open source project hosting web site.
Use of schema’s can significantly simplify the SQL Server design and help build system which is more maintainable and has a security model which is relatively easy to administer.
People who extensively worked with SQL Server 2000 or earlier version often get confused between object owners and schema. To get a better understanding of Schema, lets [...]
Last week on Windows Live we had a requirement to verify the number of page views on one specific post. Due to some mismatch in view count on third party tracking and our .net processing mechanism.
As a last resort, we decided to verify the page view count from IIS log.
I took the responsibility of downloading [...]
As we move into a new year, my thoughts turn to the questions I have often asked myself
- What is the purpose of my life?
- What do I really want to do with it?
As always, I don’t have answers to any of these questions. I don’t know the purpose of my life or what I [...]