Martin Soderlund Ek

Martin Soderlund Ek @dileno

About: Full stack .NET developer, cyclist, father. Curious and happy!

Location:
Stockholm, Sweden
Joined:
Sep 17, 2019

Martin Soderlund Ek
articles - 12 total

Running Entity Framework Core Migrations with Optimizely CMS 12

So you've added your new Entity Framework DbContext to the Startup ConfigureServices method,...

Learn More 0 0Oct 9 '24

Partial Routing in Optimizely 12

If you need to implement partial routing in Optimizely CMS 12, this is a good start. There are of...

Learn More 0 0Feb 1 '24

Customize the Optimizely CMS Login Page

The Optimizely CMS Login Page can be customized to fit your brand. Here's how. The default one which...

Learn More 0 0Oct 16 '23

IOS Render Component Bug in Vue 3

Recently we had a problem where we toggled a CSS class disabled on a component like...

Learn More 0 0Nov 30 '22

Setting up External File Storage in Optimizely CMS 12 (preview)

Optimizely (formerly Episerver) CMS 12 comes with lots of exciting new stuff, including .NET 5...

Learn More 2 2Sep 10 '21

Set Nuget Proxy

When performing a dotnet tool install or similar command, you get an error like this one: Unable...

Learn More 3 1Sep 9 '21

Set Git Proxy

You clone a Git repo and get this error message: Git failed with a fatal error. unable to access...

Learn More 3 0Sep 9 '21

Set npm Proxy

When you do an npm install and get an error message like this one: npm ERR! code ECONNRESET npm...

Learn More 9 1Sep 9 '21

React Hooks and API Call Sample App

Last time around I wrote about a React sample app with an API call to RandomUser.me. That version wa...

Learn More 6 0Oct 19 '19

React Sample App with API Call and Update to Latest Version

A while back I created a small and simple React app in order to fetch a random user from the RandomUs...

Learn More 7 0Sep 20 '19

Build an Angular 8 App with REST API and ASP.NET Core 2.2 - part 2

In part 1 of this tutorial, we built the ASP.NET Core back-end. Part 2 - Create the Angular...

Learn More 94 42Sep 18 '19

Build a Simple CRUD App with Angular 8 and ASP.NET Core 2.2 - part 1 - back-end

Part 1 - back-end with ASP.NET Core 2.2 and Entity Framework Core Let’s take a look at how...

Learn More 73 17Sep 18 '19