Yesterday at the Build 2013 Conference Microsoft announced the availability of Visual Studio 2013 Preview, as well as the availability of Windows Server 2012 R2, Windows 8.1 Preview, and .NET 4.5.1. Since yesterday, are also available some new VM models in the Windows Azure VMs IaaS offering. One of them is really interesting from a […]
Read more
Today, at the Build Conference 2013, Microsoft announced – as it was expected – the availability of a preview of Visual Studio 2013, together with the new .NET Framework 4.5.1 and Windows 8.1. Here you can find further information about .NET 4.5.1 and Visual Studio 2013, while here you can find a preview of the […]
Read more
Here you can find an updated version of the white paper I wrote about deploying a SharePoint 2013 lab via PowerShell on Windows Azure VMs. These contents will be illustrated and explained in my session about “Deploying Microsoft SharePoint on Windows Azure VMs” (SES-B320) at TechEd Europe 2013.
Read more
A customer of mine asked me how to upload a file, using CSOM from .NET, into a target library/folder regardless the target folder already exists or not. Here you can see a code sample, which leverages the ExceptionHandlingScope available in CSOM. static void FileUploadWithExceptionHandlingScope() { ClientContext ctx = new ClientContext(“http://demo-sp2013.sharepoint.local/sites/DemoSite/“); ExceptionHandlingScope scope = new ExceptionHandlingScope(ctx); […]
Read more