Josef Ottosson

Freelancing Developer · Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2022
Ghost & StayPuft

episerver

A collection of 19 posts

episerver

New major version of JOS.ContentSerializer - Version 5.0

Bug fix and a breaking change in the new major version of JOS.ContentSerializer.

a year ago May 29th, 2021 2 min read
episerver

JOS.ContentSerializer now supports TimeSpan? out of the box

Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return value?.ToString(

3 years ago September 4th, 2019 1 min read
episerver

JOS.Epi.ContentApi updated to version 3.0.0

Thanks to the discussion in the comments on the blogpost written by Johan Björnfot I could simplify the code a lot and remove the HttpModule. Version 3.0.0 is now available on

4 years ago June 5th, 2018 1 min read
Headless Episerver? Meet JOS.Epi.ContentApi
episerver

Headless Episerver? Meet JOS.Epi.ContentApi

I read this blog post by Mathias Kunto where he says that he will leave my beloved library behind and start using the new Episerver Headless API instead. I felt like the picture

4 years ago April 6th, 2018 1 min read
episerver

How to configure Episerver to use Active Directory

This is a quick guide showing how to configure Episerver to use Active Directory instead of Multiplexing/WindowsProvider. This is NOT showing how to use Azure AD. Im testing this on a new

4 years ago March 14th, 2018 3 min read
Subscribe via RSS
© Josef Ottosson 2022
Ghost & StayPuft