Pascal Bonheur

Just another SharePoint/.NET weblog

Browsing Posts in .NET

Most of the state-in-the-art document management system are providing a way to autommatically assign a unique Document ID identifier when a document is uploaded. This is particularly usefull when a document is moved and hyperlinks to this document have been set. This functionnality was not supported in SharePoint 2007 but is now fully out-of-the-box in [...]

If you miss the first part, you can refer to http://www.pascalbonheur.com/2010/03/claims-based-authorization-in-sharepoint-2010-real-life-example-part-1/. This will help you to understand the context of what we are going to speak about. In our first article, I explained that some custom claims will be built (Years, School…) and they will be used to secure access to sites. In order to [...]

One of the very nice feature of SharePoint 2010 is the claims based authorization. There is a lot of high level documentation regarding this feature but there aren’t a lot of real life example available on the Web. That’s what I will try to do in this post… One of our customer is a School [...]

Common requirement when you create a WSP solution is to also deploy an assembly that is an output of another project in the solution. For instance, in my solution, I have an assembly from a project called MyFirstTimerJob that I want to include in the MyFirstTimerJobInstaller Solution : To do that, just go in the [...]