There are a lot of blogs out there describing how to setup a development environment for developing SharePoint solutions and with the new version of 2013 also the development of apps. Because of the improved capabilities in Windows 8 and Hyper-V I am converting all of my previous vmware virtual machines to Hyper-V. But what about my starting virtual machine where I begin a new project with? Well instead of converting that one I’ve set out to create a new SharePoint development farm.
Read Setup a SharePoint development …SharePoint
This is a quick and dirty solution to make sure a custom contact list can connect with Outlook and that items are actually shown.
Read How to "connect with Outlook" …When overwriting files that where already deployed in SharePoint 2010 we normally would write a lot of code to make sure the file got overwritten. One example is here.. Overwrite files in SharePoint 2010 Now with SharePoint 2013 we have an extra property to set in our elements.xml file
Read Overwrite Custom files on …If you ever find yourself searching why on an Anonymous access page after some custom code has run you find yourself logged in then here’s why: If your using SPSecurity.RunWithElevatedPrivileges and SPContext.Current together then the current user credentials will be elevated. Instead you should make a new reference to the Site and Web.
Read Anonymous access and …Every SharePoint developer knows where to execute stsadm. The location of the 12 hive is pounded into your brain the second that you come for the first time into contact with SharePoint. But what about us lazy developers. Those who don’t want to navigate to the bin directory and want an ease solution :-) Just copy this into your command prompt and you will be able to execute stsadm from anywhere.
Read Use stsadm from anywhereAt a customer we experienced some strange behavior of MOSS 2007. When a user uploaded or opened a document in a library he had no issues. But when i created a new document using the “new” button he was prompted to log in again. This behavior according to Microsoft happens in Windows 7 and Vista for the following reason.
Read Prompt for credentials when …

