Archivio per la categoria Developing

SharePoint 2007 – Host Named with different DNS

In these days i was looking for a solution to my client’s requests: i have a single Web Application with a DNS registered and i want 3 different site collection under this web application, but every site collection has to have a different URL and DNS. At first I searched a solution working with Alternate [...]

Tags: , ,

SharePoint 2007 – Using Sharepoint assembly in a WCF service

Hi there, just a little suggestion I found today using my service wcf integrated in the SharePoint web application as discussed here. Today I had  to use a SharePoint library (located in the same Web Application) to retrieve some data: so, running the code with Elevated Privileges, I had – anyway – an error before [...]

Xml and Linq: read an excel document with Linq

In these days i’m studying Linq, also because SharePoint 2010 use this approach and I think it’s a good idea to do The first chance to try it’s an import of Excel document saved as Xml Document (you have a dedicated option in Excel to save in this way the files). I think it’s really powerful and also very quick to [...]

Tags: , ,

WPF – Retrieve and set the audio of Windows 7 or Vista and C#

I’m developing, just for fun, a little player MP3 that includes also a MP3 Tagger. I’m doing it with Visual Studio 2010 and WPF. For managing audio I’m using the library irrKlang: it’s really powerful and you can manage everything in the multimedia settings. Also 2D e 3D audio settings. One of the problem I found was set [...]

Tags: , , ,

Il ContentDeployment in MOSS 2007

In un’architettura articolata di Farm Sharepoint, l’esigenza di eseguire il ContentDeployment è piuttosto comune. Spostare contenuti da una Site Collection ad un’altra, eseguire una migrazione di contenuti parziali, oppure solo di contenuti approvati. Lo scenario che possiamo immaginare è il seguente: abbiamo un Publishing Site Portal di Sharepoint in cui abbiamo pubblicati una serie di [...]

Tags: , ,