Solving a small but tricky problem related to customised rendering of a property in EPiServer 7 with ASP.NET Web Forms.
Downloadable and annotated source code for a ready-to-use search page using EPiServer Find.
The time has come to extend the search page created in the previous article with stemming and highlighting.
This is the first in a series of posts about building search functionality for EPiServer CMS based sites using Truffler. While Truffler can be used for many things such as querying for data and finding related content we’ll here focus on the traditional search page.
I’ve been playing around with the ASP.NET Web Forms MVP project lately. One of the things that has been notoriously hard to test with Web Forms, at least when it comes to unit testing, is redirects.