Moving from AAD Pod Identity to Workload Identity in AKS

by Karl Solgård

Managed identities are a good way to avoid secrets and enhance the security of your application. Workload identity provides a means to connect your AKS cluster to managed identities. The previous method of connecting these identities to AKS involved installing AAD Pod Identity in the cluster and using CRDs (Custom…

Upgrade to Sanity Studio v3

by Tomas Hensrud Gulla

The latest version of the Sanity editor interface, Sanity Studio v3, was launched in December 2022. It is now the actively maintained version, whereas Sanity Studio v2 is deprecated. Improvements from v2 to v3 includes * Improved developer experience * New global search filters * Easy switching between content environments * Faster developers tooling,…

Change Intellisense shortcuts in Visual Studio

by Sigve Fast

The most frustration thing a developer can experience is keyboard shortcuts changing. This happened to me recently when the Ctrl+space shortcut started auto inserting a member instead of showing the List Members box. Here is how I fixed it. 1. Open Visual Studio and go to the Tools -&…

Optimizely CMS gjør det enklere å finne frem til brutte lenker!

by Tomas Hensrud Gulla

Hver uke kommer det en oppdatering fra Optimizely, og forrige ukes release hadde et par oppdateringer som gjør det enklere for deg som nettredaktør å få has på brutte lenker.…

Nyheter i Optimizely CMS

by Tomas Hensrud Gulla

For et par måneder siden hadde vi i Novacare en intern fagsamling der vi bl.a. oppsummerte hvilke nyheter som har kommet i Optimizely CMS i løpet av det siste året. Her er noen av høydepunktene. LinkItem Tidligere har ikke Optimizely CMS hatt en innebygget egenskapstype som er velegnet for…

Tracking upload or download progress in Blazor WASM with Refit

by Sigve Fast

Learn how to add file upload/download progress tracking to your Blazor component with a Refit-powered REST API client.…

Selvbetjent migrering til Optimizely CMS 12

by Tomas Hensrud Gulla

I August 2022 lanserte Optimizely «Selvbetjent migrering til .NET Core og CMS 12», og blant de 90 første prosjektene (i verden) som ble løftet til .NET Core på denne måten, sto Novacare for ett.…

New ways to add content from within TinyMCE in Optimizely CMS 12

by Tomas Hensrud Gulla

Optimizely CMS has a weekly release cycle, today's release had a few updates regarding the rich text editor, TinyMCE. One update that caught my attention was: Allow selecting content from TinyMCE If you use the default settings, you will get this new button on the toolbar. If you…

Auto-suggestions for properties in Optimizely CMS

by Henning Sjørbotten

After developing in Episerver and Optimizely for nearly 13 years, I recently stumbled upon a feature that has been a part of Optimizely CMS for ages, yet many developers seem to be unaware of its existence. It's the remarkable auto-suggestion functionality for string properties within the CMS. Typically,…

Introducing the newest addition to Visual Studio: Time-Travel Debugging!

by Henning Sjørbotten

Are you tired of constantly debugging your code, trying to figure out where that one pesky bug is coming from? Look no further, because we are thrilled to announce our newest addon to Visual Studio: Time-Travel Debugging. Go back in time View future code namespace HelloWorld { class Hello { static void…