Take the community feedback survey now.
Take the community feedback survey now.
So the first thing I had to do was upgrading from version 1 R2 SP2 to 1 R3. I followed the procedure as described in the SDK. The first problem I ran into was that the upgrade script failed. In some way the application pool for the commerce manage...
This year we created a shop with EPiServer Commerce 1 R2 SP1. I designed the architecture with future upgrades in mind. The architecture consisted of: • the websites, FrontEnd and CommerceManager, • a DataLayer that provided all the communication...
I am a huge fan of PostSharp. One of the reasons is that I don’t like to do the same thing over and over again. I use the EPiServer Cachemanager quite a lot, but do not like to keep writing the same code over and over again. If not in cache, get...
The problem I experienced this problem also with EPiServer PageProviders in EPiServer 6, and it still exists in EPiServer 7. Well, it’s only a problem when you want Editors/Admins to be able to add ContentProviders "on the fly", and on a load...
Using the Output channels within MVC requires a slightly different approach than with WebForms. So, I created a few Controllers A JsonController that handles the output for JSON. A XmlController that handles the output for XML. A TxtController tha...