One day I was reading an article about Amazon and how every product/service or tool is required to be behind a REST api. Being a .NET developer I was curious if there was a way I could utilize Kestrel and MVC just in a console app to create a simple REST API that could possibly […]
Continue ReadingInstalling and Running .NET 5 on CentOS 8
Simple and easy to follow instructions on how to install .NET 5 on CentOS 8 and running your first app. First have a CentOS image that you have root privilege’s on. I’m going to assume that you don’t have .NET 5 already installed but if you want to check, run the below command. If you […]
Continue Reading