Latest articles

  • Visual Studio and Git error: “URI formats are not supported”

    Visual Studio and Git error: “URI formats are not supported”

    Recently, while trying to synchronize with my Visual Studio Online git repository, the Visual Studio Git plugin started displaying the error “URI formats are not supported” while attempting to execute a pull operation. This appears to be an issue introduced with Update 2, and at least from my own experience only appears to be affecting… Read more

  • Sitecore 7: Ensuring IQueryable ordering with string fields

    Sitecore 7: Ensuring IQueryable ordering with string fields

    I hadn’t had the chance to really play around with the indexing options in Sitecore 7 until this past week when I needed to build a listing page from an index and sort it by the page title. At first, I just couldn’t get it to work. The ordering never seemed to match up to the… Read more

  • Using MongoLab to manage your MongoDb instances

    If you have been looking at getting into using document-oriented storage, you have probably looked at the variety of NoSQL offerings such as CloudDB, Elasticsearch, or MongoDB. These databases are built for scalability, performance, and high availability, tailored for gathering large quantities of data in a reliable manner. My personal preference is MongoDB, as the support… Read more

  • Sitecore tips for upgrading and development

    The last week has been very busy around the office and we managed to get out some helpful tips for those of you working with Sitecore for the first time, as well as folks who may be considering a Sitecore upgrade for their current installation. Trying to get started with development on Sitecore and preparing… Read more

  • Federated Identity in Visual Studio Online

    Federated Identity in Visual Studio Online

    This great post by Mitch Denny provides insights into federating Visual Studio Online using Azure Active Directory. The techniques described for enabling the federation without exposing either organization’s internal directories is of great use for consultant/integrator groups who are working with multiple clients and need to protect their information. Read more

  • Sitecore 7.1: CSRF form field is missing

    Sitecore 7.1: CSRF form field is missing

    During a review of a solution we were delivering on Sitecore 7.1 Update 2 (rev 140324), our Page Editor dialogs no longer allowed users to expand tree lists when adding components. On the server, the logs were showing a CSRF exception,  specifically that a CSRF form field was missing. 6708 16:19:44 ERROR Application error. Exception: Sitecore.Security.AntiCsrf.Exceptions.PotentialCsrfException… Read more