NET 8

Net8 Local Development Without Docker In Saas Commerce

Net8 Local Development Without Docker In Saas Commerce

Introduction Now that Optimizely SaaS (Configured) Commerce has released net 8 support and updated their infrastructure to run on linux, we are starting to move some of our clients to .net 8 and linux hosting. This means we will need to be able to run .net 8 version locally, which according to offical docs requires docker desktop. While I love docker for creating images for deployed services, I hate using it locally because it consumes alot of diskspace, memory, as well as docker desktop no longer being free. This post will guide you on you can run locally .net 8 without using docker.

Read More