I have a self-hosted .NET Core Console Application.
The web shows examples for ASP.NET Core but i do not have a webserver. Just a simple c
Yes, it is. ASP.NET Core applications can either be self-hosted - as in your example - or hosted inside a web server such as IIS. In .NET Core all apps are console apps.