Blog
ADIS JUGO - THE SOUTHERN SIDE BLOG
Trusted advisor and entrepreneur. CEO of Teams Consulting. Co-founder and lead architect at run.events. Co-founder and deputy CEO at KORTO. Microsoft MVP for Microsoft 365 and Azure, and Microsoft Regional Director. Spiritus movens at CollabSummit and CloudSummit. Firmly believes in leading by example and motivation. Lives besides the oldest vineyard in the Rhine valley. Prefers collecting stories to collecting possessions.
Develop and deploy a SharePoint Event Receiver from the scratch
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”...
List of SharePoint Events
Here is the full list of SharePoint Services 3.0 Events that you can handle with your recievers: Item – level events (SPItemEventReceiver Methods) Synchronous ItemAdding Synchronous Before event that occurs when a new item is added to its containing object....
VSeWSS: CTP of Visual Studio 2008 extensions for SharePoint v1.3
Finaly! A version 64-bit of VS 2008 Extensions for SharePoint is out, in a form of a CTP. Yes, that means we can now develop on x64 servers as well 🙂 CTP 1.3 brings some new features as well: Can be installed on x64 Server OS machines running SharePoint x64....
Including duplicates in SharePoint search results
If you have two very similar files, it can happen that the SharePoint search API recognize them as duplicate files. This all happens because of the the iFilter architecture on which the SharePoint Search relays on: from each file is first the pure text being...
Working with user roles and permissions in SharePoint Object Model – part 2
In my previous post, I have explained how to work with user roles and permissions in SharePoint object model, how to access and create SPGroup objects (SharePoint groups) on the fly, and how to assign Permission Leves (a.k.a Role Definitions) to these SPGroup (or...
Which Microsoft Office version can be used with WSS 3 and MOSS 2007?
Yesterday, I was explaining the user-experience differences between Office 2003 and Office 2007 to a customer. What can be done with 2003, where do I definitely need 2007. And then came the question if the Office XP can be used. I didn't know, and sincerely, it...