Posts tagged with "Linux"

Installing Omarchy on My Surface Book for .NET Development

I installed Omarchy on my first-generation Microsoft Surface Book, mostly to find out whether this 2015 laptop could still make a good .NET development machine.

The installation took about two minutes.

That was the first surprise. It is my timing on my machine, not a benchmark, but it matches Omarchy's own guidance. The documentation says installation can take less than a minute on fast hardware and no more than five minutes on older computers.

Two minutes on an original Surface Book certainly works for me.

Continue reading

ASP.NET Core MVC app running on Raspberry Pi

After running a first console app on my Raspberry Pi 3, I had to try ASP.NET Core and API. Two weeks ago when I posted ".NET Core console app running on Raspberry Pi", I could make API working, but I had no chance with MVC. Today it worked!

Continue reading

.NET Core console app running on Raspberry Pi

Now that there is a distribution of .NET Core on a Linux distro running on my Raspberry Pi 3, I had to try it.

In this post, I will explain all the steps I had to execute to be able to run my first Hello World application.

Continue reading