World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Sometimes it could be useful to manipulate how certain pages are displayed in the page tree in EPiServer 7. Because the page tree is loaded from a REST based store, all you really need to do is provide a custom implementation of the ContentQuery...
EPiServer 7 adds the concept of blocks, which differs in alot of ways from Composer blocks. One is how you provide localized names for the editor. In EPiServer 7 we not only have pages , we also have blocks . Just as you translate page types by...
ASP.NET MVC is largely built on conventions for controllers, models, and views. However, I prefer tweaking these conventions a bit for EPiServer 7 sites to separate block views from page views. Building a web site on EPiServer 7 using ASP.NET MVC,...
I have been poking around in System.Runtime.Caching that was introduced with .NET 4, and more specifically the MemoryCache. The MemoryCache is virtually the same as the good old ASP.NET Cache, except it’s not dependent on System.Web which means yo...
Background As EPiServer sites grow, their language files usually grows rapidly as well. It’s not uncommon to have several hundred lines of language keys split into different files. Maintaining such a site and making sure all language keys are...