Take the community feedback survey now.

  • Syndicated blog - Posted on: Dec 01, 2020

    If you write code that is likely to fail, it is good practice to wrap that section of code in a try-catch-clause and handle the exception. For scheduled jobs, it's the opposite! If something fails, be sure to throw that exception!

  • Syndicated blog - Posted on: Dec 01, 2020

    Have you ever wondered what your long-running scheduled job is doing right now? Are you waiting for it to finish, and considering if you have time for a coffee? Make your jobs give feedback!

  • Syndicated blog - Posted on: Dec 01, 2020

    Have you ever wanted to kill a long-running scheduled job? You can! Also, make sure the job restarts if the hosting environment shuts down.

  • Syndicated blog - Posted on: Nov 04, 2020

    Episerver is perhaps not the most used platform for developer blogs, but adding code snippets can be useful in other scenarios too. Adding syntax highlighting to TinyMCE is easy, using the Code Sample plugin. It works well with both Prism.js and...

  • Syndicated blog - Posted on: Nov 04, 2020

    After completing part 1, setting up syntax highlighting with the bare minimum, it's time to let your code shine. Highlight.js has 95 different styles, or themes. Find one that you like, and go for it! Also, customize the list of available...

 Workplace: Novacare AS
 Community Level: Oracle

Syndication and sharing