9th blogpost about Azure Key Vault, this time its has become time to look at integrating Azure Key Vault into a normal Umbraco site. Ill be focusing on putting it into a Umbraco 8 site…
This is the 8th part of my Key Vault series - This time it has come to Azure DevOps. At Umbraco we've moved all of our build and release pipelines into Azure DevOps, this also forced us to look at how…
This is the 7th part of my Key Vault series - This will also be the shortest one. When you got control over the server, be it a virtual one or a standalone one, the approach you need to take, depends…
This is part six of my series on Azure Key Vault - now its time to secure those secrets when using Azure Functions…
On the Umbraco Cloud team we have had focus on figuring out a better way of managing and using secrets throughout our applications, other than just storing them in the web.config/app.config files of…
On the Umbraco Cloud team we have had focus on figuring out a better way of managing and using secrets throughout our applications, other than just storing them in the web.config/app.config files of…
On the Umbraco Cloud team we have had focus on figuring out a better way of managing and using secrets throughout our applications, other than just storing them in the web.config/app.config files of…
On the Umbraco Cloud team we have had focus on figuring out a better way of managing and using secrets throughout our applications, other than just storing them in the web.config/app.config files of…
On the Umbraco Cloud team we have had focus on figuring out a better way of managing and using secrets throughout our applications, other than just storing them in the web.config/app.config files of…
This is part three in a series on making an awesome search experience in Sitecore. The previous parts were on:Part 1 - The basics, getting demo dataPart 2 - Defining the index, and utilizing it in…
This is part two in a series on making an awesome search experience in Sitecore. In the first part, I showed the basics of getting some demo data, which can be used for the search application. I've…
I’ve wanted to create this blogpost for a while. It’s kind of a follow-up on my old post on defining a custom index in Sitecore 7 and utilizing itI’ve been playing around with the index definitions to…
Sitecore comes with an awesome pipeline system, the system enables Sitecore to add all run and handle code for all sorts of stuff, the code that should be run in each pipeline, can be configured via…
This is just a quick follow-up on my previous blog post about creating a dynamic robots.txt handler.Having a robots.txt tells the search engines what content to index, but it’s not a guarantee that a…
This one will be a little short blog post, but this feature was very important in my latest project.The design for the site was done by a front ender, who was doing a lot of <p>tags around texts. Also…
Last week I upgraded a Sitecore 6.0.2 solution to a Sitecore 7.0. There’s quite a leap between the two, but all in all the upgrade was no problem at all. The biggest task in the upgrade was to rewrite…
These days I got a few customers who all needed to get a form module installed in their Sitecore installation. Therefore there might be a few blog post on the Official Sitecore forms module, Webforms…
We have installed the Web Forms for Marketers(WFM) module for quite some customers. The module is great for letting your customers and editors insert simple custom forms on their webpages. It comes…
Best practice when displaying values of Sitecore fields in your markup is currently to use FieldRenderer. When using FieldRenderer, Sitecore renders the fields as they are intended, and adds all the…
... or any other ASP.NET based systemAt the company i work at, we used to sell our own custom made CMS-like system. This was a great success, and the product had many customers. Since we have moved…
In the project I am currently working on, we have a challenge concerning language. The customer is located in Denmark, and its primary customer base is Danish. Meanwhile they are trying to make their…
In the last post, part 1, we looked at how to identify who did a publish simply by going into the log file and finding the AUDIT trail for the publish. This would give us information about who did a…
On one of our larger installations with multiple editors (400+), we have had a challenge where an editor did a full publish (100.000+ items), when all they had to do was a single item publish. One of…
So this is simple sitecore patching tip, but one of the most common used ones.Every time you install a fresh Sitecore solution, you would need to change the dataFolder setting in Sitecore, to match…
At Danish Developer Conference 2012, I saw one of the coolest demos this year. It was Mads Kristensen of Microsoft, showing the Microsoft.Web.Optimization nugetpackage in Visual Studio 2012 Beta (at…
Just a quick note on patching the linkmanager in Sitecore. We have had some problems when trying to do the normal patching of the linkManager element in web.config, so i contacted support, for a…
The web.config that comes with Sitecore is quite impressive, its arround 3.000 lines of configuration. One thing is to be able to know what the different sections does, another thing is to keep track…