Dotnet Console with Web Server Example

Dotnet Console with Web Server Example

  • October 15, 2020
Table of Contents

Building a DotNet core console application can sometimes be the right move to start withbut the problem is the world works on the Internet these days and not having the ability to talk to your application via a webserver makes things extremely difficult. Thankfully it is not overly difficult to modify your application to have both a console application with an inbuilt webserver to listen on a port.

You can read more about how I did this in the post Adding a Web Server to a Console App.

Repository

Repository can be found in GitHub - https://github.com/GlennPrince/DotNet-Console-with-Web-Server

comments powered by Disqus