Category: Uncategorized

Swagger documentation of your apis in your solution

When moving more and more towards JavaScript driven applications there is also a higher need for api´s. These api´s needs to be documented so that everyone in the team is able to consume them. A very good way to document api´s is to use Swagger which is an free available nuget package. The only thing Read More

Automatic way to handle SVG icons with Episerver

In one of our projects we wanted to use SVG icons instead of font icons due to better scalability, quality and less complexity when adding new icons. Quite early in the process we noticed that the icons did´nt work in Internet Explorer. After some investigation we made the conclusion that it is not allowed to Read More