Latest articles

  • WCF and CORS: “No ‘Access-Control-Allow-Origin’ header is present on the requested resource”

    WCF and CORS: “No ‘Access-Control-Allow-Origin’ header is present on the requested resource”

    If you are building an Angular app (or other form of HTML5 web application) you are probably running controllers on JSON data to bind to repeaters and present to your users. In many examples, this is usually set up with static data, or a local file, but inevitably you will want to architect something a Read more

  • 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