Patterns and practices

Design Manager
General
Patterns and practices
SharePoint
Tips and Tricks

Page Layout not shown in Design Manager

Quick tip on how to ensure your custom page layouts show up in the SharePoint 2013 Design Manager

Read More
Patterns and practices
SharePoint

For the love of Pete make your error message meaningful!

While debugging some custom SharePoint code (not written by me, mind you) today I ran in to this little gem: Cannot complete this action. Please try again. at Microsoft.SharePoint.Library.SPRequest.MapUrlToListAndView(String bstrUrl, String bstrUrlToMap, Guid& pgListId, Guid& pgViewId) at Microsoft.SharePoint.SPWeb.GetListFromWebPartPageUrl(String pageUrl) at Microsoft.SharePoint.SPWeb.GetListFromUrl(String pageUrl) at MyWebPart.EventCalendars.EventCalendars.GetCalendarUrl(Uri current, Uri referrerUri) at MyWebPart.EventCalendars.EventCalendars.CreateChildControls() Microsoft is a multi-billion dollar company. […]

Read More
Patterns and practices
Process and Planning

A basic deployment process for web apps

Having a well defined, repeatable deployment process will ensure uptime for your app and continuity with your team. In this post we’ll discuss a basic deployment process that can be used for most web applications.

Read More
General
Patterns and practices
Tips and Tricks

Why every app should have a status page.

Creating a status page for your application is one of the easiest ways to ensure that your system will perform as expected.

Read More