Take the community feedback survey now.
Take the community feedback survey now.
Are you using Find and index lots of custom data? Improve performance by Indexing lists of objects, instead of one by one, as shown in the example below. 1: // Not optimal 2: List objects = GetObjectsFromSomeWhere(); 3: foreach (var o in objects) ...
A couple of weeks ago, I got a question from a developer who was wondering what the RequiredClientResources web controls in the Alloy templates were used for. If you take a look Alloy’s MasterPage, you’ll find one inside the head tag, and one at t...
The 404 handler is now available for EPiServer 7. Along with all the nifty features from the previous versions, a few new ones have been added: Enterprise support: Full URLs are now supported, meaning that you may redirect to different pages, base...
Having a good looking 404 page is kind of like having a nice dentist or doctor – although nice, we do not want to see them too often. In other words, no matter how good looking or user friendly our 404 page is, we do not want our users to end up o...