Coding Tips

In the last couple of weeks we received cases where customers enabled ASP.NET task friendly synchronization in the web.config of their SharePoint servers using web.config entries like the following: <appSettings> <add key=”aspnet:UseTaskFriendlySynchronizationContext” value=”true” /> </appSettings>   From https://docs.microsoft.com/en-us/previous-versions/aspnet/hh975440(v=vs.120):  If this key value is set to false [default], asynchronous code paths in ASP.NET 4.5 behave as […]

[Via Office Dev Center] Announcing Tenant-Scoped SharePoint Framework Package Deployment You can use new capabilities released today that provide more options for engaging broader audiences with your SharePoint Framework (SPFx) web parts. We are pleased to announce a new tenant-wide SPFx deployment option, which complements the existing site-collection targeted deployment option. Developers can choose to […]

Today a new development model for SharePoint has been announced: The SharePoint Framework, a Page and Part model that enables fully supported client-side development, easy integration with the Microsoft Graph and support for open source tooling. The SharePoint Framework is an evolutionary step in SharePoint extensibility that delivers a new client-side rendering framework leveraging open […]

We just announced the availability of a new SharePoint CSOM version targeted for SharePoint Online. This updated CSOM release contains numerous highly requested new capabilities which will enable new business scenarios and capabilities when you are developing solutions for SharePoint Online. You can find the latest CSOM package for SharePoint online from the NuGet gallery […]

On Codeplex you can now find a bundle of very powerful App Model Samples for SharePoint. Although the title talks about Office currently most samples actually focus on SharePoint Apps. As of today samples for the following scenarios are covered: Cloud based site collection provisioning Creating site collections remotely using SP Apps in on-premises Provision […]

Yesterday we released the Office Developer Tools for Visual Studio 2012. The Office Developer Tools for Visual Studio 2012 provide broad and deep support, ranging from new templates to new designers to a whole host of integrated lifecycle tools.  They enable developers to create, edit, test, debug, package, and deploy apps for Office and SharePoint, […]

The Developer Dashboard has undergone some significant changes in 2013. E.g. it is now running in a separate browser window and also allows to show ULS log entries related to the current request. The following article gives a brief overview of the new functionality: http://blah.winsmarts.com/2012-7-SharePoint_2013_Developer_dashboard.aspx Beside these changes, the Developer Dashboard can now be extended […]

This download contains the following developer documentation: SharePoint 15 Technical Preview Managed Object Model SDK: This compiled help (.chm) file contains reference topics focusing only on types and members that are called by other Microsoft applications. This reference does not document the full SharePoint 15 managed object model. That documentation will accompany a later release […]