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 [...]
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 [...]
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 [...]
In my current project I have to find some trick for the end user that shows the Sharepoint application as a complete WEB 2.0 application. I have a lookup field and so why not create a lookup field without the classic drop down but with the intellisense. I searched in the net and I found [...]
In Sharepoint 2010 it’s already available the functionality to retrieve information by REST Services and JSON. I tried this functionality and posted in this blog some week ago; I’m deploying now an application in MOSS 2007 where I need to use a service with the role of “broker” to get information through external services or [...]
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 [...]
Scenario: I have a a webpart that load a ascx control; the user control contains a grid (in my case a RadGrid) and when i tried in the Page Load of ascx get my grid, I had always a null object. Solution: My error was that in the OnLoad event of my web part I instantiated the user control [...]
In the new version of SharePoint it is available the Client Object Model. When they announced it at SharePoint Conference I said: “Finally!!” The SDK available only on a server machine was really uncomfortable and so one of the first experiment in SharePoint 2010 was with Rest technology and JSON. Rest (Representational State Transfer) is not a [...]
One the most annoying things in Sharepoint 2007 were the upgrade of the Content Type, add a new Field for example, change some list definition. So, while I was looking for the improvements of SharePoint 2010 I discovered the UpgradeActions tag in the feature. First of all: SharePoint 2010 use the Version attribute in Feature element to execute [...]
Yesterday I finally configured my new server with SharePoint 2010. First of all I took a WSP solution created with MOSS 2007 and run the PowerShell Script to install, deploy it and activate all the features. WOW! Everything worked perfectly! After seeing all the changes in the look&feel of Sharepoint 2010, I need now to [...]