by adis.jugo | Jun 11, 2011 | Development
This post explains how to govern user roles and permissions from the SharePoint Object Model for SharePoint 2010. Creating SharePoint groups, adding users to the group, setting permissions for the group and check the existing permissions are explained. In this...
by adis.jugo | Apr 26, 2011 | Development
Develop and deploy a SharePoint Event Receiver from the scratch There are many information peaces on the internet how to build a decent working event receiver in SharePoint – mainly good, but still, only peaces. I’ll try to present here a complete and quick “how to”...
by adis.jugo | Mar 9, 2011 | Development, News
A great Claims based Authentication tutorial has been published on MSDN – a great starting point for all folks who would like to get into this topic. Contents: Overview of the Scope of This Article Tip 1: Creating Multiple Claims Authentication Web Applications in a...
by adis.jugo | Feb 15, 2011 | Development
Getting a “The Web application at XXXXXXXXXXXX could not be found. Verify that you have typed the URL correctly.” error when developing a Windows Forms or console application for SharePoint 2010? Make sure you have x64 as your platform target and .NET 3.5...
by adis.jugo | Jan 30, 2011 | Development
I was asked today how to change the order of the fields programmatically in the SharePoint view (SPView). Since there is no “position” or “order” property, and since the “ViewFields” property returns a “SPViewFieldCollection”, which is not much more than a...
by adis.jugo | Jan 17, 2011 | Development, Random Thoughts
Found at:...