World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Thanks to Ted and a guy from CodeInside for your blogs which helped come up with this solution. Problem: Create an RSS feed for ASP.NET MVC Website with EPiServer Solution: We need three things 1. RssResult class 2. RssPage page type 3....
I was tasked to find out whether our current active license for CMS 7 will still work with EPiServer 8. So I did some research and thought of sharing it here as well. Summary Version: Good news – Our 7.x license will continue to work for EPiServer...
Yes, you read it right. You can’t have a model property of type Int64 / long. I came across an issue where in I have a model that requires to store an Id (from the database) as one of it’s properties. It so happens that most tables we have at work...
Ha, another milestone for me – I was able to create an XForm in EPiServer and hook it up to a block! First step I took: Create a Form block, which consists of the following properties: public class FormBlock { public virtual string Heading { get;...
UPDATE: Please follow this new post instead for the latest carousel I have developed using Bootstrap 4. One of the tasks I needed to do was to create a block that takes in a list of Images and displays these in an ImageSlider, with the help of...