World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
In EPiServer 7.5, it has become a lot easier to create a commerce site in MVC. Commerce 7.5 uses the same routing system, and the same typed content model as the CMS, which enables the same MVC support in commerce as in CMS. We will write a commer...
Introduction When Dynamic Data Store was introduced in CMS 6, developers could directly use a LINQ provider to receive data from their stores. The LINQ provider has got some small improvements sense CMS 6, but there haven’t been any new big...
There is an alternative way of rendering content when using MVC. By implementing IRenderTemplate and IView, the class will be registered as a render template for type (T). Short before the RTM release of EPiServer 7, we found out that a block...
When you think about a search product, you probably start’s to think about the free text search directly. For EPiServer Find, that’s shame, even if it’s understandable. I don’t see EPiServer Find just as a standard search product, I see it more li...
Have you ever got the following error in the BlockController for our MVC API? The current request for action 'Index' on controller type 'x' is ambiguous between the following action methods: System.Web.Mvc.ActionResult Index(y) on type x...