What’s new in SharePoint 2013?

Since SharePoint 2013 was released, it’s been heralded as the greatest release yet from Microsoft’s collaboration platform. But what’s so great about it? Is it really any better than SharePoint 2010 for doing what you want it to? Are there any new features in Sharepoint 2013 that make it worth upgrading? Here are some Top…

Creating SharePoint Applications with Visual Studio 2008 using WSPBuilder Extensions

WSPBuilder Extensions is the tool used to develop SharePoint applications using Visual Studio 2008. This tool made the development of SharePoint applications much easier, and stopped the manual deployment of the assemblies and manually creating the manifest.xml file. Using this tool, all you need is to build, deploy and run your SharePoint application via Visual Studio 2008. For…

SharePoint List Management

Working with MOSS 2007 is simple and easy since you can create your own lists and manage them through SharePoint website settings. But when we start building a website under SharePoint, we need to manage and customize these lists from the code. I created a small website using Microsoft.SharePoint.dll, to manage SharePoint lists. I created…